A armand453 Chieftain Joined Jul 25, 2007 Messages 45 Mar 10, 2009 #1 I have a CTD in one of my game and I'd like to find what cause this CTD. Is there a way or something to activate to have theses informations? Armand.
I have a CTD in one of my game and I'd like to find what cause this CTD. Is there a way or something to activate to have theses informations? Armand.
Ajidica High Quality Person Joined Nov 29, 2006 Messages 22,482 Mar 10, 2009 #2 Check the game logs (in the mygames directory) and look where the error message says the error is occuring.
Check the game logs (in the mygames directory) and look where the error message says the error is occuring.
A armand453 Chieftain Joined Jul 25, 2007 Messages 45 Mar 10, 2009 #3 What are the files I have to look at because I don't think all the files in the log folder report error no?
What are the files I have to look at because I don't think all the files in the log folder report error no?
phungus420 Deity Joined Mar 1, 2003 Messages 6,296 Mar 10, 2009 #4 Another thing that might help is to turn on python exceptions in the Civ4 ini file.
The_J Say No 2 Net Validations Administrator Supporter Joined Oct 22, 2008 Messages 42,102 Location DE/NL/FR Mar 11, 2009 #5 To get the errors and a log-file: Opeh the Civ4config.ini and change these values here, all 0 have to be changed to 1, the 1 to 0. PHP: ; Set to 1 for no python exception popups HidePythonExceptions = 1 [...] ; Create a dump file if the application crashes GenerateCrashDumps = 0 ; Enable the logging system LoggingEnabled = 0 ; Enable synchronization logging SynchLog = 0 [...] ; Enable rand event logging RandLog = 0 ; Enable message logging MessageLog = 0
To get the errors and a log-file: Opeh the Civ4config.ini and change these values here, all 0 have to be changed to 1, the 1 to 0. PHP: ; Set to 1 for no python exception popups HidePythonExceptions = 1 [...] ; Create a dump file if the application crashes GenerateCrashDumps = 0 ; Enable the logging system LoggingEnabled = 0 ; Enable synchronization logging SynchLog = 0 [...] ; Enable rand event logging RandLog = 0 ; Enable message logging MessageLog = 0