HOWTO: Turn on the Mac CrashReporter Added on 23/10/2005 @ 21:16:54 Applies to FM 2005, NHL EHM 2005, FM 2006, NHL EHM 2005 NA,
This article applies to Mac OS X users only.
If the game should crash, Mac OS X has a built in feature that can help us in tracing down any crashes. If the game crahes please look in the following two locations for a "Football Manager 2006.crash.log" file:
-
<Your Home Folder>/Library/Logs/CrashReporter/
-
or in: /Library/Logs/CrashReporter/ (if it doesn't exist in the first location, notice this is relative to the root and not your home folder)
If you can't find it in either, you probably need to turn on CrashReporter first:
-
Go to your Applications, and then into Utilities
-
Run the "Console" application
-
Go to Console Preferences
-
Turn on "Enable crash reporting" and "Display crash logs"
-
Try again and see if it creates a crash report when it crashes.
If Console does not contain that option you may need to turn it on manually. Please note that from Mac Os X 10.4 (Tiger) onwards the CrashReporter should be already turned on by default.
-
Open Terminal
-
Type: "cd /etc" without the quotes and press return
-
Type: "cat hostconfig" without the quotes and press return
-
See if there is a line with the text "CRASHREPORTER=" and the value "-YES-".
If there isn't you'll need to turn it on:
-
Start Terminal
-
Type: "sudo pico /etc/hostconfig" without the quotes and press return
-
Type your usual Mac user password and press return
-
Go to the line containing the text "CRASHREPORTER=", or if the line does not exist, go to the end of the file and add a new line with this text.
-
After "=" set the value to "-YES-" (no quotes).
-
Press Ctrl+O and press return to confirm overwriting the file.
-
Press Ctrl+X to exit Pico.
-
Reboot your system
-
Try to run the game and see if it creates a crash report if it crashes.
Back |