Help with python error?

Ninja2

Great Engineer
Joined
Nov 17, 2005
Messages
1,142
Location
Denmarkia
Any help on this? :)

Code:
Traceback (most recent call last):
  File "CvScreensInterface", line 947, in forceScreenUpdate
  File "CvMainInterface", line 2926, in updateScreen
  File "BugEventManager", line 359, in updateActiveTurn
  File "BugEventManager", line 293, in fireEvent
  File "BugEventManager", line 303, in _dispatchEvent
  File "BugEventManager", line 315, in _handleDefaultEvent
  File "Civ4lerts", line 737, in onBeginActivePlayerTurn
  File "Civ4lerts", line 759, in _getMaxGoldTrade
AttributeError
: 
GoldTrade instance has no attribute 'maxGoldTrade'

ERR: Python function forceScreenUpdate failed, module CvScreensInterface
 
I usually see this only when some other errors has caused initialization to fail. Is this a merged mod or stock BUG? Can you post the initialization part of the debug log?
 
I think you're right, BUG isn't causing this. This from the Merged Mod! :) I haven't seen the error again, apparently the Inquisition mod triggered this somehow.
 
Top Bottom