Python Exception Popups

ooo6ooo

Chieftain
Joined
Aug 8, 2006
Messages
7
When I get a python error while debugging mods, there are over ten popup windows on the screen. Each contains one line text of the error messages. Why? Should I change something in the ini file? :sad:
 
That is just the way it is, if there is a way to change it I would also like to know, but I wouldn't hold your breathe cause there probly isn't one.
 
I third the wanting something different ... in addition, it seems like Warlords changed something. With Vanilla, if I had 18 instances of a particular exception (one per civ say), I still only had ~10 popups to dismiss. Now it appears to be 18*10 = 180 which is ridiculous and I just have windows close Warlords and restart it. Anybody else get this?
 
But if you actually want to know you're having a python error it's not too useful. The point is that the python error should come in one box instead of one box for each line.

It does it if there is an error while loading as well.
 
I have to set
Code:
; Set to 1 for no python exception popups
HidePythonExceptions = 1
and open the PythonErr2.log file to check the errors, but sometimes it also popups tens of error windows.
 
Back
Top Bottom