Results 1 to 4 of 4

Thread: generated exe issue

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2008
    Posts
    39
    Thanks
    6
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default generated exe issue

    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...
    Attached Images Attached Images

  2. #2
    Join Date
    Dec 2008
    Location
    Poland
    Posts
    383
    Thanks
    52
    Thanked 42 Times in 42 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: generated exe issue

    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/2302...hed-on-startup
    Also provide more information, plotter.exe is not qt example, so question: do examples works for You?

  3. The following user says thank you to Talei for this useful post:

    manmohan (3rd May 2010)

  4. #3
    Join Date
    Nov 2008
    Posts
    39
    Thanks
    6
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: generated exe issue

    This happens with the program which I have developed... not with the other once... as qt examples...

  5. #4
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Thanks
    1
    Thanked 52 Times in 52 Posts
    Platforms
    MacOS X Unix/X11

    Default Re: generated exe issue

    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?
    It's nice to be important but it's more important to be nice.

Similar Threads

  1. Generated Makefiles clean-up
    By tora in forum Qt Programming
    Replies: 3
    Last Post: 4th June 2009, 11:45
  2. work with web generated xml
    By emental86 in forum Qt Programming
    Replies: 1
    Last Post: 11th February 2009, 13:51
  3. No .h or .cpp Files Generated
    By gwb in forum Qt Tools
    Replies: 7
    Last Post: 21st April 2007, 19:26
  4. How to get *.exe from *.ui generated by QtDesigner?
    By Shuchi Agrawal in forum Qt Tools
    Replies: 6
    Last Post: 11th February 2007, 18:15
  5. Replies: 10
    Last Post: 27th November 2006, 19:37

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.