• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

NukePL91

Germanicus
10 Badges
Mar 23, 2011
568
271
I've noticed strange error when loading save game:
Code:
ERROR : Incorrect value [-52] for Day (a game month has 30 days, strating from 0, i.e. numbers from 0-29 are accepted) in 'Mods\Reichs Expansion Pack\scenarios\save games\German Reich_1934_September_19.eug', line 82116.
ERROR : Incorrect value [-51] for Hour (a game day has 24 hous, strating from 0, i.e. numbers from 0-23 are accepted) in 'Mods\Reichs Expansion Pack\scenarios\save games\German Reich_1934_September_19.eug', line 82117.
ERROR : Incorrect value [-103] for Day (a game month has 30 days, strating from 0, i.e. numbers from 0-29 are accepted) in 'Mods\Reichs Expansion Pack\scenarios\save games\German Reich_1934_September_19.eug', line 186074.
ERROR : Incorrect value [-102] for Hour (a game day has 24 hous, strating from 0, i.e. numbers from 0-23 are accepted) in 'Mods\Reichs Expansion Pack\scenarios\save games\German Reich_1934_September_19.eug', line 186075.

Given lines in save are under part about Netherlands:
Code:
    tradedates = { SPA = {
            year = 28526
            month = january
            day = -52 #Error
            hour = -51 #Error
            } U05 = {
            year = 1934
            month = september
            day = 20
            hour = 0
            } }
And Switzerland:
Code:
    tradedates = { SPA = {
            year = 28526
            month = january
            day = -103 #Error
            hour = -102 #Error
            } }
What is the cause of such error? It's still 1934, so SPA doesn't even exist. Nevertheless I'm able to load this save and continue my game.
 
Upvote 0
There is no event in my mod which create trade deal between SPA and HOL/SCH. There are events which give HOL/SCH offmap money, but I guess it shouldn't be a problem since other countries (USA, ENG) get similar events.

Oddly enough, in later save games this bug didn't appear.