Single Player bugs and crashes - After the 23rd of September 2013

Status
Not open for further replies.
are comments and not code I put in my buildinginfos to guide me. Xml programming language ignores them when applying the code.

In Notepad++ they show up green to me. I checked before uploading it and isn't get any errors when starting the game and everything showed up.

I have comments for Health, Happiness, Auto build, and Cost, others. I won't use comment tags ever again.

The formatting is in almost all the area you added are incorrect. see below for the main two mistakes
 
You were right, my XML Validator just pointed other the same errors you just did as son as I opened it. I fixed the 2 errors you mentioned, and removed the <!-- --> comment tags. SVN 6629.
 
are comments and not code I put in my buildinginfos to guide me. Xml programming language ignores them when applying the code.

In Notepad++ they show up green to me. I checked before uploading it and isn't get any errors when starting the game and everything showed up.

I have comments for Health, Happiness, Auto build, and Cost, others. I won't use comment tags ever again.

The original Civ XML loader just can't handle XML comments in some places; mostly but not exclusively in lists. The new one we have does but it does not check for errors.
 
Before you commit to the SVN could you please

1) delete the cache
2) run using the debug version of the dll.

I am currently working my way through this and so far I have found

1) SargonTheGreat - you changed the names of your schema files but forgot to change those names in the actual XML files. I will post a fix for this if that is OK by you.
2) Faustmouse I can't find a BUILDINGCLASS_MOVIE_THEATER anywhere in C2C
3)MrAzure you got one of the tags mixed up and had bprereq.. rather than bneededincity - I will post fix for this if that is OK by you.
This last caused flow on affects so I had to stop and fix it before proceeding.

edit after applying the fixes these are the dll errors I am getting
 
Before you commit to the SVN could you please

1) delete the cache
2) run using the debug version of the dll.

I am currently working my way through this and so far I have found

1) SargonTheGreat - you changed the names of your schema files but forgot to change those names in the actual XML files. I will post a fix for this if that is OK by you.
2) Faustmouse I can't find a BUILDINGCLASS_MOVIE_THEATER anywhere in C2C
3)MrAzure you got one of the tags mixed up and had bprereq.. rather than bneededincity - I will post fix for this if that is OK by you.
This last caused flow on affects so I had to stop and fix it before proceeding.

Go ahead and fix it, feel free to fix any of my files in the future.

I will fix Faustmouses errors for him right now.
 
Fixed it.
Changed BUILDINGCLASS_MOVIE_THEATER to BUILDINGCLASS_MOVIETHEATRE in Faustmouse BuildingInfos.
 
Go ahead and fix it, feel free to fix any of my files in the future.

I will fix Faustmouses errors for him right now.

For the HuntingBow building do you want a Fletcher and Hunting Instruction in the city or anywhere in any city or a number of them somewhere in the nation before they can be built?

I am assuming that you want both in the city for now.
 
For the HuntingBow building do you want a Fletcher and Hunting Instruction in the city or anywhere in any city or a number of them somewhere in the nation before they can be built?

I am assuming that you want both in the city for now.

Yes that is correct! Both required in the city.
 
OK, I fixed that and now it is not loading the file at all:cry:. I think I need to sit back, take a deep breath, update everything to/from SVN except your file and start again:D

What SVN are you up too?

I attached the latest copy of my file.
 
I am up to the latest. I just need some breakfast or at least coffee. Perhaps not coffee I may have been living on it for the last two days - RL stress!
 
The proverbial just hit the fan here:mad:

@MrAzure there seems to be something wrong with log rollers but I can't figure it out at the moment. Also there is a Civics file in that folder but it seems to be Faust's:confused: Attached is my fixes to your buildings file I have not had chance to check it against your file.
 
The proverbial just hit the fan here:mad:

@MrAzure there seems to be something wrong with log rollers but I can't figure it out at the moment. Also there is a Civics file in that folder but it seems to be Faust's:confused: Attached is my fixes to your buildings file I have not had chance to check it against your file.

That civics file can be deleted. I tried to delete it via SVN but could not.
 
The only difference according to http://www.diffchecker.com/diff for log rollers
is that in one file its <iPropertyValue>0</iPropertyValue> and the other its <iPropertyValue>NONE</iPropertyValue>
 
Across both files there are two other differences.

Spoiler :
OtUb4BX.png
 
Yes those are the fixes I did. Things seem to be calming down, I'll WoC-a-fy your buildings and see if that identifies the problem. Wait - I have not checked the Building Class file.....
 
Yes those are the fixes I did. Things seem to be calming down, I'll WoC-a-fy your buildings and see if that identifies the problem. Wait - I have not checked the Building Class file.....

Yeah its still CTDing . . .

EDIT: OK i took out Faustmouse building folder and it at least started a game, so its something inside that folder.

One error see attached: (I am going one building at a time to see which one is the culprit)
 
That "hier" error was taken care of in SVN 6628, 6629.
 
Status
Not open for further replies.
Back
Top Bottom