I've been trying some SDK modding for my upcoming mod, and I'm having trouble with a modcomp I'm working on.
Here are some of the errors:
Something I missed.
Thanks for helping!
Here are some of the errors:
Failed Loading XML file xml\Civilizations/CIV4TraitInfos.xml.
LoadXML call failed for Civilizations/CIV4TraitInfos.xml.
I didn't even touch CIV4CivicOptionInfos.xml.Allocating zero or less memory in
CvXMLLoadUtility::SetVariableListTagPair
Current XML file is: xml\GameInfo/CIV4CivicOptionInfos.xml
Something I missed.
Why SpecialBuildingInfos? And why is CvGlobals giving me an error? I didn't even touch it!Assert Failed
File: CvGlobals.cpp
Line: 3493
Expression: strcmp(sz Type, "NONE")==0||strcmp(sz Type, "")==0
Message: info type TRAIT_SPIRITUAL not found, Current XML file is: xml\Buildings/CIV4SpecialBuildingInfos.xml
TRAIT_SPIRITUAL in Info class was incorrect
Current XML file is: xml\Buildings/CIV4SpecialBuildingInfos.xml
There are more siblings than memory allocated for them in
CvXMLLoadUtility::SetVariableListTagPair
Current XML file is: xml\Buildings/CIV4BuildingInfos.xml
Tag: TRAIT_PROTECTIVE in Info class was incorrect
Current XML file is: xml\Buildings/CIV4BuidingInfos.xml
And so on for every trait mentioned in BuildingInfos.There are more siblings than memory allocated for them in
CvXMLLoadUtility::SetVariableListTagPair
Current XML file is: xml\Buildings/CIV4BuildingInfos.xml
Failed Loading XML file xml\Civilizations/CIV4LeaderHeadInfos.xml.
Do I need to say more?LoadXML call failed for Civilizations/CIV4LeaderHeadInfos.xml
Thanks for helping!