29.07.2009, 06:36
Game crashes can be analyzed even after a hard crash as the one you experienced.
In order to view what occurred you will need to add or change a few values in your conf.ini file
[Console]
HISTORY=1024
HISTORYCMD=1024
LOAD=console.cmd
SAVE=console.cmd
LOG=1
LOGTIME=0
LOGFILE=log.lst
LOGKEEP=0
LOG=1 denotes that you do want the game to write out a file of your settings and any related errors to the file name referenced by the value of LOGFILE. (See Below)
LOGFILE=log.lst
LOGKEEP=0 denotes you do not want to keep the last recorded log.lst and allow the game to create a new file everytime the game exists. If however, the value is set to 1, the game will never delete the contents but will append the resutls to the file log.lst
So....
Edit your conf.ini with these values, save and start your game. If for any reason your game crashes post the results
Hope that helped.
In order to view what occurred you will need to add or change a few values in your conf.ini file
[Console]
HISTORY=1024
HISTORYCMD=1024
LOAD=console.cmd
SAVE=console.cmd
LOG=1
LOGTIME=0
LOGFILE=log.lst
LOGKEEP=0
LOG=1 denotes that you do want the game to write out a file of your settings and any related errors to the file name referenced by the value of LOGFILE. (See Below)
LOGFILE=log.lst
LOGKEEP=0 denotes you do not want to keep the last recorded log.lst and allow the game to create a new file everytime the game exists. If however, the value is set to 1, the game will never delete the contents but will append the resutls to the file log.lst
So....
Edit your conf.ini with these values, save and start your game. If for any reason your game crashes post the results
Hope that helped.