Graceheart the Leopard
Resident Amur leopard
- Joined
- Sep 24, 2007
- Messages
- 3,476
I keep getting this error with my new Evolution-based mod (again
), and I constantly get the error "failed to compress game data" when the game begins, and every so often during the game, and I have a feeling that this is the reason I get a CTD whenever I try and load a game for this mod. I have another suspicion that the game data compression error has to do with the following error I found in Python Err when the game loads:
Is there any way to fix this? I'll see if I can upload my mod's Python folder.

Code:
Traceback (most recent call last):
File "BugEventManager", line 361, in _handleDefaultEvent
File "RevolutionInit", line 96, in onGameStart
File "RevolutionInit", line 146, in onGameLoad
File "BarbarianCiv", line 102, in __init__
File "SdToolKitCustom", line 292, in sdObjectExists
AttributeError: 'list' object has no attribute 'has_key'
Traceback (most recent call last):
File "BugEventManager", line 361, in _handleDefaultEvent
File "AIAutoPlay", line 154, in onGameStart
File "AIAutoPlay", line 159, in onGameLoad
File "SdToolKitCustom", line 292, in sdObjectExists
AttributeError: 'list' object has no attribute 'has_key'
Is there any way to fix this? I'll see if I can upload my mod's Python folder.