Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. The application was unable to start correctly (0xc000007b)
Forum Updated to NodeBB v4.3 + New Features

The application was unable to start correctly (0xc000007b)

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
8 Posts 3 Posters 4.1k 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.
  • N Offline
    N Offline
    neda
    wrote on last edited by
    #1

    Hi,
    I install windows 10 and Qt 5.7 (32 bit) and Visual Studio 2015.
    Earlier in Windows 8.1 and Qt 5.6 (32 bit) and visual studio 2013, evry thing is ok and I can run project in any computers with any windows.

    I build project (Release build) and run windeployqt from msvc2015 folder,
    I released my project and install "Visual C++ Redistributable for Visual Studio 2015" in destination computer but I can run it just in windows 7 32 bit (I can not run in windows 8.1 64 bit),

    .exe file run in my computer but in another computers (with windows 8.1 64 bit) I receive errors for not found
    api-ms-win-crt-heap-l1-1-0,
    api-ms-win-crt-math-l1-1-0,
    api-ms-win-crt-runtime-l1-1-0.
    After add that dll I have this error:
    The application was unable to start correctly (0xc000007b)

    Of course it works well on Windows 7 (32 bit).

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Might be a silly question but did you install the 32bit vcredist on the 64bit Windows ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      N 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Might be a silly question but did you install the 32bit vcredist on the 64bit Windows ?

        N Offline
        N Offline
        neda
        wrote on last edited by
        #3

        @SGaist
        Hi,
        I install Microsoft.Visual.C.Plus.Plus.2015.Redistributable.Package.x86.
        I tried with Microsoft.Visual.C.Plus.Plus.2015.Redistributable.Package.x64 but it was useless.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Do you have any external dependencies ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          N 1 Reply Last reply
          0
          • SGaistS SGaist

            Do you have any external dependencies ?

            N Offline
            N Offline
            neda
            wrote on last edited by
            #5

            @SGaist
            No. For example?

            1 Reply Last reply
            0
            • T Offline
              T Offline
              TioRoy
              wrote on last edited by
              #6

              Try check this:

              https://support.microsoft.com/en-us/kb/2999226

              "Microsoft Visual Studio 2015 creates a dependency on the Universal CRT when applications are built by using the Windows 10 Software Development Kit (SDK). You can install this update on earlier Windows operating systems to enable these applications to run correctly."

              N 1 Reply Last reply
              0
              • T TioRoy

                Try check this:

                https://support.microsoft.com/en-us/kb/2999226

                "Microsoft Visual Studio 2015 creates a dependency on the Universal CRT when applications are built by using the Windows 10 Software Development Kit (SDK). You can install this update on earlier Windows operating systems to enable these applications to run correctly."

                N Offline
                N Offline
                neda
                wrote on last edited by
                #7

                @TioRoy Thank you. But why it works well on Windows 7 (32 bit)?

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  TioRoy
                  wrote on last edited by
                  #8

                  This is really strange. Maybe the KB is installed in Windows 7 box.

                  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