PDA

View Full Version : generated exe issue



manmohan
1st May 2010, 14:33
when I open the exe generated by qt and close it I get a pop up saying that it needs to be debugged.
And in problem details
the following information arrives

Problem signature:
Problem Event Name: APPCRASH
Application Name: plotter.exe
Application Version: 0.0.0.0
Application Timestamp: 4bdc2915
Fault Module Name: StackHash_0a9e
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00000000
Exception Code: c0000005
Exception Offset: 69676e45
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

The window looks like seen in the attachment....
It happens with all the generated exes by qt.. Is there any issue with the code or else is it familiar with qt on windows...

Talei
1st May 2010, 15:10
Well, I'm not a w7 user, but quick look at google gave many hits, so try google -> 0a9e372d3b4ad19135b953a78882e789. From quick look It has something to do with path/permissions, but... depending on the program there is many solutions.
Try this: http://www.qtcentre.org/threads/23023-QT-Creator-crashed-on-startup
Also provide more information, plotter.exe is not qt example, so question: do examples works for You?

manmohan
6th May 2010, 05:59
This happens with the program which I have developed... not with the other once... as qt examples...

axeljaeger
6th May 2010, 09:54
The information is basically: Your application crashes. What happens if you start the application using your favourite IDE and close it there? If it crashes there too, does it also crash when running in the debugger?