Panopticon
Utilitarian
I am experiencing errors. First, there is an syntax error in VD_Civ4CivilizationInfos.xml. There is a faulty FreeTechs tag on line 2409; the slash is in the wrong place. Second, this error happens:
This relates to the following line in the vanilla BTS Python code:
This is involved with WorldBuilder things; I don't know if it's critical to the game as usually played.
Spoiler :
Code:
Traceback (most recent call last):
File "CvWBInterface", line 18, in writeDesc
File "CvWBDesc", line 1533, in write
File "CvWBDesc", line 470, in write
RuntimeError: unidentifiable C++ exception
ERR: Python function writeDesc failed, module CvWBInterface
This relates to the following line in the vanilla BTS Python code:
Code:
f.write("\tArtStyle=%s\n" %(gc.getArtStyleTypes(gc.getPlayer(idx).getArtStyleType())))
This is involved with WorldBuilder things; I don't know if it's critical to the game as usually played.