Results 1 to 7 of 7

Thread: Error when executing Qt application on Win7: possible issue with libstdc++-6.dll?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2013
    Posts
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default Error when executing Qt application on Win7: possible issue with libstdc++-6.dll?

    I have a Qt project that is working well under Linux, and I am trying to run it under Windows 7 64 bit. I am using Qt 5.1.1 and mingw 4.8.

    In order to create the executable starting from the .pro file, I followed the subsequent steps:
    - run qmake.exe from directory Qt/5.1.1/mingw48_32/bin
    - run mingw32-make.exe from directory Qt/Tools/mingw48_32/bin
    - put all needed .dlls inside the folder with the freshly created .exe of my application. I took the .dlls from Qt/5.1.1/mingw48_32/bin. The libraries are:
    -- icudt51.dll
    -- icuin51.dll
    -- icuuc51.dll
    -- libstdc++-6.dll
    -- libwinpthread-1.dll
    -- Qt5Core.dll
    -- Qt5Gui.dll
    -- Qt5QWidgets.dll

    When I try to run my application, it crashes immediately with the following error:
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: ugp3-population-inspector.exe
    Application Version: 0.0.0.0
    Application Timestamp: 529b97e7
    Fault Module Name: libstdc++-6.dll
    Fault Module Version: 0.0.0.0
    Fault Module Timestamp: 516ee7b6
    Exception Code: c0000005
    Exception Offset: 00043f17
    OS Version: 6.1.7601.2.1.0.768.3
    Locale ID: 1036
    Additional Information 1: 3a5f
    Additional Information 2: 3a5f3876e9d420f8f9257cedd5068646
    Additional Information 3: 58bf
    Additional Information 4: 58bfe2891c811f25e4b9e96b50dd180b
    So, it looks like there is some trouble with libstdc++-6.dll...but I don't really understand the issue.

    Can anyone help me? Thanks in advance :-)

  2. The following user says thank you to sol_kanar for this useful post:

    louboutinoutlet (2nd December 2013)

Similar Threads

  1. XP specific issue executing statically linked app
    By Mesozoic in forum Installation and Deployment
    Replies: 1
    Last Post: 27th November 2012, 21:37
  2. error while executing qt application
    By khadija123 in forum Qt Programming
    Replies: 1
    Last Post: 13th April 2012, 22:16
  3. Replies: 7
    Last Post: 15th November 2010, 09:00
  4. Error while executing a application - Gtk WARNING
    By augusbas in forum Qt Programming
    Replies: 1
    Last Post: 12th June 2010, 12:25
  5. QGLWidget, libstdc++ compilation error
    By Rayven in forum Qt Programming
    Replies: 3
    Last Post: 5th July 2006, 17:11

Tags for this Thread

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.