Difference between revisions of "Crash logs"

From Second Life Wiki
Jump to navigation Jump to search
(Redirected page to Finding Log Files)
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{KBmaster}} {{TOCright}}
#REDIRECT [[Finding Log Files]]
 
== What are crash logs? ==
 
Crash logs are a very important tool for debugging Second Life Viewer crashes; they allow a developer to try to fix a bug that they've never personally witnessed. Sometimes, our [http://secondlife.com/support Support] team will ask you to provide diagnostic logs while helping you with a support ticket.
 
The Viewer can automatically submit crash logs to Linden Lab when the Viewer crashes, but external developers can't see them publicly. If you'd like the broader community to help find the bug that caused Second Life to crash on your computer, you can report the bug on the [[Issue Tracker]] and attach your crash logs.
 
The exact data you need to attach depends on the platform:
 
* Mac: Please attach two files to the JIRA report
** the crash log, which will usually be called "Second Life.crash.log", and will be located in ~/Library/Logs/CrashReporter. If you'd prefer, you can search Spotlight for "CrashReporter"; it will be one of the Folder matches. (For a technical discussion of the contents of this file, refer to http://developer.apple.com/technotes/tn2004/tn2123.html)
** a System Profiler report, which contains all of the necessary data about your computer and the hardware inside of it, so that we may group problems with similar hardware together. From the Apple menu, go to About This Mac, then click on More Info. This will open the System Profiler utility; select File -> Save as, pick a name for the file, save it, and then attach it to your JIRA report. (See also http://developer.apple.com/bugreporter/bugbestpractices.html#SP)
 
* Windows:
Attach after crash and before next login to Jira report
 
Main Hard Drive-> Document and Settings-> HP_Administrator(depends on make)-> Application Data-> Second Life-> Logs->SecondLifeCrashReport
 
If Application Data can not be found you need to enable Hidden Folders in Tools-> Folder Options-> View
 
* Linux:
:The crash report is saved at: /home/<username>/.secondlife/logs/SecondLifeCrashReport.log
 
== See also ==
 
* '''[[User settings]]''' - Check this page if you need help getting to one of the above nested folders.
 
 
 
 
 
 
 
 
==On a Windows PC==
 
It'll usually be in a directory like this:
 
'''C:\Documents and Settings\''[YOUR USERNAME]''\Application Data\SecondLife\logs'''
 
Your drive letter may vary depending on your setup, but C: is the most common. To get here, you can also do the following:
 
# Click the Taskbar's '''Start''' button.
# Select '''Run...'''
# Type "%appdata%" and click '''OK'''.
# Scroll down and look for the SecondLife folder.
# Open the logs folder.
 
===Vista===
 
'''Start&gt;Computer&gt;Local disk C:\users&gt;(user name)\AppData&gt;Roaming\Secondlife&gt;Logs'''
 
Your drive letter may vary depending on your setup, but C: is the most common. To get here, you can also do the following:
 
# Click the Taskbar's '''Start''' button.
# Select '''Computer''' from the pop up menu.
# Double click on the local disk ('''C:''') drive. # Select '''Users'''
# Select '''username'''
# Select '''appdata'''
# Select '''Roaming'''
# Scroll down and look for the SecondLife folder.
# Open the logs folder.
 
 
==On a Mac==
 
It'll usually be in a directory like this:
 
'''''[YOUR USERNAME]/''Library/Application Support/SecondLife/logs'''
 
 
=='''On Linux'''==
 
The '''SecondLife.log''' file is located on Linux in:
'''~/.secondlife/logs'''
where '''~''' is your home/user directory.
 
Please note that "username" refers to the username used on your computer, ''not'' your Second Life Resident name.
 
We may ask you to provide specific logs; preferably, you can attach them to a support ticket, or if the contents are shorter, you can open them up in a text editor and copy-and-paste them into your ticket. If you're not sure, please ask us to clarify.
 
If you're asked to send crash logs, for future reference, these can be done automatically. In Second Life, '''Preferences &gt; General tab &gt; Crash reports''' should be set to '''Always send''' or '''Ask before sending.'''
[[Category:Error Messages]]
[[Category:Troubleshooting]]
[[Category:Technical Issue]]
[[Category:General Help]]
[[Category:General Second Life Software Information]]
 
[[Category:Knowledge Base]]

Latest revision as of 08:36, 9 December 2011

Redirect to: