Well, for the first time it seems I have stumbled onto a bug I have never been able to figure out with google.
Application Type:
wxPython 2.8.9.1 (Python 2.6 Version ANSI)
Python 2.6
py2exe 0.6.9
Anyways,
I compiled an application that uses wxPython. I then proceeded to run the application where after it draws the dialog it crashes.
I proceeded to try and see what the errors were. In my research I came across something interesting. It only crashed when I placed my mouse over the dialog.
Moreover, I did more studying...
If I compiled it with windows or console option both times it crashed the same way.
I then ported it to my XP in which it ran successfully.
That XP system did not have Python 2.6.
To check I ported it to another XP system with Python 2.5 on it. It also ran successfully.
To counter the Vista check I ran it on my other Vista system and it also failed. It did not have Python.
On all systems I have installed the MSVC++ 2008 Redistributable.
The specific error vista returns in the dialog is:
Problem signature:
Problem Event Name: APPCRASH
Application Name: main.exe
Application Version: 0.0.0.0
Application Timestamp: 4918019b
Fault Module Name: comctl32.dll_unloaded
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 4791a629
Exception Code: c0000005
Exception Offset: 73ff5a6e
OS Version: 6.0.6001.2.1.0.768.3
Locale ID: 1033
Additional Information 1: 1232
Additional Information 2: 10e25307b813d6e65f8eb51d97c44275
Additional Information 3: 3174
Additional Information 4: 8a855819960845fb14a1cadd6ffc819bRead our privacy statement:
http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409
Attached is everything from the source, the DLLs used, the build data and the distributed executable. (Basically, everything)
Edit: Attachment wouldn't work... 7mb is evidently too big to handle. I uploaded it onto my website: http://www.auburnflame.com/error.zip
Anyways, if you need more information or have a solution please go ahead and post!
Oh by the way,
I don't believe it is a permissions problem as I ran it as Administrator both times on vista and not and it didn't work either way.
Running it with XP computability mode failed as well.
Thanks for your help!
Raygoe