First of all, I appreciate your work very much! It has done all things that I dream about, especially for the speed optimization and terraforming.
I got a little problem here, when I install the modmod by the file "A New Dawn 1.53.exe" downloaded from the thread "Main Download Information" of this sub forum, my Kaspersky Internet Security 2010 reports that this file has a virus. I'm sorry I forgot the name of the worm, it has been deleted at once when it been detected. But by disable my KIS, I installed the mod successfully, and play with it well. Maybe you had better provide a clean mod file package without installer.
Anyone use Windows 7 ultimate 32 bit here?
Because i'm really sure, that this OS won't let me to play AND 1.53
I played rom 2.8=Worked fine
I played rom 2.81=Worked fine
I played with AND 1.53,installed all the component=Crash while LOADING the mod.It said APPCRASH(does it stand for application crash?).
How can i play ROM without AND
Anyone use Windows 7 ultimate 32 bit here?
Because i'm really sure, that this OS won't let me to play AND 1.53
I played rom 2.8=Worked fine
I played rom 2.81=Worked fine
I played with AND 1.53,installed all the component=Crash while LOADING the mod.It said APPCRASH(does it stand for application crash?).
How can i play ROM without AND
First Assert at the game startup (the one where it expands the bar with python, xml and init engine thingies)
Spoiler:
Assert Failed
File: CvGlobals.cpp
Line: 4099
Expression: iExisting==-1 || iExisting==idx || strcmp(szType, "ERROR")==0
Message: info type RELIGION_HELLENISM already exists, Current XML file is: xml\GameInfo/CIV4ReligionInfo.xml
File: CvGlobals.cpp
Line: 4099
Expression: iExisting==-1 || iExisting==idx || strcmp(szType, "ERROR")==0
Message: info type RELIGION_EGYPT_MYTHOLOGY already exists, Current XML file is: xml\GameInfo/CIV4ReligionInfo.xml
File: CvGlobals.cpp
Line: 4099
Expression: iExisting==-1 || iExisting==idx || strcmp(szType, "ERROR")==0
Message: info type LEADER_TOPILTZIN already exists, Current XML file is: modules\Afforess\Advanced Diplomacy\Memory Decays\AD_ZIEBEL_CIV4LeaderHeadInfos.xml
File: CvGlobals.cpp
Line: 4099
Expression: iExisting==-1 || iExisting==idx || strcmp(szType, "ERROR")==0
Message: info type LEADER_OSTENACO already exists, Current XML file is: modules\Afforess\Advanced Diplomacy\Memory Decays\AD_ZIEBEL_CIV4LeaderHeadInfos.xml
File: CvGlobals.cpp
Line: 4099
Expression: iExisting==-1 || iExisting==idx || strcmp(szType, "ERROR")==0
Message: info type CIVILIZATION_ABYSSIANS already exists, Current XML file is: modules\Afforess\MilitaryCivics\MILITARY_CIV4CivilizationInfos.xml
File: CvGlobals.cpp
Line: 4099
Expression: iExisting==-1 || iExisting==idx || strcmp(szType, "ERROR")==0
Message: info type CIVILIZATION_DUTCH already exists, Current XML file is: modules\Afforess\MilitaryCivics\MILITARY_CIV4CivilizationInfos.xml
First Assert at the game startup (the one where it expands the bar with python, xml and init engine thingies)
Spoiler:
Assert Failed
File: CvGlobals.cpp
Line: 4099
Expression: iExisting==-1 || iExisting==idx || strcmp(szType, "ERROR")==0
Message: info type RELIGION_HELLENISM already exists, Current XML file is: xml\GameInfo/CIV4ReligionInfo.xml
File: CvGlobals.cpp
Line: 4099
Expression: iExisting==-1 || iExisting==idx || strcmp(szType, "ERROR")==0
Message: info type RELIGION_EGYPT_MYTHOLOGY already exists, Current XML file is: xml\GameInfo/CIV4ReligionInfo.xml
File: CvGlobals.cpp
Line: 4099
Expression: iExisting==-1 || iExisting==idx || strcmp(szType, "ERROR")==0
Message: info type LEADER_TOPILTZIN already exists, Current XML file is: modules\Afforess\Advanced Diplomacy\Memory Decays\AD_ZIEBEL_CIV4LeaderHeadInfos.xml
File: CvGlobals.cpp
Line: 4099
Expression: iExisting==-1 || iExisting==idx || strcmp(szType, "ERROR")==0
Message: info type LEADER_OSTENACO already exists, Current XML file is: modules\Afforess\Advanced Diplomacy\Memory Decays\AD_ZIEBEL_CIV4LeaderHeadInfos.xml
File: CvGlobals.cpp
Line: 4099
Expression: iExisting==-1 || iExisting==idx || strcmp(szType, "ERROR")==0
Message: info type CIVILIZATION_ABYSSIANS already exists, Current XML file is: modules\Afforess\MilitaryCivics\MILITARY_CIV4CivilizationInfos.xml
File: CvGlobals.cpp
Line: 4099
Expression: iExisting==-1 || iExisting==idx || strcmp(szType, "ERROR")==0
Message: info type CIVILIZATION_DUTCH already exists, Current XML file is: modules\Afforess\MilitaryCivics\MILITARY_CIV4CivilizationInfos.xml
Yeah, all the start up asserts are generally the fault of WoC. They didn't remove the asserts even after they made the code work differently. Those are all false positives.
I loaded my savegame...
When it was launching, before the status scree comes up:
Spoiler:
Assert Failed
File: CvXMLLoadUtilitySet.cpp
Line: 1594
Expression: bSuccess
Message: OWN TYPE - dependency not found: (null), in file: "modules\Afforess\Fixed Borders\"
Then repeat the above asserts that came after the End Turn.
Then the next turn ran without asserts...
Then I get two asserts about Yield Bases the same as above assert...
Then I get another series CivilizationInfo Asserts, then it crashed and burned...
I loaded my savegame...
When it was launching, before the status scree comes up:
Spoiler:
Assert Failed
File: CvXMLLoadUtilitySet.cpp
Line: 1594
Expression: bSuccess
Message: OWN TYPE - dependency not found: (null), in file: "modules\Afforess\Fixed Borders\"
Then repeat the above asserts that came after the End Turn.
Then the next turn ran without asserts...
Then I get two asserts about Yield Bases the same as above assert...
Then I get another series CivilizationInfo Asserts, then it crashed and burned...
the last assert before the crash is what matters. Everything related to CvGameTextMgr is related to me not updating BULL to all my other SDK changes, so they are harmless.
Use VS to "attach to process" of BTS right before you get to the CTD assert so you can see where in the code it breaks.
the last assert before the crash is what matters. Everything related to CvGameTextMgr is related to me not updating BULL to all my other SDK changes, so they are harmless.
Use VS to "attach to process" of BTS right before you get to the CTD assert so you can see where in the code it breaks.
Yeah, I know about it. I talked with Xienwolf and EmperorFool a week ago about it, and we put some safety code in so it shouldn't leak memory. I haven't seen any real signs of a memory leak, so I've just ignored it.
Alright, attached... played... crashed... the VC showed up with the breakpoint alert. I clicked Break. Then it showed CvPlot file and another thing in the bottom window.
What do I do now?
EDIT: Assuming you are asleep now...
So when you wake up, please tell me exactly what I'm supposed to do the moment the game switch over to VC 2008 with its Break Alert or whatever it is called...
Thanks.
I'm having trouble getting rid of AND for a New version, I tried the uninstaller and it failed then I tried deleting the AND folder and it said I couldn't, even though I am an Admin so then I individually tried deleting them and now I have some I can't kill, anyone know how to use CMD to delete something?
I turned on Revolutions mod, because alot of people said it was soooo good, but in about 75 turns it CTD's every other turn?
I re-did this one and withOUT Rev on and no ctd's. (Whoops wrote too fast, had two random crashes one around 141, now around 151.) This is with Barb World turned on. EDIT: EDIT: Now it crashes TD every other turn also. I am going to re=try a game then now withOUT AND and see what happens?
How do i turn it OFF in the Global area?(Still need this info)
EDIT:
In a new game i get these errors (i am putting it here because YOU have both included in your modmod):
Traceback (most recent call last):
File "CvScreensInterface", line 83, in showTechChooser
File "CvTechChooser", line 104, in interfaceScreen
Spoiler:
Code:
# Create a new screen, called TechChooser, using the file CvTechChooser.py for input
screen = self.getScreen()
screen.setRenderInterfaceOnly(True)
[B]screen.showScreen(PopupStates.POPUPSTATE_IMMEDIATE, False)[/B]
screen.hide("AddTechButton")
screen.hide("ASPointsLabel")
screen.hide("SelectedTechLabel")
RuntimeError: unidentifiable C++ exception
ERR: Python function showTechChooser failed, module CvScreensInterface
Traceback (most recent call last):
File "CvScreensInterface", line 983, in forceScreenRedraw
File "CvMainInterface", line 3269, in redraw
File "CvMainInterface", line 6859, in updateInfoPaneStrings
RuntimeError: unidentifiable C++ exception
ERR: Python function forceScreenRedraw failed, module CvScreensInterface
If it does not below here, then i (sugguest) you not include them in your AND stuff, again just a suggestion, why put stuff there if its not YOUR stuff? If it is no problem then i have it in the right area.
EDIT EDIT EDIT: OK i went back to the very BASIC RoM and added AND, nothing else included. So far i am at turn 175 no random crashes.(not even a flicker and by now i usually get some of those) (Stay tuned for more).
Unfortunately it is MP incompatible until they update the RevDCM portion. I think RevDCM 2.something (most recent version) broke MP. It will be updated once the authors of RevDCM update and fix it.
Alright, attached... played... crashed... the VC showed up with the breakpoint alert. I clicked Break. Then it showed CvPlot file and another thing in the bottom window.
What do I do now?
EDIT: Assuming you are asleep now...
So when you wake up, please tell me exactly what I'm supposed to do the moment the game switch over to VC 2008 with its Break Alert or whatever it is called...
Thanks.
I'm having trouble getting rid of AND for a New version, I tried the uninstaller and it failed then I tried deleting the AND folder and it said I couldn't, even though I am an Admin so then I individually tried deleting them and now I have some I can't kill, anyone know how to use CMD to delete something?
Make sure you always run the uninstaller with 'Run as Admin" first. Otherwise, Vista/Win7 protects the Program Files and gives it trouble. I recommend you grab a fresh copy of RoM 2.81 and start over.
The last version of my modmod's that were made for 2.71 was v1.351. Be warned, it lacks many of the features here, and there are some bugs that I fixed in later versions.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.