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

LvdT

Recruit
100 Badges
May 29, 2013
2
0
  • Age of Wonders III
  • Europa Universalis IV: Cradle of Civilization
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Pre-order
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: Rule Britannia
  • Surviving Mars: Digital Deluxe Edition
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Cities: Skylines - Green Cities
  • Tyranny - Bastards Wound
  • Hearts of Iron IV: Death or Dishonor
  • Surviving Mars
  • Europa Universalis IV: Mandate of Heaven
  • Cities: Skylines - Mass Transit
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Cities: Skylines - Natural Disasters
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Tyranny: Archon Edition
  • Crusader Kings II: Reapers Due
  • Stellaris: Ancient Relics
  • Hearts of Iron IV: No Step Back
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Europa Universalis 4: Emperor
  • Battle for Bosporus
  • Crusader Kings III
  • Imperator: Rome - Magna Graecia
  • Stellaris: Federations
  • Hearts of Iron IV: La Resistance
  • Prison Architect: Psych Ward
  • Stellaris: Lithoids
  • Europa Universalis IV: Rights of Man
  • Cities: Skylines - Campus
  • Prison Architect
  • Imperator: Rome Deluxe Edition
  • Europa Universalis IV: Golden Century
  • Crusader Kings II: Holy Fury
  • Surviving Mars: First Colony Edition
  • Europa Universalis IV: Dharma
  • Stellaris: Distant Stars
  • Cities: Skylines - Parklife
  • Cities: Skylines - Parklife Pre-Order
  • Hearts of Iron IV: Colonel
  • Magicka
  • Victoria 2
  • Victoria 2: Heart of Darkness
We’ve been playing a MP game with a friend for a while and suddenly today the game crashed. I reloaded from the autosave and the game crashed again a short while later after unpausing. This just keeps repeating, with the amount of time between crashes being kind of random, sometimes just a few days, sometimes a few months.

We are not using any mods. The problem manifests if I try loading the game in single player, too. It does not, however, if my friend (who doesn’t own any DLCs) loads the game in single player.

I’m attaching a few logs and the savegame itself.
 

Attachments

  • exception.txt
    4,4 KB · Views: 0
  • error.log
    39,3 KB · Views: 0
  • MultiElara2.eu4
    9,7 MB · Views: 0
  • exception.txt
    4,4 KB · Views: 0
  • error.log
    39,3 KB · Views: 0
  • MultiElara2.eu4
    9,7 MB · Views: 0
This is the most common crash on macOS and linux in the current eu4 version. It happens when a country gets fully annexed in a peace deal(CPeaceOffer::Execute, CCountry::Annex, CCountry::NotifyLostLastProvince) while it has a subject(CDependency::Transfer) which has its independence supported. It doesn't happen for your friend, because independence support is a DLC feature, so the support gets broken when loading the save(and/or because they use a different OS or because it is an instance of the crash which does not happen on all systems). You can avoid the crash if you prevent that peace deal in some way. You can for example load it in single-player and use console commands to tag over to the war winner and make a peace deal which doesn't involve full annexation or you can use the delete_wars console command to delete the war or you can use the annex console command to make the overlord annex the subject or you can break the independence support. Or you can pass the date of the crash on the windows version of the game(e.g. via proton).

Disclaimer: I'm not working for Paradox. I'm just trying to help people.
 
  • 1Like
Reactions:
This is the most common crash on macOS and linux in the current eu4 version. It happens when a country gets fully annexed in a peace deal(CPeaceOffer::Execute, CCountry::Annex, CCountry::NotifyLostLastProvince) while it has a subject(CDependency::Transfer) which has its independence supported. It doesn't happen for your friend, because independence support is a DLC feature, so the support gets broken when loading the save(and/or because they use a different OS or because it is an instance of the crash which does not happen on all systems). You can avoid the crash if you prevent that peace deal in some way. You can for example load it in single-player and use console commands to tag over to the war winner and make a peace deal which doesn't involve full annexation or you can use the delete_wars console command to delete the war or you can use the annex console command to make the overlord annex the subject or you can break the independence support. Or you can pass the date of the crash on the windows version of the game(e.g. via proton).

Disclaimer: I'm not working for Paradox. I'm just trying to help people.
Thank you, switching to Proton seems to have fixed the issue!