TAfirehawk said:Since you guys seem to still be getting CTD's, I am going to take-over an AI and attack myself
I have city walls and the Great Wall so this should test my setup, which I don't have the python changes yet...just Kel + patch 3 w/clean install.
EDIT
Took over the AI next to me and attacked my capital that had city walls but it wasn't the city that built the Great Wall.....NO CTD on attack or after turn. I switched back to America and play continued with no CTD.
All of these CTD's and I can't create one...maybe my CPU is the twin of MrGenie's![]()
It's not the CPU..I've manager to generate the CTD you guys have, and I know how to solve it on my computer....
WHat I found out so far
in the CvPath.py there is a link pointing to the install dir(he extracts this from the entrence in the registry)
def _getInstallDir():
return __getRegValue(_winreg.HKEY_LOCAL_MACHINE,
r"Software\Firaxis Games\Sid Meier's Civilization 4",
"INSTALLDIR")
this causes me NOT to have any CTD(beats me why, i dunno)
I changed this in:
def _getInstallDir():
return __getRegValue(_winreg.HKEY_LOCAL_MACHINE,
r"Software\Firaxis Games\Sid Meier's Civilization 4 - Warlords",
"INSTALLDIR")
(I thought it had to be this logically, since im playing warlords not civ) and Tada, got the walled city CTD...
now, will first play a game with keldaths new pythongs, see if that fixes some..
if not, im going to work further on tracing down the wonders(since without wonders build by the AI = no CTD, verified this 3 times) and if I find the wonder causing the problem(or wonders) im going to track down why, which, whom, what, wonder is related to this python file..if at all, maybe something else is the problem..but funny thing that pointing to the civ dir makes the CTD go away for me...although you guys seem to have exactly the problem because of it...I really don't understand this..grrr