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. Unable to start qt ERROR 0xc0000007b

Unable to start qt ERROR 0xc0000007b

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 3.2k Views 1 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.
  • M Offline
    M Offline
    Misty River
    wrote on last edited by
    #1

    Hi, I am getting a very weird error when lauching qt, It says winrtrunner.exe: The application was unable to start correctly (0xc000007b). Click ok to close the application. And then if I click of and try to run an app that was previously working I get very weird bugs.. anyone?

    1 Reply Last reply
    0
    • hskoglundH Offline
      hskoglundH Offline
      hskoglund
      wrote on last edited by
      #2

      Hi, 0xc000007b can imply a mixup of 32- and 64-bit installations, for example you have a 32-bit Windows 7 and winrtrunner.exe is a 64-bit file.

      However, because you say you clicked on an app that worked before, 0xc000007b can also mean there's a problem with your hard disk and you need to try a system restore :-(

      1 Reply Last reply
      0
      • A Offline
        A Offline
        ambershark
        wrote on last edited by
        #3

        I've seen that problem if you don't have your platform plugins. Make sure you deploy your application properly.

        Here is the "docs":http://qt-project.org/doc/qt-5/windows-deployment.html on deploying for windows.

        It can also be because of mixed 32/64 bit stuff, as well as about a million other things. Although I doubt it's a hard disk problem. I would save that for a last ditch effort. :)

        Oh and just to summarize the stuff you would need, your directory structure would look like this:

        @
        yourapp.exe
        platforms/
        qminimal.dll
        qwindows.dll
        @

        My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

        1 Reply Last reply
        0

        • Login

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