Crashing, can't get past AI's turn

TheFinalChiTown

Chieftain
Joined
Jul 21, 2019
Messages
79
Hi all, I'm in the middle of a game that's crashing during the AI's turn. If I reload the save, it still crashes. Anyone know a workaround? Save is attached.

So far I've tried verifying game files, uninstalling EUI, turning down graphics settings. I've seen some fixes that involve IGE, but that won't work for this game since it's part of the Game of the Month.
 

Attachments

It is (one of many) bugs in the DLL of the game, see here for code how to fix:

The game crashes when a player is founding a pantheon, while the player has no capital city. then GET_PLAYER(ePlayer).getCapitalCity()->GetID() will crash, because getCapitalCity() returns NULL, which can not do GetID(). Seems also in current community Patch and whowards DLL this error still exists, it does GAMEEVENTINVOKE_HOOK(GAMEEVENT_PantheonFounded, ePlayer, GET_PLAYER(ePlayer).getCapitalCity()->GetID(), RELIGION_PANTHEON, eBelief);
 
Back
Top Bottom