• 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.

CluelessLoser

Corporal
30 Badges
Apr 8, 2010
33
20
  • Semper Fi
  • Crusader Kings II
  • Hearts of Iron III
  • Darkest Hour
  • Deus Vult
  • For the Motherland
  • Hearts of Iron IV: Cadet
  • Magicka: Wizard Wars Founder Wizard
  • Mount & Blade: With Fire and Sword
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Magicka
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Expansion Pass
  • Prison Architect
  • Imperator: Rome Sign Up
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Europa Universalis IV: Pre-order
  • 500k Club
  • Heir to the Throne
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
Hello all

Several of my Crusader kings save games seems to have stopped working all of a sudden.

On loading them i get a bunch of error messages telling me something is wrong with
(Titleholder) year 1165
(title) 'month=june'
(Illegal top level object) 'day=7'

All 3 is about line 1251573.

The error seems to be the same as in this thread.
http://forum.paradoxplaza.com/forum...upted&highlight=Critical+error+crusader+kings

I have one older save game that still work, and that one is from before 1165 but all the later ones are refusing to load, including the autosave.

I assume i must open up the save file and look at line 1252573 but exactly what do i look at and try to change?

Regards

CluelessLoser
 
The problem is that i dont know how to solve it. I understand that i need to insert a bracket but i dont know where.

And i tryed having a look at the line but it seemed to be a list of countries didnt show any dates or such.
I will have a further look today and see if i got the number wrong


EDIT
Line 1251573 is the line above this. The dates seem to be the same as in the error so this must be the one.
Code:
 title = { 
    tag = ROMA 
    tier = duchy 
    liege = ---- 
    holder = { character = NONE startdate = { year = 1165 month = june day = 7 } enddate = { year = 1176 month = november day = 7 } } 
    }
Still dont understand where to insert the bracket though
 
Last edited:
Am i right if i say that the NONE after charachter is to be replaced by a charachters number?

If so, how do i find a good local count or duke to give it to? I could simply but a radnom person in but it wouldnt be the best
 
Am i right if i say that the NONE after charachter is to be replaced by a charachters number?

If so, how do i find a good local count or duke to give it to? I could simply but a radnom person in but it wouldnt be the best

Either give it to an existing duke or a count within that duchy.
 
Thank you Veldmaarschalk!
Your solution worked flawlessly, i took a count in the area and copy pasted his id and start date and now it all works again.

This is how the section looks now

Code:
 title = { 
    tag = ROMA 
    tier = duchy 
    liege = ---- 
    holder = { character = { type = 4712 id = 392128 } startdate = { year = 1183 month = february day = 1 } } 
    }