I'm continuing on my efforts to abuse you as beta testers :D
This thread is to report bugs, crashes or simply things that don't seem to work as they're supposed to. I'm incredibly thankful for every bug report I get here, because that's the only way to effectively test everything, since I don't have the time to play out every addition I make :)
As it's in our mutual interest to get every problem located and fixed quickly, please follow the subsequent guidelines:
1) Check if the error was reported already. At least read the previous page to see if someone else already had your problem.
2) Please note
which version (release or SVN) of the modmod you're using, and the
revision in case of the SVN version. I'll assume its the current SVN revision at time of posting unless noted otherwise
3) Enable Python exceptions and logging. The former shows an error message ingame whenever something's wrong with Python (and that's the reason for 95% of the errors), the latter stores these into a separate file. Both are disabled on default, to activate them, open your Beyond the Sword folder and open the _Civ4Config link. Then search for "HidePythonExceptions" and "LoggingEnabled" and set them to 0 and 1, respectively, i.e.:
Code:
; Set to 1 for no python exception popups
HidePythonExceptions = 0
[...]
; Enable the logging system
LoggingEnabled = 1
4) Make screenshots, often it's much easier to understand what you mean this way.
5) Keep savegames and logs ready. I need to locate the error and have an easy method to verify if the fix works; that's what those are for. You find your logs under "My Games\Beyond the Sword\Logs\", and I'm usually referring to PythonDbg.txt when I'm asking for one. Please keep in mind that logs get overridden once you start a new game, so better make a copy of it. Saves are usually the best way for me to reproduce errors, because engineering a proper situation for myself is hard and time consuming. They may not be necessary, but it's good if you have them. Savegames from before the problem occurs are more useful than those from afterwards (I want to reproduce the error and see if my fixes remove it), so it's for the best if you keep a previous autosave on hand.
Common problems:
I have downloaded the mod, but when I start it, the menu screen is empty.
It's likely that this is because you're playing BtS with a language other than English. This mod is only in English, and for some reason this affects the main menu for all other languages. Switching your language to English should take care of this problem and is highly advisable anyway, because most of it isn't translated.
I have installed the SVN version, but the scenarios do not show up / when starting the scenarios it appears as if there are no changes compared to the latest download.
Make sure you have renamed the mod folder "RFC Dawn of Civilization" after downloading. Otherwise the scenarios won't find the mod they belong to.