• We are currently performing site maintenance, parts of civfanatics are currently offline, but will come back online in the coming days. For more updates please see here.

Help needed with crash dump file

Fabrysse

Charming-snake learner
Joined
Sep 11, 2006
Messages
430
Location
Toulouse - France
Hi,
I tried to convert my Mod files from Warlords to BtS.
When I launch the Mod, I have no more XML alert, but the game crashes (I have suppressed (python, dll, and it crashes too...).
When I set the .ini file to save the dump file when CIV4 BtS crashes, I obtain a file ".exe.dmp". When I open it with a text editor, there is a lot of things not readable, when I rename it ".exe", it does nothing that I could understand (a black DOS console appears, and disappears immediatly).
How can I read that ?
Would it give me the answer on what happens ?
 
I haven't heard of any way to find a bug through the crash dump file. What I (and AFAIK all other modders) usually do is try to isolate the problem by exclusion, i.e. reverting your last changes or adding XML files/entries one by one until you know where the mistake happened. This is of course easiest when you have an already working version of your mod (which you probably don't) or with modular modding, where you can more easily remove entries without breaking interdepencies.

The most probable cause for XLM-caused game crashes without error reports are wrong/missing references to or from the artdefines files, by the way. Either the artdefines entry for an object (unit/building/whatever) is missing/misreferenced or one of the art files is.
 
I haven't heard of any way to find a bug through the crash dump file. What I (and AFAIK all other modders) usually do is try to isolate the problem by exclusion, i.e. reverting your last changes or adding XML files/entries one by one until you know where the mistake happened. This is of course easiest when you have an already working version of your mod (which you probably don't) or with modular modding, where you can more easily remove entries without breaking interdepencies.

The most probable cause for XLM-caused game crashes without error reports are wrong/missing references to or from the artdefines files, by the way. Either the artdefines entry for an object (unit/building/whatever) is missing/misreferenced or one of the art files is.

OK. I'll have a look to artdefines & art files. Thanks.

In Art\CIV4ArtDefines_Building.xml, could the <LSystem>LSYSTEM_3x2</LSystem> tag cause some problems too ?
I can't understand this "LSystem"... What is it exactly ?
 
<LSystem> defines what size a building is on the map. A wrong value will not crash the game, but will cause the city to look 'strange'. Imagine an aqueduct that is treated as a rectangular building.
 
<LSystem> defines what size a building is on the map. A wrong value will not crash the game, but will cause the city to look 'strange'. Imagine an aqueduct that is treated as a rectangular building.

OK. That's very clear. Thanks again.
This time, I hope that I have all what I need to work correctly...
:thanx:
 
Back
Top Bottom