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

Azote

Captain
20 Badges
Jul 9, 2004
410
0
  • Rome: Vae Victis
  • Crusader Kings II: Holy Fury
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Together for Victory
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Conclave
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
  • 500k Club
  • Crusader Kings II
  • Victoria 2: Heart of Darkness
  • Victoria 2
  • Europa Universalis: Rome
  • Victoria: Revolutions
  • Hearts of Iron III
  • Europa Universalis IV
  • Europa Universalis III
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Charlemagne
I play 'Grand Campaing' with Spain.
After 1897 year, it's imposible to save correctly, so game crash and goes to windows... :mad:

I can reload the last turn but not in the right way...All seem normal....but I relize some mistakes, like the former rebel provinces are now under my control.

I see the 'save games', and I can see that the 'Spain_date.eug' file is saved, but no the 'Spain_date.eug.cfg' file.

That's happen with others countries?
Could you tell me something?

Thanks.
 
Upvote 0
Hi Azote, and welcome to the forums :)

Which patch are you using?

:) Rafiki
 
I could be wrong, but it might well have something to do with this, if this event has already fired....

#########################################################################
# Nationalism in the Philippines
#########################################################################
event = {
id = 7706
random = no
country = SPA

trigger = {
OR = {
owned = { province = 2040 }
owned = { province = 2039 }
owned = { province = 2038 }
owned = { province = 2340 }
owned = { province = 2341 }
owned = { province = 2342 }
}
}

name = "EVT_7706_NAME"
desc = "EVT_7706_DESC"
style = 0

date = { day = 1 month = january year = 1896 }
offset = 30
deathdate = { day = 30 month = december year = 1896 }

action_a = {
name = "ACTIONNAME7706A" # Appease
command = { type = treasury value = -50000 }
command = { type = prestige value = -50 }
command = { type = pop_militancy which = cultural_minority value = -1 where = 2040 }
}
action_b = {
name = "ACTIONNAME7706B" # Put down rebellion
command = { type = pop_militancy which = cultural_minority value = 3 where = 2040 }
command = { type = revolt which = -2 value = infantry where = 2040 }
command = { type = revolt which = -2 value = infantry where = 2039 }
command = { type = revolt which = -2 value = infantry where = 2340 }

}
}

Apparently those three "-2"s are to blame. Try changing those to something else, like Malay and/or Sunni for instance.

I think that we fixed it that way in VIP (modifying the original / vanilla events), both in this event and with another one (see below the quote from the VIP readme), but apparently this problem may still be present in the original game, even with 1.03b (I do remember that we found this to still be the case under 1.03, even without VIP / mods, as it seems to be Azote's case)...

-Removed the events with "type = revolt which = -2" because it produces a permanent CTD (in political_events.txt)
-Changed the cultures to Malay and Sunni in the Spain event "Nationalism in the Philippines" (due to a CTD)

Of course, there might be some other cause, but this is what I know.