Probably most modders have made changes that result in CTDs now and then. Tracking those down can be a pain, especially if it has to be done by trial and error. So I suggest we start a collection of what may cause unpredictable crashes so we don't have to make the same mistakes again and again. Preferably those without error message, since they are the hardest to track down.
Crash at loading the game:
- empty line in the middle of any /config/*.csv
Crash at loading scenario:
- locked naval or air units
Freeze at loading scenario:
- missing } in any country.inc file
Crash during play:
- Multiple countries sharing the same group of unit type, as in "id = { type = X id = Y }"
- Using the "ai_prepare_war" event command on a nation that's already at war or preparing for one
EDITS: I'll maintain the list whenever I get here. See the thread below for credits or details of disputed causes.
Crash at loading the game:
- empty line in the middle of any /config/*.csv
Crash at loading scenario:
- locked naval or air units
Freeze at loading scenario:
- missing } in any country.inc file
Crash during play:
- Multiple countries sharing the same group of unit type, as in "id = { type = X id = Y }"
- Using the "ai_prepare_war" event command on a nation that's already at war or preparing for one
EDITS: I'll maintain the list whenever I get here. See the thread below for credits or details of disputed causes.
Last edited: