Turn on Python Exceptions in the main CivIV.ini file, then write down the text of every error message popup that occurs. What you are looking for is the very last one which provides a clear indication of both a line number and the name of the python file it occurred in. Then find that python file and that line to see what the issue is.
Okay I did that and then created a new game. I received, from what I see, at least 4 python error windows. The window on top said:
File "CvEventInterface", line 30 in onEvent
File "BugEventManage", line 317, in handleEvent
File "BugEventManager", line 322, in_dispatchEvent
File "BugEventManager", line 334, in_handleDefaultEvent
File "RevolutionInit", line 101, in onGameStart
File "RevolutionInit", line 169, in onGameLoad
TypeError: cannot concatenate 'str' and 'NoneType' objects
And I could select "ok" to close that window. HOWEVER, the next window under it is taller than the screen with a long list of items and it appears the final bottom message is also the same as above. BUT, I can not reach the "ok" button to close it out. I've tried right click and it only lets me select "move" for the window which allows me to move it left and right, but I can move it up to reach the "ok" button". All I can do at this point is hard kill the civ program.
