Kailric
Jack of All Trades
I have downloaded the last git files and when I try to found my first village I get the following failed assert:
And then no diplomacy screens work correctly, that is no text appears. The XML file is there, it is just not reading from it.
Edit: Oh I just noticed in the above error report, it is trying to read from CIV4FormationsInfos when it should be reading from CIV4DiplomacyInfos, something is astray.
I am currently working on the new Trade Screens stuff and I have made several changes so posting a saved game is out of the question at the moment, but this bug should happen to anyone. My changes had nothing to do with Diplomacy, but you just never know about these things
Code:
File: CvGlobals.cpp
Line: 3791
Expression: strcmp(szType, "NONE")==0 || strcmp(szType, "")==0
Message: info type AI_DIPLOCOMMENT_FOUND_FIRST_CITY not found, Current XML file is: xml\Units/CIV4FormationInfos.xml
And then no diplomacy screens work correctly, that is no text appears. The XML file is there, it is just not reading from it.
Edit: Oh I just noticed in the above error report, it is trying to read from CIV4FormationsInfos when it should be reading from CIV4DiplomacyInfos, something is astray.
I am currently working on the new Trade Screens stuff and I have made several changes so posting a saved game is out of the question at the moment, but this bug should happen to anyone. My changes had nothing to do with Diplomacy, but you just never know about these things
