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
QtWS25 Last Chance

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
  • 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
    milan
    wrote on 19 Sept 2018, 06:47 last edited by
    #1

    Hello, my previosly working Qt program fails to run after the windows 10 update.

    Updates are:
    Security update for Microsoft Windows (KB4284835)
    Update for KB2504637
    Security update for Adobe Flash Player.

    The application fails when attempted to run with error : exited with code -1073741515.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      milan
      wrote on 20 Sept 2018, 08:31 last edited by
      #9

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

      M 1 Reply Last reply 20 Sept 2018, 09:39
      1
      • T Offline
        T Offline
        TobbY
        wrote on 19 Sept 2018, 07:05 last edited by
        #2

        @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 2 Replies Last reply 19 Sept 2018, 08:47
        1
        • T TobbY
          19 Sept 2018, 07:05

          @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 19 Sept 2018, 08:47 last edited by
          #3

          @TobbY . Thanks for your reply, but installing Qt takes a really lot time. If some other solutions exist, it would be better.

          1 Reply Last reply
          0
          • T Offline
            T Offline
            TobbY
            wrote on 19 Sept 2018, 09:32 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
              19 Sept 2018, 07:05

              @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 19 Sept 2018, 12:38 last edited by
              #5

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

              M 1 Reply Last reply 19 Sept 2018, 18:43
              0
              • M milan
                19 Sept 2018, 12:38

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

                M Offline
                M Offline
                mrjj
                Lifetime Qt Champion
                wrote on 19 Sept 2018, 18:43 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 19 Sept 2018, 20:12
                0
                • M mrjj
                  19 Sept 2018, 18:43

                  @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 19 Sept 2018, 20:12 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

                  M 1 Reply Last reply 19 Sept 2018, 22:44
                  0
                  • M milan
                    19 Sept 2018, 20:12

                    @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

                    M Offline
                    M Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on 19 Sept 2018, 22:44 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 20 Sept 2018, 08:31 last edited by
                      #9

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

                      M 1 Reply Last reply 20 Sept 2018, 09:39
                      1
                      • M milan
                        20 Sept 2018, 08:31

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

                        M Offline
                        M Offline
                        mrjj
                        Lifetime Qt Champion
                        wrote on 20 Sept 2018, 09:39 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 20 Sept 2018, 09:41
                        1
                        • M mrjj
                          20 Sept 2018, 09:39

                          @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 20 Sept 2018, 09:41 last edited by
                          #11

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

                          M 1 Reply Last reply 20 Sept 2018, 09:55
                          2
                          • M milan
                            20 Sept 2018, 09:41

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

                            M Offline
                            M Offline
                            mrjj
                            Lifetime Qt Champion
                            wrote on 20 Sept 2018, 09:55 last edited by
                            #12

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

                            M 1 Reply Last reply 20 Sept 2018, 09:57
                            0
                            • M mrjj
                              20 Sept 2018, 09:55

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

                              M Offline
                              M Offline
                              milan
                              wrote on 20 Sept 2018, 09:57 last edited by
                              #13

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

                              M 1 Reply Last reply 20 Sept 2018, 09:59
                              0
                              • M milan
                                20 Sept 2018, 09:57

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

                                M Offline
                                M Offline
                                mrjj
                                Lifetime Qt Champion
                                wrote on 20 Sept 2018, 09:59 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

                                4/14

                                19 Sept 2018, 09:32

                                topic:navigator.unread, 10
                                • Login

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