When attempting to load my saved game, I see the following three errors pop up in message boxes, and then the game crashes.
(unknown lhs in scenario file (titleholder)) "year = 1098" Line = 1124012
(unknown lhs in scenario file (titleholder)) "month = june" Line = 1124012
(illegal top level object) "day = 4" Line = 1124012
Here is what shows up at that line number, when I open the file in a text editor; line 1124012 contains only the closing brace of the first "title" object.
title = {
tag = ESSX
tier = duchy
liege = FRAN
holder = { character = { type = 4712 id = 205477 } startdate = { year = 1153 month = november day = 18 } }
claim = { id = { type = 4712 id = 326669 } character = { type = 4712 id = 280777 } }
claim = { id = { type = 4712 id = 326670 } character = { type = 4712 id = 323505 } }
claim = { id = { type = 4712 id = 326671 } character = { type = 4712 id = 212223 } }
} //Line 1124012
title = {
tag = DFRA
tier = duchy
liege = ----
holder = { character = NONE startdate = { year = 1098 month = june day = 4 } enddate = { year = 1126 month = november day = 21 } }
}
EDIT: I am using version 1.5
(unknown lhs in scenario file (titleholder)) "year = 1098" Line = 1124012
(unknown lhs in scenario file (titleholder)) "month = june" Line = 1124012
(illegal top level object) "day = 4" Line = 1124012
Here is what shows up at that line number, when I open the file in a text editor; line 1124012 contains only the closing brace of the first "title" object.
title = {
tag = ESSX
tier = duchy
liege = FRAN
holder = { character = { type = 4712 id = 205477 } startdate = { year = 1153 month = november day = 18 } }
claim = { id = { type = 4712 id = 326669 } character = { type = 4712 id = 280777 } }
claim = { id = { type = 4712 id = 326670 } character = { type = 4712 id = 323505 } }
claim = { id = { type = 4712 id = 326671 } character = { type = 4712 id = 212223 } }
} //Line 1124012
title = {
tag = DFRA
tier = duchy
liege = ----
holder = { character = NONE startdate = { year = 1098 month = june day = 4 } enddate = { year = 1126 month = november day = 21 } }
}
EDIT: I am using version 1.5
Last edited:
Upvote
0