Dancing Hoskuld
Deity
That is a configuration problem I am not getting it using the SVN, so it looks like you may have removed a file in your working copy. And you should not use notepad to open python files, white space is code in python.
That is a configuration problem I am not getting it using the SVN, so it looks like you may have removed a file in your working copy. And you should not use notepad to open python files, white space is code in python.
See SVN thread. I have adjusted the AI's evaulation of techs for trade, one result of which should be solving this issue (verified it does for your save game's case - thanks for that)
Actually, it wasn't a bug.Fixed on beta (SVN).
OK, I think this confirms my quirky theory. I could find no reason whatsoever in the code to suggest why there would be differing unit counts for the same civ, so I tried experimenting by doing a fresh export of the SVN and seeing what happened. The turn ended fine with a fresh SVN 3415, so I tried building a debug DLL from the unmodified SVN source and testing that. It crashed at the very same point, using unmodified SVN source code. I am pretty sure that I am repeatedly misbuilding the DLL, and I don't know how or why. Do you have any ideas?
SVN3414, cannot select domestic advisor (and revolution advisor gone). Replacing revdata.py file with the one from svn3406* brings back the advisor button, but neither can be selected.
*and the most recent copy I have previous to this is 3362
Great programming revdata must return a integer value in one instance but must return None value in another.I'll look into it later today.
Do you have a PythonErr.log (not PythonErr2.log) from when you tried clicking on the button? That may help in tracking down that issue.
Traceback (most recent call last):
File "CvScreensInterface", line 155, in showDomesticAdvisor
File "CvCustomizableDomesticAdvisor", line 871, in interfaceScreen
File "CvCustomizableDomesticAdvisor", line 610, in createDictionaries
TypeError: cannot concatenate 'str' and 'NoneType' objects
ERR: Python function showDomesticAdvisor failed, module CvScreensInterface
Traceback (most recent call last):
File "CvScreensInterface", line 155, in showDomesticAdvisor
File "CvCustomizableDomesticAdvisor", line 871, in interfaceScreen
File "CvCustomizableDomesticAdvisor", line 610, in createDictionaries
TypeError: cannot concatenate 'str' and 'NoneType' objects
ERR: Python function showDomesticAdvisor failed, module CvScreensInterface
Traceback (most recent call last):
File "CvScreensInterface", line 958, in handleInput
File "CvMainInterface", line 6782, in handleInput
File "CvScreensInterface", line 290, in showRevolutionWatchAdvisor
File "RevolutionWatchAdvisor", line 830, in interfaceScreen
File "RevolutionWatchAdvisor", line 692, in createDictionaries
TypeError: cannot concatenate 'str' and 'NoneType' objects
ERR: Python function handleInput failed, module CvScreensInterface
Traceback (most recent call last):
File "CvScreensInterface", line 155, in showDomesticAdvisor
File "CvCustomizableDomesticAdvisor", line 871, in interfaceScreen
File "CvCustomizableDomesticAdvisor", line 610, in createDictionaries
TypeError: cannot concatenate 'str' and 'NoneType' objects
ERR: Python function showDomesticAdvisor failed, module CvScreensInterface
can you pls do me a favor also and change this to NORMAL notepad reading, thx.
I'm having severe internet problems, so I'm not going to bother posting an attachment. I'll just paste the text here (it is fairly small) and hope this post goes through:Spoiler :
Code:Traceback (most recent call last): File "CvScreensInterface", line 155, in showDomesticAdvisor File "CvCustomizableDomesticAdvisor", line 871, in interfaceScreen File "CvCustomizableDomesticAdvisor", line 610, in createDictionaries TypeError: cannot concatenate 'str' and 'NoneType' objects ERR: Python function showDomesticAdvisor failed, module CvScreensInterface Traceback (most recent call last): File "CvScreensInterface", line 155, in showDomesticAdvisor File "CvCustomizableDomesticAdvisor", line 871, in interfaceScreen File "CvCustomizableDomesticAdvisor", line 610, in createDictionaries TypeError: cannot concatenate 'str' and 'NoneType' objects ERR: Python function showDomesticAdvisor failed, module CvScreensInterface Traceback (most recent call last): File "CvScreensInterface", line 958, in handleInput File "CvMainInterface", line 6782, in handleInput File "CvScreensInterface", line 290, in showRevolutionWatchAdvisor File "RevolutionWatchAdvisor", line 830, in interfaceScreen File "RevolutionWatchAdvisor", line 692, in createDictionaries TypeError: cannot concatenate 'str' and 'NoneType' objects ERR: Python function handleInput failed, module CvScreensInterface Traceback (most recent call last): File "CvScreensInterface", line 155, in showDomesticAdvisor File "CvCustomizableDomesticAdvisor", line 871, in interfaceScreen File "CvCustomizableDomesticAdvisor", line 610, in createDictionaries TypeError: cannot concatenate 'str' and 'NoneType' objects ERR: Python function showDomesticAdvisor failed, module CvScreensInterface
Note that this was with svn3414 but 3406 python file.
If you revert it to a previous version does it open in Note Pad properly? If it does then there is something wrong ith my python install and I don't want to do more and make things worse.
Nope same on old versions also.
Guilds seem only to work random auto-spread. I couldn't find any option to manually spread them like in RoM.
Error in EndPlayerTurn event handler <bound method Revolution, onEndPlayerTurn of <Revolution.Revolution instance at 0x16B61120>>
appears several times per turn in the event list, every turn.