Results 1 to 5 of 5

Thread: exited with code -1073741511 error in runnig application from Qt-creator

  1. #1
    Join Date
    Feb 2009
    Posts
    189
    Thanks
    2

    Default exited with code -1073741511 error in runnig application from Qt-creator

    Yesterday my application was running fine. Today I dont know what happened it's building fine, when running it's giving the error not running the application
    [code]
    Starting C:\Documents and Settings\sdh\My Documents\STUREC_DATABASE\STUREC\debug\STUREC.exe. ..
    The program has unexpectedly finished.
    C:\Documents and Settings\sdh\My Documents\STUREC_DATABASE\STUREC\debug\STUREC.exe exited with code -1073741511
    [code]

    I can see the exe file is being generated in the debug folder. from Qt-creator it's not launching. Please help.
    Last edited by sujan.dasmahapatra; 15th March 2012 at 11:17. Reason: updated contents

  2. #2
    Join Date
    Apr 2011
    Location
    Russia
    Posts
    85
    Thanks
    2
    Thanked 13 Times in 13 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: exited with code -1073741511 error in runnig application from Qt-creator

    1) Maybe application can't find some *.dll files? Put this files in folder with your application.
    2) Try add in *.pro file "CONFIG += debug" and rebuild with debug mode.
    3) Try rebuild with release mode.
    4) Delete Makefile, Build->Clean All, Build->Rebuild.

  3. #3
    Join Date
    Feb 2009
    Posts
    189
    Thanks
    2

    Default Re: exited with code -1073741511 error in runnig application from Qt-creator

    i have done it's still not launching the application from creator.
    Starting C:\Documents and Settings\sdh\My Documents\STUREC_DATABASE\STUREC\debug\STUREC.exe. ..
    The program has unexpectedly finished.
    C:\Documents and Settings\sdh\My Documents\STUREC_DATABASE\STUREC\debug\STUREC.exe exited with code -1073741511

  4. #4
    Join Date
    Apr 2011
    Location
    Russia
    Posts
    85
    Thanks
    2
    Thanked 13 Times in 13 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: exited with code -1073741511 error in runnig application from Qt-creator


  5. #5
    Join Date
    Feb 2009
    Posts
    189
    Thanks
    2

    Default Re: exited with code -1073741511 error in runnig application from Qt-creator

    problem sorted out. it was Qt dll problem. Now removed the linking from the pro file so it's working fine. Thanks Sujan

Similar Threads

  1. Replies: 4
    Last Post: 11th August 2011, 09:02
  2. exited with code -1073741511
    By john_god in forum Installation and Deployment
    Replies: 23
    Last Post: 13th June 2011, 16:18
  3. Running example project with mingw gives "... exited with code -1073741792" error
    By sibercekirge in forum Installation and Deployment
    Replies: 8
    Last Post: 31st May 2011, 18:33
  4. Replies: 3
    Last Post: 2nd November 2010, 23:36
  5. exited with code -1073741819 error
    By arpspatel in forum Qt Programming
    Replies: 8
    Last Post: 2nd March 2010, 10:47

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.