Thunderbrd
C2C War Dog
It's a divide by 0 error. Not sure how this happens but it's after your workers finish a path I believe. There ARE some strange references taking place in the valuation of the path itself - doing some more to try to narrow in on how that might be happening.1st CTD in a long time, but i haven't even gone 25 turns???
Traceback (most recent call last):
File "CvScreensInterface", line 1371, in forceScreenRedraw
File "CvMainInterface", line 1535, in redraw
File "CvMainInterface", line 6349, in updateHelpStrings
RuntimeError: unidentifiable C++ exception
ERR: Python function forceScreenRedraw failed, module CvScreensInterface
EDIT: Just looked and this is a REPEATABLE CTD
Is there anything wrong with the path art? A failure in 'forceScreenRedraw' is somewhat suggesting of an art issue perhaps. From what I can see it seems to be asking for this because the path is finishing up. This is not 100% provable but simply suggested since a call for 'bestroute' evaluation was made just before the crash. In some ways you've seen more in the python report than I can from the dll.