Several python errors with last PPIO:
- On mod start (repeats 3-4 times):
Traceback (most recent call last):
File "BugEventManager", line 308, in _handleDefaultEvent
File "CvEventManager", line 200, in onWindowActivation
File "CvScreensInterface", line 1302, in lateInit
TypeError: __init__() takes exactly 2 arguments (1 given)
- On load a save (I think):
Traceback (most recent call last):
File "BugEventManager", line 308, in _handleDefaultEvent
File "CvEventManager", line 585, in onLoadGame
File "CvEventManager", line 475, in gameStart
AttributeError: BugEventManager instance has no attribute 'mapBuildingType'
- when trying to open civics screen (don't work, it doesn't open):
Traceback (most recent call last):
File "CvScreensInterface", line 1046, in handleInput
File "CvMainInterface", line 5434, in handleInput
File "CvScreensInterface", line 104, in showCivicsScreen
KeyError: 9
ERR: Python function handleInput failed, module CvScreensInterface