Surely this issue has come up before? I finally began poking at HOI2 and have been quietly working on a little modded scenario (adding ministers and nations and the like), but only recently have I begun to try and load up autosaves and the like from the modded scenario. When I do try to load a save, I inevitably get an error message like the below while it's still loading:
In this case, line 85726 is the highlighted red one below, taken from the autosave file in question:
What's up with this, and how do I fix it so that every savegame isn't broken? I presume it has to do with the minister files, but I have absolutely no idea. The scenario runs smoothly otherwise; nothing is hiccuping in the game itself, so I don't know what could be causing it.
![criticalerror.png](http://img718.imageshack.us/img718/1109/criticalerror.png)
In this case, line 85726 is the highlighted red one below, taken from the autosave file in question:
Code:
minister = {
id = { type = 9 id = 16173 }
name = "Emil Lövlien"
picture = "M14022"
position = HeadOfGovernment
category = stalinist
cabinet = replacement
trait = 74
year = 1936
}
minister = {
id = { type = 9 id = 16174 }
name = "Max Manus"
picture = "maxmanus"
position = ChiefOfArmy
category = stalinist
cabinet = replacement
trait = 38
year = 1936
}
minister = {
id = { type = 9 id = 16175 }
name = "Max Manus"
picture = "maxmanus"
position = ChiefOfNavy
category = stalinist
[COLOR="Red"][B] cabinet = replacement [/B][/COLOR]
trait = 46
year = 1936
}
minister = {
id = { type = 9 id = 16176 }
name = "Gunnar Sønsteby"
picture = "gsonsteby"
position = tag
category = stalinist
cabinet = replacement
trait = 28
year = 1936
}
Last edited: