A New Dawn Bug Reports and Feedback

Status
Not open for further replies.
Dont know for sure if this is an AND error or RoM?

Traceback (most recent call last):
File "BugEventManager", line 357, in _handleDefaultEvent
File "Revolution", line 600, in onEndPlayerTurn
File "Revolution", line 1004, in updatePlayerRevolution
File "Revolution", line 2163, in checkForRevolution
File "Revolution", line 3498, in pickRevolutionStyle
File "Revolution", line 4397, in makeRevolutionDecision
File "Revolution", line 5048, in processRevolution
File "RevUtils", line 1128, in changeCiv
RuntimeError: unidentifiable C++ exception
 
btw, before when it crashed at an autosave I noticed that at the same time I finished the Statue of Liberty, so I delayed the Statue of Liberty by one turn and another civilization got it first. As a result I was not able to build the Statue of Liberty but my game did not crash. As for this time I noticed that the crash coincides not just with another autosave but with the end of my golden age and the production of another great person. I don't know if changing either of those would stop the crash, and it takes me a lot of time to test things out since the game is slow at this late stage in the game.
 
First off, disregard my previous problem, I fixed it myself. But now I have another problem. Everything installed great, it's now in the right place, but it still doesn't work. I go to play BtS, go to Load a Mod, choose Rise of Mankind and then it restarts (and takes a good three minutes to do so, I might add), then, just as it loads about halfway I get an error something like this:

"Tag: Z-ADER_BARBARIAN in Info class was incorrect.
Current XML file is xml\GameInfo/CIV4ForceControlInfos.xml"

And then it crashes. Help? Please? I've been up all night trying to get this to work and all I want to do now is get it going to I can play the damn thing.

This error simply means you installed it incorrectly, and you need to, as StrategyOnly pointed out, follow the FAQ step-by-step if you get any errors.

How was that supposed to help? The FAQ doesn't address my problem at all. I followed the instructions perfectly, after I solved my previous problem (I still had 2.71 installed, as the folder my game checks for mods is in some weird place), installed 2.8 mega, updated to 2.81, installed A New Dawn 1.53, updated to 1.54 and I still get this problem. It must be A New Dawn because if I uninstall it the game works fine.

It may also be good to note that none of the civs from the civ pack that came with 2.8 Mega are working. They're there, in the right place, but they simply don't appear in the game. I checked it out, it's definitely running RoM 2.81. Not sure if the two problems are related, I really just want to get A New Dawn working.

Also, very, very, very few people have gotten AND and the megapack to work correctly. I am not really sure what the issue is, but I can count the number of people who have gotten it working successfully on one hand. I recommend using RoM Full. However, this is not the current cause of your problems. (People with the Mega pack report black terrain glitches.)
 
I tried a new method of fixing the problem by trying to download the new version and the new patch. It turns out I had version 1.51, so I was hoping version 1.53 and then the patch to 1.54 would fix my CTD problem. Now I downloaded 1.53 into the Rise of mankind folder and the installer said that the installation was a success, so I then downloaded version 1.54 and again the installer said it was a success.

Now to double check I quickly started the game and hovered my mouse over the flag to check the version and it said I still had version 1.51. Now I'm not sure if the patch was successfully installed, but I was almost 100% certain the 1.53 was installed successfully because the uninstaller was replaced with uninstaller 1.51 with uninstaller 1.53 (though I don't have uninstaller 1.54 I think that is just because 1.54 is just a patch). The only thing I possibly did wrong that I could think of is that I didn't uninstall 1.51 before installing 1.53. Another curious thing is when I installed 1.53 I never received a request to overwrite/replace any files. Do I need to install one before I install the other? What did I do wrong?

ok I uninstalled a new dawn using the 1.53 uninstaller, and then reinstalled 1.53. I checked the flag and again it says I only have 1.51 despite the fact that this time I didn't even install 1.51. Also I don't have a Pet shop, which is a clue that I still only have 1.51. I don't understand how I could have just 1.51 despite uninstalling everything and then installing 1.53 straight.
 
Has this error when the Worlds Fair tried to work:

Traceback (most recent call last):
File "BugEventManager", line 357, in _handleDefaultEvent
File "WorldFair", line 59, in onBeginGameTurn

Spoiler :
Code:
                                    if pPlayer.isAlive():
					iCity = dice.get(pPlayer.getNumCities () , "Cities" )
					pCity = pPlayer.getCity(iCity)
					if pCity.isNone():continue
					if pCity.getPopulation ()<=10:continue
					[B]pCity.setNumRealBuilding(gc.getInfoTypeForString("BUILDING_WORLDSFAIR"),1)[/B]
					CyInterface().addMessage(iPlayer,false,20,CyTranslator().getText("TXT_KEY_CIRCUS_MOVED",(pCity.getName (),pCity.getName ())),'',0,'Art/Interface/Buttons/General/happy_person.dds',ColorTypes(gc.getInfoTypeForString("COLOR_GREEN")), pCity.getX(), pCity.getY(), True,True) 
					if self.oldcity <>[-1,-1]:
						otherplayer = gc.getPlayer(self.oldcity[0])
						othercity = otherplayer.getCity(self.oldcity[1])
						othercity.setNumRealBuilding(gc.getInfoTypeForString("BUILDING_WORLDSFAIR"),0)
						CyInterface().addMessage(self.oldcity[0],false,20,CyTranslator().getText("TXT_KEY_CIRCUS_LOST",(othercity.getName (),othercity.getName ())),'',0,'Art/Interface/Buttons/General/warning_popup.dds',ColorTypes(gc.getInfoTypeForString("COLOR_RED")), othercity.getX(), othercity.getY(), True,True)
					self.oldcity = [iPlayer,iCity]

RuntimeError: unidentifiable C++ exception
 
ok I followed your FAQ exactly. First I uninstalled ROM completely. Then I followed your FAQ. I installed ROM 2.8. I then downloaded the patch to 2.81. Finally I downloaded AND 1.53, the uninstaller even says that I have version 1.53. However when my mouse hovers over the flag it says I have version 1.51 and I don't have the pet shop, a building that is in 1.53 but not 1.51.

Also as a side note, I made sure all my files are in the C : program files route.

Can you now tell me what I am doing wrong because obviously just following your FAQ has not fixed anything.
 
ok I followed your FAQ exactly. First I uninstalled ROM completely. Then I followed your FAQ. I installed ROM 2.8. I then downloaded the patch to 2.81. Finally I downloaded AND 1.53, the uninstaller even says that I have version 1.53. However when my mouse hovers over the flag it says I have version 1.51 and I don't have the pet shop, a building that is in 1.53 but not 1.51.

Also as a side note, I made sure all my files are in the C : program files route.

Can you now tell me what I am doing wrong because obviously just following your FAQ has not fixed anything.

Uh... The Pet Shop is a 1.60beta addition, it is not in 1.53/1.54 either. I just checked, the version # is wrong, it still says 1.51 in 1.54. Don't worry about it, you installed everything fine. :)
 
Uh... The Pet Shop is a 1.60beta addition, it is not in 1.53/1.54 either. I just checked, the version # is wrong, it still says 1.51 in 1.54. Don't worry about it, you installed everything fine. :)

aw geez thats a relief. For a second there I though I was going crazy.

Anyway I'm now downloading 1.54, it says I don't have 1.53 but I'm guessing thats because the version # is wrong.
 
meteroalical upgrade for helicopters gives air upgrade path giving operation increase air should be listed as land upgrade.

ggm.
 
meteroalical upgrade for helicopters gives air upgrade path giving operation increase air should be listed as land upgrade.

ggm.

Right you are, I'll have that fixed for the next release.

Afforeness, will you get back to my error at some point or not ?

I checked it out, and fixed the cause. Generally assume I dealt with it unless I say otherwise. I'm too busy to answer every request all the time.
 
Right you are, I'll have that fixed for the next release.



I checked it out, and fixed the cause. Generally assume I dealt with it unless I say otherwise. I'm too busy to answer every request all the time.


Well, can i fix it too in order continue my game ? No offense, but i started 3 games cin the last 6 weeks, and after a week or two of time playing the game (every day 1-2 hours) i got a fatal crash. Now, i dont mean to press you, but i dont feel like "wasting" so much of time if i can never finish it. In addition, it would be nice if you would just tell me what the problem was, so i can find a workaround or at least know what i did wrong. Quite frankly, another douzen hours wasted doesnt fit my mind well.
 
An old issue I have been to busy to deal with. I made a new button for Kotoku-in which was not included. I'll upload it here so that you do not have to download the whole building pack. On the subject of wonders, could you add a civic req. to the World Trade Center to make it reliant on the Corporatist Economic civic?
 

Attachments

An old issue I have been to busy to deal with. I made a new button for Kotoku-in which was not included. I'll upload it here so that you do not have to download the whole building pack. On the subject of wonders, could you add a civic req. to the World Trade Center to make it reliant on the Corporatist Economic civic?

Done, and Done.
 
Oooh, you meant the icons in the hover bar, not in the civilopedia! Okay, I'll fix those, thanks for that.
 
Status
Not open for further replies.
Back
Top Bottom