Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Application stopped working
Forum Updated to NodeBB v4.3 + New Features

Application stopped working

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 1.6k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    KyJavaGeek
    wrote on last edited by
    #1

    I have been working on an application for a couple years now in my spare time. My testing has been going well. But this week I have run into problems. It won't run. When I try to run from QT Creator it returns:

    Starting xxxx.exe...
    The program has unexpectedly finished.
    xxxx.exe crashed
    

    If I try to run it from the debug directory I get:

    The application was unable to start correctly (0xc0000013).  Click OK to close the application
    

    I have no clue what is happening. If I try to debug and stop at the very first line of main it still fails before getting therej.

    How do I debug this???

    I am using QT 5.3.1 (MSVC 2010, 32 bit) on Windows 7. I am limited to this at the moment because some of the external libraries I am using require that.

    1 Reply Last reply
    0
    • Ni.SumiN Offline
      Ni.SumiN Offline
      Ni.Sumi
      wrote on last edited by Ni.Sumi
      #2

      Hi @KyJavaGeek ,

      0xc0000013 error occurs, when something is wrong with the DLL files being loaded by the executable at runtime. Check all the DLL(versions/placing folder) and paths.

      1 Reply Last reply
      1
      • Chris KawaC Offline
        Chris KawaC Offline
        Chris Kawa
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Could be a problem with loading dependencies or polluted PATH/system directory. Try running it with Dependency Walker in Profile mode. It should show you what is missing or failed to load if that's the case.

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved