C2C SVN Changelog

@Koshling

Whenever starting game, I got error message like this : cannot load Civ4SpawnInfos.xml in xml/Units although there isn't a file which has such name.

Yeah i am getting the same error message even with the current update.

All fixed see below comments, thx.
 
@DH
Gamefont is messed up and Mammoth doesn't show up.. I haven't checked fossil/tar pit.

@Koshling
Whenever starting game, I got error message like this : cannot load Civ4SpawnInfos.xml in xml/Units although there isn't a file which has such name.

See my edit on my previous post. I had forgotten to push one file, but it's there now.
 
See my edit on my previous post. I had forgotten to push one file, but it's there now.

Nope i have the MOST recent SVN and it still comes up with the error i posted. It comes up as Afforess schema, not the SpawnXML.
 
A quick search in the C2C main directory reveals that the most probable culprit is "Neanderthal_CIV4UnitSchema.xml" which contains this at the end of the file
attachment.php

The only other file which contained the string "StringInfos" was
Code:
"CvXMLLoadUtilitySet.cpp" 
@ D:\Program Files x86\Firaxis Games\Civilization 4 Complete\Beyond the Sword\Mods\Caveman2Cosmos vSVN\Sources
However due to my incredibly impeccable deductive skills, I have deduced that this is an .xml specific error which means Neanderthal_CIV4UnitSchema.xml is probably at fault.
I don't know how to fix this though, although I have an idea.
Now besides the ERROR message i am getting this RED DOT in the city area?
Do you mean the the circle or the red commerce symbol. I've had the red circle for a while now.
 

Attachments

  • Untitled.png
    Untitled.png
    8.7 KB · Views: 249
A quick search in the C2C main directory reveals that the most probable culprit is "Neanderthal_CIV4UnitSchema.xml" which contains this at the end of the file
attachment.php

The only other file which contained the string "StringInfos" was
Code:
"CvXMLLoadUtilitySet.cpp" 
@ D:\Program Files x86\Firaxis Games\Civilization 4 Complete\Beyond the Sword\Mods\Caveman2Cosmos vSVN\Sources
However due to my incredibly impeccable deductive skills, I have deduced that this is an .xml specific error which means Neanderthal_CIV4UnitSchema.xml is probably at fault.
I don't know how to fix this though, although I have an idea.

Do you mean the the circle or the red commerce symbol. I've had the red circle for a while now.

This is correct - that's part of the new schema. It SHOULD be in the main assets/xml/units/Afforess_CIV4UnitSchema.xml also

According to SVN BOTH files have this block at the end (which is what they should have):


Code:
	<ElementType name="UnitType" content="textOnly"/>
	<ElementType name="iTurns" content="textOnly" dt:type="int"/>
	<ElementType name="iMaxLocalDensity" content="textOnly" dt:type="int"/>
	<ElementType name="iStartDate" content="textOnly" dt:type="int"/>
	<ElementType name="iEndDate" content="textOnly" dt:type="int"/>
	<ElementType name="bTreatAsBarbarian" content="textOnly" dt:type="boolean"/>
	<ElementType name="rateOverrideDefineName" content="textOnly" />
	<ElementType name="BonusTypes" content="eltOnly">
		<element type="BonusType" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="SpawnInfo" content="eltOnly">
		<element type="Type"/>
		<element type="UnitType"/>
		<element type="iTurns"/>
		<element type="iMaxLocalDensity"/>
		<element type="iStartDate"/>
		<element type="iEndDate"/>
		<element type="bTreatAsBarbarian"/>
		<element type="rateOverrideDefineName"/>
		<element type="BonusTypes"/>
	</ElementType>
	<ElementType name="SpawnInfos" content="eltOnly">
		<element type="SpawnInfo" maxOccurs="*"/>
	</ElementType>
	<ElementType name="Civ4SpawnInfos" content="eltOnly">
		<element type="SpawnInfos" minOccurs="0" maxOccurs="*"/>
	</ElementType>

Are you sure your 'assets/xml/units/Afforess_CIV4UnitSchema.xml' is up to date?
 
This is correct - that's part of the new schema. It SHOULD be in the main assets/xml/units/Afforess_CIV4UnitSchema.xml also

According to SVN BOTH files have this block at the end (which is what they should have):

Are you sure your 'assets/xml/units/Afforess_CIV4UnitSchema.xml' is up to date?

The errors are coming DIRECTLY from the SVN copy , if you try to play ANY new game this comes up NO MATTER WHAT: Thats all the way to Rev 334. . ..

http://forums.civfanatics.com/showpost.php?p=10795894&postcount=202



btw, hows the WfoC's going here:

http://forums.civfanatics.com/showpost.php?p=10792449&postcount=3073 this is the first time in a year i have made it this far, so was just wondering cause i have a NEW unit and python that depends on getting to even the next era to see if they work correctly or not?
 
The errors are coming DIRECTLY from the SVN copy , if you try to play ANY new game this comes up NO MATTER WHAT: Thats all the way to Rev 334. . ..

http://forums.civfanatics.com/showpost.php?p=10795894&postcount=202



btw, hows the WfoC's going here:

http://forums.civfanatics.com/showpost.php?p=10792449&postcount=3073 this is the first time in a year i have made it this far, so was just wondering cause i have a NEW unit and python that depends on getting to even the next era to see if they work correctly or not?

I just realised that the Civ4SpawnInfos.xml in assets/xml/units is missing from SVN. I guess that's probably your issue - just pushed it.

The WFoC I fixed yesterday (see patch thread)
 
I just realized that the Civ4SpawnInfos.xml in assets/xml/units is missing from SVN. I guess that's probably your issue - just pushed it.

The WFoC I fixed yesterday (see patch thread)

OK thx (yes that new file fixed that problem);), I just tried the game for WfoC, just alittle while ago, and it still just sits there?, no new dll was in last push since 327?

btw anyone, when did this "commence symbol" start appearing, i have NEVER seen it before? Or really never paid attention?

http://forums.civfanatics.com/showpost.php?p=10795894&postcount=202
 
OK thx (yes that new file fixed that problem);), I just tried the game for WfoC, just alittle while ago, and it still just sits there?, no new dll was in last push since 327?

btw anyone, when did this "commence symbol" start appearing, i have NEVER seen it before? Or really never paid attention?

http://forums.civfanatics.com/showpost.php?p=10795894&postcount=202

327 has the fix - we are talkin about the WFoC with the fort next to the city right? Or is this one since that?

What 'commence symbol' ?
 
Now besides the ERROR message i am getting this RED DOT in the city area?

EDIT: IS that the commerce symbol (dot)?

No idea! If you give me the save game I'll dig and try to find out (though not as top priority right now - WFoC first if you still have one (?), then dealing with stupid AI naval builds since people have started complaining about it and I've been meaning to do it fo weeks)
 
Back
Top Bottom