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

piratefish

Captain
9 Badges
Aug 8, 2009
480
1
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis III
  • Hearts of Iron III
  • Iron Cross
  • Semper Fi
  • 500k Club
  • Hearts of Iron IV Sign-up
Playing as Germany, 1936 campaign.

Invaded and annexed Denmark in March 1940, then liberated and puppeted Denmark in January 1941.

Attacked SU in May 1941 and drove them all the way back to the Urals by summer 1942. I temporarily quit the game, and when I reloaded - BAM! - Denmark Accepts Our Demands!

Suddenly, Denmark (my puppet) surrenders to me for no reason at all (it is even currently involved in a war alongside Germany against the Allies, the Commintern, and the US).

One of several events in AoD that are bugged and have not been fixed in any of the patches yet.

Now I have to take a substantial hit to my dissent to put things back how I already had them. Thanks, Denmark!
 
Upvote 0
please upload a savegame that makes this error, so we can reproduce :)
 
\db\events\hoi2.txt
events 93 and 6193

It looks like 93 fired and you did not wait for 6193 to fire or you annexed DEN without waiting for the two events to fire.

add a trigger condition to 6193:
Code:
	trigger = {
		NOT = { puppet = { country = DEN country = GER } }
           }
(not tested but should work)

Another option would be to edit your savegame, search for sleepevent and add 93 and 6193 to this list.