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

Kliwarrior

General
85 Badges
Oct 27, 2003
2.165
1.971
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron IV: By Blood Alone
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV Sign-up
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma Pre-order
  • Crusader Kings II: Holy Fury Pre-order
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Distant Stars Pre-Order
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Dharma
  • Hearts of Iron IV: Death or Dishonor
  • Steel Division: Normand 44 Sign-up
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Lithoids
  • Victoria 3 Sign Up
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Europa Universalis 4: Emperor
  • Battle for Bosporus
  • Crusader Kings III: Royal Edition
  • Crusader Kings III
  • Imperator: Rome - Magna Graecia
  • Stellaris: Federations
  • Hearts of Iron IV: La Resistance
  • Europa Universalis IV: Rights of Man
  • Stellaris: Ancient Relics
  • Imperator: Rome Sign Up
  • VtM - Bloodlines 2 Blood Moon Edition
  • Hearts of Iron IV: Expansion Pass
  • Imperator: Rome
  • Imperator: Rome Deluxe Edition
  • Europa Universalis IV: Golden Century
  • Crusader Kings II: Holy Fury
  • Stellaris: Megacorp
  • Europa Universalis IV
  • Victoria 2
  • Rome Gold
  • Europa Universalis: Rome
  • Victoria: Revolutions
If someone wants to take a look , I can send the savegame.

CTD looks related to the end of a siege done by AI (at least i cannot see nothing else that happens at the same time)

ciao
Lor.
 
Upvote 0
Wow! I'm going further with this bug.

CTD doesn't happens when AI ends the siege but when it sue for peace!
I saved the game and reloaded as King of Hungary (the sieger)
I can end the siege and continue to play, but when I "press the claim" in the peace treaty I got the CTD. :mad:
Now I want to take a look at that damn province, to see if there is something wrong with it... ;) ;)

ciao
 
yeah!!!! I got it :) :)

this is the character that (according to the game interface) is the countess of Marmaros (539) [But her domain include Szekelyföld (540) , even if the title is not listed ]

Code:
character = { 
    id = { type = 10 id = 4392 } 
    dyn = 21025 
    tag = C539 
    name = "Eufrozyna" 
    date = "10490001" 
    gender = female 
    religion = catholic 
    culture = "polish" 
    score = { gold = 55.920 prestige = 143.084 piety = 47.772 } 
    attributes = { 
        martial = 4.000 
        diplomacy = 6.000 
        intrigue = 7.000 
        stewardship = 6.000 
        health = 5.000 
        fertility = 6.000 
        } 
    traits = { midas_touched = yes } 
    loyalty = 0.092 
    dna = "61847229669144" 
    }

Anyway there is no other occurrency of C540 among her titles, infact...

Code:
    C539 = { 
        gender = female 
        type = county 
        dna = "61847229669144" 
        title = { C539 } 
        }

So who is the holder of province 540 ??? There is no refence of it in the initial part of the savegame... :confused:

In fact ther is something much more below...

Code:
title = { 
    tag = C540 
    tier = county 
    liege = HUNG 
    holder = { character = { type = 4712 id = 34715 } startdate = { year = 1078 month = september day = 11 } } 
    }

but that guy ( type = 4712 id = 34715 ) is....

Code:
character = { 
    id = { type = 4712 id = 34715 } 
    dyn = 201 
    tag = [COLOR=Red]C539 [/COLOR] 
    name = "Gormlaith" 
    date = "10730511" 
    gender = female 
    religion = catholic 
    culture = "irish" 
    score = { prestige = 45.643 } 
    attributes = { 
        martial = 7.851 
        diplomacy = 6.803 
        intrigue = 7.038 
        stewardship = 6.837 
        health = 5.537 
        fertility = 5.125 
        } 
    traits = { cruel = yes court_education = yes } 
    father = { type = 10 id = 910 } 
    mother = { type = 10 id = 4392 } 
    dna = "64847229667644" 
    }


tada !!!! :D :D

Now I try to fix everything... stay tuned for more...
 
Done !!!! :rolleyes: :rolleyes: :rolleyes:

Now everything works fine... :) :) :) :)
 
Sorry for not replying your mail untill now. (Just tested it but when loading as King of Hungary, it crashes before the siege ends) was with patch 17/10 tough. Can you post exactly what you did to fix it? :)
 
magdat said:
Sorry for not replying your mail untill now.

Sorry for not replying to your post untill now ;)

IIRC all the mess was with the holders of title C539 and C540

  • There is no reference to C540 in the list of selectable counties/duckies
  • In the title section , C540 is reported as hoder by character "{ type = 10 id = 4392 }"
  • In the character section, that character has a location of C539
  • For same reasons I cannot figure out, in the game interface C539 and C540 looks like belonging to the same character (that who holds C539 )

What I did was just modify the title section to have C540 holded by the same holder of C539.

I guess that this happened: the holder of C539 got the titles of both counties (that I remember well) . Being a count she decided to grant the other title to a daughter (that reported with "{ type = 10 id = 4392 }" )
Something went wrong in that processing, for examples the daughter was still reported in the original location etc .etc.