JosEPh_II
TBS WarLord
We have two different CTD's reported. Today i had 2 AIAutoPlay's running and played one game myself in sum about 4000 turns but i never saw one of them. The only thing i found was that sometimes NO_BUILDING is built i found three places in the code there this seems possible.
The one CTD reported by Joe is in CvUnit::killUnconditional but it never happens to me not even with the saves he posted. This makes it very difficult to say if possible changes fix it or not or....
The other one reported by Strategyonly is veryi never had something like this happening.
Code:// if no longer automated, then we want to bail return (!isDelayedDeath() && !getGroup()->isAutomated()); 05732400 mov ecx,esi [COLOR="Red"]05732402 call CvUnitInfo::isNoRevealMap (05733BE0h) [/COLOR] 05732407 test al,al 05732409 jne $L228152+245h (0573241Dh) 0573240B mov ecx,esi 0573240D call CvUnit::getGroup (05697670h) 05732412 mov ecx,eax 05732414 call CvSelectionGroup::isAutomated (056613E0h) 05732419 test al,al 0573241B je $L228152+29Ah (05732472h) 0573241D pop edi 0573241E pop ebp 0573241F pop esi
Very strange i would like to help more but i'am very very burned out this week sorry.
So far All of my CTDs have been during the End of Turn wait. And so far even with the savegae and Mini I posted I have been able to eventually continue the game. (I've posted 2 more minidumps since that particular save.)
I know that these kind of CTDs are real pain in the *** types to find and correct.
It was were I had to save every turn or I would CTD. Now I can go up to 4 turns (but so far not past) without saving and not CTD. But if I forget and and don't save every 4th turn I will CTD.
I have also noticed that graphics paging is taking a bit longer to fill in the new location after a map jump. Related? Who knows?
Current computer specs are: win XP Pro x64 on a Dual core E7400 Wolfdale IBM CPU on a Gigabyte Sata Mobo with 8GB of DDR2 1066Mhz ram with an ATI Radeon HD6450 with 1GB of DDR3 ram.
My i7 2600K Win 7 Pro 64 with 8GB 1333Mhz DDR3 is down with a bad mobo. Or I would play this game on it too for comparison.
Not sure if any of this info helps at all, but here it is for reference.
JosEPh