I'm having problem with a bug that constantly crashes my game. Here's what I've found so far:
-It crashes when some sort of interface transition occurs, such as a starbase upgrade, going into a planet, research screen, etc.
-It usually occurs shortly after an election, but not immediately after, EXCEPT THE 2 FOLLOWING CASES:
-When a vote on war declaration is held, the game crashes when "vote" is clicked
-When a vote on government change is held, the game crashes when "vote" is clicked
My game runs smoothly otherwise, with no driver problems, etc. I do have one other savegame related bug, though, see
this thread. I've checked debug.err, but there's nothing telling. The last lines are always something like this:
Debug Message: Popup Manager Update: Updating window with ID=5
Debug Message: Popup Manager Update: Unhiding TradeWnd
Debug Message: Popup Manager Update: Updating window with ID=27
Debug Message: Popup Manager Update: Unhiding ElectionWnd
Note that the windows and the ID's aren't always the same as above. I do use my own mod, which include my custom race and a custom party. The custom party worked fine in DL, and I imported it without change into DA. I can provide the savegame if needed. Please help me diagnose/fix this problem. Thanks.