I got in contact with Dale earlier tonight, a highly experienced modder with Civ IV, and got him to go over my custom XML tag code, and he found it to be flawless in his opinion.
He suggested I get in contact with Impaler[WrG], someone who has made several custom XML tags in the past.
Anyhow myself and Impaler have spent the past 3 hours working on this, writing a new XML tag from scratch, and he also can't see what the problem is, but will go over it again in the morning.
As far as I can see there is nothing wrong with any of what I am doing, or have been doing, but the moment I add the
line to the source code, and uncomment, compile and copy to the Assets directory I get the Would you like to send an error report to Microsoft error.
The log reads
I would like to here any ideas on what could becausing this, because I have been at this problem since I arrived here about 6 days ago...
He suggested I get in contact with Impaler[WrG], someone who has made several custom XML tags in the past.
Anyhow myself and Impaler have spent the past 3 hours working on this, writing a new XML tag from scratch, and he also can't see what the problem is, but will go over it again in the morning.
As far as I can see there is nothing wrong with any of what I am doing, or have been doing, but the moment I add the
Code:
// pXML->GetChildXmlValByName(&m_iFaction,"iFaction"); //Faction Mod by TRN2 & Impaler
The log reads
That is the entire xml.log file, indicating a very early crash, considering we are entering our tag in the leaderheadsinfos.[91639.015] Loading XML file XML\GameInfo/CIV4PlayerOptionInfos.xml
[91639.062] Load XML file XML\GameInfo/CIV4PlayerOptionInfos.xml SUCCEEDED
[91639.062] SetGlobalClassInfo (Civ4PlayerOptionInfos/PlayerOptionInfos/PlayerOptionInfo)
[91639.062] Loading XML file XML\GameInfo/CIV4GraphicOptionInfos.xml
[91639.078] Load XML file XML\GameInfo/CIV4GraphicOptionInfos.xml SUCCEEDED
[91639.078] SetGlobalClassInfo (Civ4GraphicOptionInfos/GraphicOptionInfos/GraphicOptionInfo)
I would like to here any ideas on what could becausing this, because I have been at this problem since I arrived here about 6 days ago...