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. Error running default HelloWorld QML project on clean install. [Win10, Qt5.10]
Forum Updated to NodeBB v4.3 + New Features

Error running default HelloWorld QML project on clean install. [Win10, Qt5.10]

Scheduled Pinned Locked Moved Solved Installation and Deployment
19 Posts 3 Posters 5.0k 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.
  • M maxoox
    9 Jan 2018, 12:42

    Other OpenGL application are working fine.
    More ideas? :)

    J Offline
    J Offline
    JonB
    wrote on 9 Jan 2018, 12:57 last edited by
    #7

    @maxoox
    The usual place to start from a "crash" is to run it from within a debugger?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      maxoox
      wrote on 9 Jan 2018, 13:07 last edited by
      #8

      @mrjj yeah, it's a complete plain fresh install. I'll deinstall it and install it again, hopefully it will work.

      @JonB I know, but also the debugger showed no detailled information related to this problem.

      M 1 Reply Last reply 9 Jan 2018, 13:16
      0
      • M maxoox
        9 Jan 2018, 13:07

        @mrjj yeah, it's a complete plain fresh install. I'll deinstall it and install it again, hopefully it will work.

        @JonB I know, but also the debugger showed no detailled information related to this problem.

        M Offline
        M Offline
        mrjj
        Lifetime Qt Champion
        wrote on 9 Jan 2018, 13:16 last edited by mrjj 1 Sept 2018, 13:18
        #9

        @maxoox
        Hi
        It wont help installing Qt again.
        If a clean default QML project crashes,
        its something on the operating system it dont like or that do not meet minimum requirements

        https://doc-snapshots.qt.io/qt5-dev/windows-requirements.html
        https://wiki.qt.io/Qt_5_on_Windows_ANGLE_and_OpenGL

        "The Qt Quick 2 stack in Qt 5 is based on OpenGL, and requires OpenGL 3.0 (alternatively OpenGL 2.x with the framebuffer_object extension) or higher or OpenGL ES 2.0. The Qt OpenGL module requires OpenGL 1.3 or later."

        M 1 Reply Last reply 9 Jan 2018, 13:44
        0
        • M mrjj
          9 Jan 2018, 13:16

          @maxoox
          Hi
          It wont help installing Qt again.
          If a clean default QML project crashes,
          its something on the operating system it dont like or that do not meet minimum requirements

          https://doc-snapshots.qt.io/qt5-dev/windows-requirements.html
          https://wiki.qt.io/Qt_5_on_Windows_ANGLE_and_OpenGL

          "The Qt Quick 2 stack in Qt 5 is based on OpenGL, and requires OpenGL 3.0 (alternatively OpenGL 2.x with the framebuffer_object extension) or higher or OpenGL ES 2.0. The Qt OpenGL module requires OpenGL 1.3 or later."

          M Offline
          M Offline
          maxoox
          wrote on 9 Jan 2018, 13:44 last edited by
          #10

          @mrjj GPU Caps View shows me OpenGL 4.3 and OpenCL 1.2. Maybe some compiler issues. I'm waiting for the reinstall to finish.

          M 1 Reply Last reply 9 Jan 2018, 13:45
          0
          • M maxoox
            9 Jan 2018, 13:44

            @mrjj GPU Caps View shows me OpenGL 4.3 and OpenCL 1.2. Maybe some compiler issues. I'm waiting for the reinstall to finish.

            M Offline
            M Offline
            mrjj
            Lifetime Qt Champion
            wrote on 9 Jan 2018, 13:45 last edited by
            #11

            @maxoox
            ok, it does sounds new enough.
            Make sure no virus scanner is blocking anything during install.

            M 1 Reply Last reply 9 Jan 2018, 13:50
            0
            • M mrjj
              9 Jan 2018, 13:45

              @maxoox
              ok, it does sounds new enough.
              Make sure no virus scanner is blocking anything during install.

              M Offline
              M Offline
              maxoox
              wrote on 9 Jan 2018, 13:50 last edited by
              #12

              Make sure no virus scanner is blocking anything during install.

              Oh, is that the explanation for some timeout errors related to the Online Installer? If yes, this should be fixed to work at least with the Windows default av scanner :D

              M 1 Reply Last reply 9 Jan 2018, 14:09
              0
              • M maxoox
                9 Jan 2018, 13:50

                Make sure no virus scanner is blocking anything during install.

                Oh, is that the explanation for some timeout errors related to the Online Installer? If yes, this should be fixed to work at least with the Windows default av scanner :D

                M Offline
                M Offline
                mrjj
                Lifetime Qt Champion
                wrote on 9 Jan 2018, 14:09 last edited by
                #13

                @maxoox
                Well i have only had Avast and others do it.
                Not windows defender.

                1 Reply Last reply
                0
                • M Offline
                  M Offline
                  maxoox
                  wrote on 9 Jan 2018, 14:25 last edited by maxoox 1 Sept 2018, 14:28
                  #14

                  Ok, install finished. Same error as before.

                  Running the Debugger of QtCreator shows error message "Executable Failed":

                  During startup program exited with code 0xc0000139.

                  Searching on the web doesn't show up any solution.

                  Edit: Could this issue be related to a too long file path regarding mingw32-make maybe?

                  M 1 Reply Last reply 9 Jan 2018, 14:26
                  0
                  • M maxoox
                    9 Jan 2018, 14:25

                    Ok, install finished. Same error as before.

                    Running the Debugger of QtCreator shows error message "Executable Failed":

                    During startup program exited with code 0xc0000139.

                    Searching on the web doesn't show up any solution.

                    Edit: Could this issue be related to a too long file path regarding mingw32-make maybe?

                    M Offline
                    M Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on 9 Jan 2018, 14:26 last edited by mrjj 1 Sept 2018, 14:28
                    #15

                    @maxoox
                    Do a non QML project works?
                    Also you are just using the include mingw compiler?, correct?

                    1 Reply Last reply
                    0
                    • M Offline
                      M Offline
                      maxoox
                      wrote on 9 Jan 2018, 14:31 last edited by
                      #16

                      Just the built-in mingw compiler.

                      Same issue for Widgets application.

                      In both cases the build-process runs without errors or warnings. Just running the app doesnt work.

                      M 1 Reply Last reply 9 Jan 2018, 14:36
                      0
                      • M maxoox
                        9 Jan 2018, 14:31

                        Just the built-in mingw compiler.

                        Same issue for Widgets application.

                        In both cases the build-process runs without errors or warnings. Just running the app doesnt work.

                        M Offline
                        M Offline
                        mrjj
                        Lifetime Qt Champion
                        wrote on 9 Jan 2018, 14:36 last edited by
                        #17

                        @maxoox
                        So a Widgets project can compile but pressing run does nothing?
                        Is the .exe file created in build folder?

                        1 Reply Last reply
                        0
                        • M Offline
                          M Offline
                          maxoox
                          wrote on 2 Feb 2018, 07:29 last edited by
                          #18

                          Hey,

                          i solved the problem by reinstalling Qt and using the latest Visual Studio compiler instead of MinGW.. i think it somehow has conflicts with pre-installed versions of MinGW.

                          Well, at least it works. @mrjj Thanks a lot for your help! :)

                          M 1 Reply Last reply 2 Feb 2018, 08:39
                          1
                          • M maxoox
                            2 Feb 2018, 07:29

                            Hey,

                            i solved the problem by reinstalling Qt and using the latest Visual Studio compiler instead of MinGW.. i think it somehow has conflicts with pre-installed versions of MinGW.

                            Well, at least it works. @mrjj Thanks a lot for your help! :)

                            M Offline
                            M Offline
                            mrjj
                            Lifetime Qt Champion
                            wrote on 2 Feb 2018, 08:39 last edited by
                            #19

                            @maxoox
                            Oh.
                            good it works!
                            Happy programming.

                            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