We are testing latest version of Platyping worldbuilder.
Currently it is being too buggy to be in SVN.
At least it loads quickly
Got python error when placing city
Clicked on gameoptions tab in WB
Diplomacy mode
Tried to edit city
Currently it is being too buggy to be in SVN.
At least it loads quickly
Got python error when placing city
Code:
Traceback (most recent call last):
File "CvScreensInterface", line 420, in leftMouseDown
File "CvWorldBuilderScreen", line 1688, in leftMouseDown
File "CvWorldBuilderScreen", line 428, in placeObject
File "CvEventManager", line 2559, in onCityBuilt
ValueError: need more than 1 value to unpack
Clicked on gameoptions tab in WB
Code:
Traceback (most recent call last):
File "CvScreensInterface", line 447, in handleInput
File "CvWorldBuilderScreen", line 1811, in handleInput
File "WBGameDataScreen", line 49, in interfaceScreen
File "WBGameDataScreen", line 117, in placeStats
ArgumentError: Python argument types in
CyGame.getAIAutoPlay(CyGame)
did not match C++ signature:
getAIAutoPlay(class CyGame {lvalue}, int)
ERR: Python function handleInput failed, module CvScreensInterface
Diplomacy mode
Code:
Traceback (most recent call last):
File "CvScreensInterface", line 343, in WorldBuilderDiplomacyModeCB
NameError: global name 'WBDiplomacyScreen' is not defined
ERR: Python function WorldBuilderDiplomacyModeCB failed, module CvScreensInterface
Tried to edit city
Code:
Traceback (most recent call last):
File "BugGameUtils", line 323, in callHandler
File "WidgetUtil", line 129, in getWidgetHelp
File "CvGameUtils", line 680, in getWidgetHelp
AttributeError: 'CyPlayer' object has no attribute 'greatPeopleThreshold'
Code:
Traceback (most recent call last):
File "CvScreensInterface", line 420, in leftMouseDown
File "CvWorldBuilderScreen", line 1605, in leftMouseDown
File "WBCityEditScreen", line 109, in interfaceScreen
File "WBCityEditScreen", line 292, in placeProduction
ArgumentError: Python argument types in
CyCity.canTrain(CyCity, int, bool, bool)
did not match C++ signature:
canTrain(class CyCity {lvalue}, int, bool, bool, bool, bool)
ERR: Python function leftMouseDown failed, module CvScreensInterface
Last edited: