| General | Hosted Sites | Civ5 | CivRev | Civ4Col | Civ4 | Civ3 | Civ2 | Civ1 | Misc | Marketplace |
![]() |
|
|
Welcome to Civilization Fanatics' Center. You are currently viewing our site as a guest which gives you limited access to our site features. By joining our free community, you will be able to participate in the discussions, search the forum, send private messages, vote in polls, upload your own screenshots to the gallery, and access many other special features. Registration is fast, simple and absolutely free, so sign up today! If you have any problems with the registration process or your account login, please contact support. |
|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Warlord
Join Date: May 2012
Location: Berlin, Germany
Posts: 187
|
Help with some error messages needed
Hi,
I´ve an error messages which I can´t erase. It only shows up at the beginning of the first game I start when I´ve just loaded the game. When I go back to the Main Menu and start a new game, it doesn´t show up again. It refers to line 4 of the following code Code:
## Sid Meier's Civilization 4 ## Copyright Firaxis Games 2005 ## ## Implementaion of miscellaneous game functions import CvUtil from CvPythonExtensions import * import CvEventInterface import PyHelpers import Immigration # for C++ compatibility false=False true=True # globals gc = CyGlobalContext() PyPlayer = PyHelpers.PyPlayer PyInfo = PyHelpers.PyInfo PyCity = PyHelpers.PyCity PyGame = PyHelpers.PyGame class AlriksMultiModGameUtils: "Miscellaneous game functions" def __init__(self): pass def isVictoryTest(self): if ( gc.getGame().getElapsedGameTurns() > 10 ): return True else: return False ![]() Thank you very much. Last edited by Alrik2002; Aug 31, 2012 at 12:23 PM. |
|
|
|
|
|
#2 |
|
Warlord
Join Date: May 2012
Location: Berlin, Germany
Posts: 187
|
problem solved
Last edited by Alrik2002; Sep 02, 2012 at 08:49 AM. |
|
|
|
|
|
#3 |
|
Say No 2 Net Validations
![]() ![]() |
And how did you solve it?
Might be that someone will at some point have the same problem, so it would be useful to know the source and the solution. |
|
|
|
|
|
#4 |
|
Warlord
Join Date: May 2012
Location: Berlin, Germany
Posts: 187
|
A part of the code in the file was commented out incorrect. When I corrected it, the error didn´t show up again. But I´ve no idea why it has referred to line 4 of the code above.
|
|
|
|
![]() |
| Bookmarks |
|
| Thread Tools | |
|
|