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. Qt program fails to run after windows update
Forum Updated to NodeBB v4.3 + New Features

Qt program fails to run after windows update

Scheduled Pinned Locked Moved Solved General and Desktop
exit codeupdatewindows 10
14 Posts 3 Posters 3.6k Views 3 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.
  • T Offline
    T Offline
    TobbY
    wrote on last edited by
    #4

    Hi,
    I have searched this issue. Mostly people having problem with windows platform plugin, generally happens after windows update.
    Usefull link for same case.

    1 Reply Last reply
    0
    • T TobbY

      @milan said in Qt program fails to run after windows update:

      1073741515

      I searched and found out that the error means
      -1073741515 is equal to 0xC0000135 meaning STATUS_DLL_NOT_FOUND.
      It means some missing dependencies according to new link. Maybe you can try to reinstall Qt and see if it works.

      M Offline
      M Offline
      milan
      wrote on last edited by
      #5

      @TobbY . Reinstalling the Qt creator wont help. I tried once.

      mrjjM 1 Reply Last reply
      0
      • M milan

        @TobbY . Reinstalling the Qt creator wont help. I tried once.

        mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #6

        @milan
        Hi
        Do you mean when you run app in deployment folder, stand alone or via
        Creator. Also are you using visual studio compiler ?

        M 1 Reply Last reply
        0
        • mrjjM mrjj

          @milan
          Hi
          Do you mean when you run app in deployment folder, stand alone or via
          Creator. Also are you using visual studio compiler ?

          M Offline
          M Offline
          milan
          wrote on last edited by
          #7

          @mrjj . the program crashes when run from Qt Creator. Yes, I am using MSVC compiler 2017x64
          0_1537387878794_edb2eb90-48f9-4a2f-868c-8103072fa789-image.png

          mrjjM 1 Reply Last reply
          0
          • M milan

            @mrjj . the program crashes when run from Qt Creator. Yes, I am using MSVC compiler 2017x64
            0_1537387878794_edb2eb90-48f9-4a2f-868c-8103072fa789-image.png

            mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #8

            @milan
            Hi
            You can try to run a repair via the visual studio installer.
            Also check your kits are ok.

            1 Reply Last reply
            0
            • M Offline
              M Offline
              milan
              wrote on last edited by
              #9

              The program failed because windows update deleted some dll while update happened. Restoring the dlls again, fixed the issue.

              mrjjM 1 Reply Last reply
              1
              • M milan

                The program failed because windows update deleted some dll while update happened. Restoring the dlls again, fixed the issue.

                mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by mrjj
                #10

                @milan
                Hi
                For reference, do u know name of that DLL?
                and what did u do to fix it ?
                (in what folder did u replace (/ put it back in)

                M 1 Reply Last reply
                1
                • mrjjM mrjj

                  @milan
                  Hi
                  For reference, do u know name of that DLL?
                  and what did u do to fix it ?
                  (in what folder did u replace (/ put it back in)

                  M Offline
                  M Offline
                  milan
                  wrote on last edited by
                  #11

                  @mrjj . I reinstalled ftd2xx.dll from the executables from https://www.ftdichip.com/ website

                  mrjjM 1 Reply Last reply
                  2
                  • M milan

                    @mrjj . I reinstalled ftd2xx.dll from the executables from https://www.ftdichip.com/ website

                    mrjjM Offline
                    mrjjM Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on last edited by
                    #12

                    @milan
                    ahh and app tried to use/linked to this dll?

                    M 1 Reply Last reply
                    0
                    • mrjjM mrjj

                      @milan
                      ahh and app tried to use/linked to this dll?

                      M Offline
                      M Offline
                      milan
                      wrote on last edited by
                      #13

                      @mrjj. Yes, I only have run-time error, the building has no problem

                      mrjjM 1 Reply Last reply
                      0
                      • M milan

                        @mrjj. Yes, I only have run-time error, the building has no problem

                        mrjjM Offline
                        mrjjM Offline
                        mrjj
                        Lifetime Qt Champion
                        wrote on last edited by
                        #14

                        @milan
                        Yes, it won't fail if dynamic linked so just check to understand why
                        it died running from creator.
                        Super. thank you for the feedback.

                        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