deanej
Deity
I'm having a major (gamebreaking) issue with my Star Trek mod (link in sig) - whenever a save game is loaded from a scenario (except 22nd Century and probably Earth-Romulan War), I get the following python exception:
Traceback (most recent call last):
File "CvAppInterface", line 56, in onLoad
File "CvEventInterface", line 19, in onEvent
File "CvEventManager", line 187, in handleEvent
File "CvFinalFrontierEvents", line 2401, in onLoadGame
File "CvFinalFrontierEvents", line 2449, in loadSystemsFromPlots
ValueError: insecure string pickle
ERR: Python function onLoad failed, module CvAppInterface
Does anyone have any idea what this means? This is a major issue because it prevents the planets from properly loading. It only happens with the latest patch but I can't identify a reason for that. I never messed with that method. Please help, if you can fix this you'll be a lifesaver!
Traceback (most recent call last):
File "CvAppInterface", line 56, in onLoad
File "CvEventInterface", line 19, in onEvent
File "CvEventManager", line 187, in handleEvent
File "CvFinalFrontierEvents", line 2401, in onLoadGame
File "CvFinalFrontierEvents", line 2449, in loadSystemsFromPlots
ValueError: insecure string pickle
ERR: Python function onLoad failed, module CvAppInterface
Does anyone have any idea what this means? This is a major issue because it prevents the planets from properly loading. It only happens with the latest patch but I can't identify a reason for that. I never messed with that method. Please help, if you can fix this you'll be a lifesaver!