What does this error mean?

Watsonnn

Chieftain
Joined
Jul 5, 2018
Messages
4
[274365.812] **** Validating Prefetch Process *****
[274365.812] ERROR: gc.getNumWorldInfos <= 0
[274365.812] ERROR: gc.getNumClimateInfos <= 0
[274365.812] ERROR: gc.getNumSeaLevelInfos <= 0
[274365.812] ERROR: gc.GetNumColorInfos <= 0
[274365.812] ERROR: gc.GetNumPlayerColorInfos <= 0
[274365.812] ERROR: gc.getNumEntityEventInfos <= 0
[274365.812] ERROR: gc.getNumMultiUnitFormationInfos <= 0
[274365.812] ERROR: gc.getNumTerrainInfos <= 0
[274365.812] ERROR: gc.getNumResourceClassInfos <= 0
[274365.812] ERROR: gc.getNumResourceInfos <= 0
[274365.812] ERROR: gc.getNumFeatureInfos <= 0
[274365.812] ERROR: gc.getNumCivilizationInfos <= 0
[274365.812] ERROR: gc.getNumMinorCivInfos <= 0
[274365.812] ERROR: gc.getNumLeaderHeadInfos <= 0
[274365.812] ERROR: gc.getNumTraitInfos <= 0
[274365.812] ERROR: gc.getNumUnitInfos <= 0
[274365.812] ERROR: gc.getNumSpecialUnitInfos <= 0
[274365.812] ERROR: gc.getNumVoteSourceInfos <= 0
[274365.812] ERROR: gc.getNumUnitCombatClassInfos <= 0
[274365.812] ERROR: gc.getUnitAIInfo().size <= 0
[274365.812] ERROR: gc.getNumGameOptionInfos <= 0
[274365.812] ERROR: gc.getNumMPOptionInfos <= 0
[274365.812] ERROR: gc.getPlayerOptionInfo().size <= 0
[274365.812] ERROR: gc.getYieldInfo().size <= 0
[274365.812] ERROR: gc.getNumRouteInfos <= 0
[274365.812] ERROR: gc.getNumImprovementInfos <= 0
[274365.812] ERROR: gc.getNumBuildInfos <= 0
[274365.812] ERROR: gc.getNumHandicapInfos <= 0
[274365.812] ERROR: gc.getNumGameSpeedInfos <= 0
[274365.812] ERROR: gc.getNumProcessInfos <= 0
[274365.812] ERROR: gc.getNumVoteInfos <= 0
[274365.812] ERROR: gc.getNumProjectInfos <= 0
[274365.812] ERROR: gc.getNumBuildingClassInfos <= 0
[274365.812] ERROR: gc.getNumBuildingInfos <= 0
[274365.812] ERROR: gc.getNumUnitClassInfos <= 0
[274365.812] ERROR: gc.getMissionInfo().size <= 0
[274365.812] ERROR: gc.getControlInfo().size <= 0
[274365.812] ERROR: gc.getCommandInfo().size <= 0
[274365.812] ERROR: gc.getNumAutomateInfos <= 0
[274365.812] ERROR: gc.getNumPromotionInfos <= 0
[274365.812] ERROR: gc.getNumSpecialistInfos <= 0
[274365.812] ERROR: gc.getNumEconomicAIStrategyInfos <= 0
[274365.812] ERROR: gc.getNumCitySpecializationInfos <= 0
[274365.812] ERROR: gc.getNumTacticalMoveInfos <= 0
[274365.812] ERROR: gc.getNumMilitaryAIStrategyInfos <= 0
[274365.812] ERROR: gc.getNumAIGrandStrategyInfos <= 0
[274365.812] ERROR: gc.getNumAICityStrategyInfos <= 0
[274365.812] ERROR: gc.getNumPolicyInfos <= 0
[274365.812] ERROR: gc.getNumPolicyBranchInfos <= 0
[274365.812] ERROR: gc.getNumTechInfos <= 0
[274365.812] ERROR: gc.getNumEraInfos <= 0
[274365.812] ERROR: gc.getNumHurryInfos <= 0
[274365.812] ERROR: gc.getNumEmphasisInfos <= 0
[274365.812] ERROR: gc.getNumVictoryInfos <= 0
[274365.812] **** VALIDATION FAILED *****
[274365.812] SetGlobalActionInfo
[274365.812] GC.getNumBuildInfos() is not greater than zero in CvDllDatabaseUtility::SetGlobalActionInfo.
[274365.812] GC.getNumPromotionInfos() is not greater than zero in CvDllDatabaseUtility::SetGlobalActionInfo.
[274365.812] GC.getNumSpecialistInfos() is not greater than zero in CvDllDatabaseUtility::SetGlobalActionInfo.
[274365.812] GC.getNumAutomateInfos() is not greater than zero in CvDllDatabaseUtility::SetGlobalActionInfo.
[274365.812] NUM_MISSION_TYPES is not greater than zero in CvDllDatabaseUtility::SetGlobalActionInfo.
[274365.812]

It is doing the classic crashing after loading screen.
 
which log file is this being reported in ?

it looks as if there is nothing at all being loaded into the game's database for multiple game elements (ie, buildings, player colors, terrain types, etc)

have you directly edited any of the game's original xml-files, or perhaps re-installed the game for some reason but perhaps had an unsuccessful re-install ?
 
Ok, I've fixed it now.

The issue was that I edited one of the XML files but used <TerrrainYield> in the <FeatureYield> column as a result of copy and pasting from elsewhere.
 
Top Bottom