this seems like a relevant part of PythonDbg file:
PY: Loading revolution data
PY:Beijing has grown
20:19:42 TRACE: Error in EndPlayerTurn event handler <bound method Revolution.onEndPlayerTurn of <Revolution.Revolution instance at 0x1A05D350>>
20:19:42 TRACE: 'latin-1' codec can't encode character u'\u0103' in position 17: ordinal not in range(256)
and this is all PythonErr.log:
Traceback (most recent call last):
File "BugEventManager", line 357, in _handleDefaultEvent
File "Revolution", line 600, in onEndPlayerTurn
File "Revolution", line 1002, in updatePlayerRevolution
File "Revolution", line 2051, in checkForRevolution
File "CvUtil", line 356, in pyPrint
File "CvUtil", line 316, in convertToStr
UnicodeEncodeError: 'latin-1' codec can't encode character u'\u0103' in position 17: ordinal not in range(256)
So is it just some bad character somewhere? For me it will happen in this enclosed save just after ending the turn.
Glider1: Hehe, I was just working on that
