If you have found a bug (error/problem) please read other threads in the forum to make sure someone hasn't already reported this bug to us. Also fully read this post for well known bugs and workarounds.
Bug Reporter- Crash bug
- Most game crashes are gracefully handled and should pop up a dialog asking you to submit a bug report. Please do so. Otherwise manually submit log files as described below "Submitting a new bug when bug reporter fails"
- Non crash bug
- Open the console (default key is ` or F1 (usually the key left of 1 also called the tilde key ~))
- Type reportBug into the console
- press enter.
- A "Bug Reporter" dialog should open
- Close the console by pressing ` or Escape
- Fill in the requested info into the Bug Reporter dialog and click submit
- Bug Reporter can take up to a minute to run as it gathers all necessary hardware info
Submitting a new bug when bug reporter fails
When creating a new thread in this forum reporting a bug please include the following:
- All log files: These are found in the log directory of Altitude (Windows: C:\Program Files\Altitude\log, Linux: /usr/local/altitude/log)
- Your System Information
- Windows (XP and Vista)
- open up a the run dialog (Start->Run...)
- Paste into the Open text field exactly:
Code:
dxdiag /t %USERPROFILE%\Desktop\MySystemInfo.txt
- Wait a few seconds
- On your desktop there will now be a file called "MySystemInfo.txt". Attach this file to your post.
- Linux (Ubuntu verified)
- Open up a console window
- Paste into the console window exactly:
- (Ubuntu distros)
Code:
lshw > MySystemInfo.txt
- (RedHat distros)
Code:
dmidecode > MySystemInfo.txt
- Wait a few seconds
- In your current console directory there will be a file called "MySystemInfo.txt". Attach this file to your post.
- Mac (OSX verified)
- Open up a terminal window (In finder search for terminal)
- Paste into the terminal window exactly:
Code:
system_profiler -detailLevel mini > MySystemInfo.txt
- Wait a few seconds
- In your current terminal window directory there will be a file called "MySystemInfo.txt". Attach this file to your post.