These errors are from me modding an FfH based mod mod so that specialists can provide health and happiness. (Those changes appear to work when I run the game with a debug.dll and ignore the errors described in this post.) When I try to run the game normally, though, it crashes when loading the XML, and when I run with a debug.dll, the following errors seem to pop up:
When I load the mod:
When I try to start a game. (Using custom game, it stalls while loading the new game.)
When opening a city screen.
I'm a bit confused at these since none of these errors (whether the XML related parts or the SDK locations), are things I've changed, and don't appear to be closely related to anything I've changed. Is anyone else familiar with these sorts of errors?
When I load the mod:
Spoiler :
Assert Failed
File: CvGlobals.cpp
Line: 3450
Expression: strcmp(szType, "NONE")==0 || strcmp(szType, "")==0
Message: type FLAVOR_ECONOMY not found
File: CvGlobals.cpp
Line: 3450
Expression: strcmp(szType, "NONE")==0 || strcmp(szType, "")==0
Message: type FLAVOR_ECONOMY not found
When I try to start a game. (Using custom game, it stalls while loading the new game.)
Spoiler :
Assert Failed
File: CvGlobals.cpp
Line: 3666
Expression: strcmp(szType, "NONE")==0 || strcmp(szType, "")==0
Message: info type NO_IMPROVEMENT not found, Current XML file is: xml\GameInfo/CIV4EspionageMissionInfo.xml
File: CvGlobals.cpp
Line: 3666
Expression: strcmp(szType, "NONE")==0 || strcmp(szType, "")==0
Message: info type NO_IMPROVEMENT not found, Current XML file is: xml\GameInfo/CIV4EspionageMissionInfo.xml
When opening a city screen.
Spoiler :
Assert Failed
File: CvCity.cpp
Line: 10792
Expression: iIndex < getNumCityPlots()
Message: iIndex expected to be < getNumCityPlots()
File: CvCity.cpp
Line: 10792
Expression: iIndex < getNumCityPlots()
Message: iIndex expected to be < getNumCityPlots()
I'm a bit confused at these since none of these errors (whether the XML related parts or the SDK locations), are things I've changed, and don't appear to be closely related to anything I've changed. Is anyone else familiar with these sorts of errors?