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 launch qt creator on windows 10 64 bit machine
Forum Updated to NodeBB v4.3 + New Features

Unable to launch qt creator on windows 10 64 bit machine

Scheduled Pinned Locked Moved Solved General and Desktop
13 Posts 5 Posters 5.5k 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.
  • BuckwheatB Offline
    BuckwheatB Offline
    Buckwheat
    wrote on last edited by
    #4

    Hi @Kira

    This seems extreme, but have you looked at removing the settings from <USER>\AppData\Roaming\QtProject? This happened to me twice where QtCreator crashing after installing M$VC (I usually use MinGW) and by removing that folder QtCreator ran, regenerated what it needs, and was fine.

    Just remember to backup the folder before you delete it!

    Dave Fileccia

    1 Reply Last reply
    1
    • Pablo J. RoginaP Offline
      Pablo J. RoginaP Offline
      Pablo J. Rogina
      wrote on last edited by
      #5

      @Kira said in Unable to launch qt creator on windows 10 64 bit machine:

      Today it stopped working and i am not able to start my qt creator after double click on the exe file.

      You may need to think what could have changed in your machine. Maybe it's not Qt itself, but the graphics driver for instance.

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      3
      • KiraK Kira

        @jsulm said in Unable to launch qt creator on windows 10 64 bit machine:

        -noload Welcome -noload QmlProfiler -noload QuickDesigner

        @jsulm : thanks for the reply my qt creator started with qtcreator.exe -noload Welcome -noload QmlProfiler

        1. The graphic of the qtcreator is very low, is there a solution to the problem when to start the qt creator.
        2. I am also facing some issues like:
          I am unable to uninstall the qt application from the control panel. The uninstall program stops with an error of window Maintenance tool.exe have stopped working. Where as there is no problem with other applications.
        3. While building and running the sample app i am getting an error message:
          18:04:10: The process "C:\Qt\Qt5.8.0\Tools\QtCreator\bin\jom.exe" exited with code 2.
          Error while building/deploying project test (kit: Desktop Qt 5.8.0 MSVC2015_64bit)
          When executing step "Make"
        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by jsulm
        #6

        @Kira

        1. Is it same for other Qt applications (you can try VLC media player for example)?
        2. Do you have any anti virus application running? If so try to disable it first.
        3. You need to post the actual error/errors. They are before the lines you posted.

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        1
        • KiraK Offline
          KiraK Offline
          Kira
          wrote on last edited by
          #7

          @Buckwheat : I have installed MSVC 2015 from the very starting point. But it was working fine at that time.

          @Pablo-J-Rogina : As i remember it was working fine till the point i integrated it with the qt vs tool in visual studio 2017 64-bit Windows 10.
          Later i tried to build opencv from source using visual studio 2017 community edition. So i downloaded cmake using one of the tutorial mentioned online. During compile time cmake asked for some qt files and later i build the opencv program in visual studio.
          I made some changes in visual studio settings as opencv program was not able to start due to version mismatch between 32 bit and 64 bit respectively.
          So I made changes in the linker and other dependencies could it be the probable reason of code not working as qt vs tool is linked to current qt (MSVC2015) 64-bit.

          @jsulm :
          I tried disabling the antivirus but has no effect.
          As far as error is concerned i only i get a window prompt before the application which states that:

          "Setting up environment for Qt usage...
          Remember to call vcvarsall.bat to complete environment setup!
          C:\Qt\Qt5.8.0\5.8\msvc2015_64> "

          I tried running the bat file from visual studio and ran the qt creator but is of no use.

          My one of the concern is whether i will be use the existing compiled open cv files with minGW or will i have to compile all over again.
          The basic purpose of using msvc2015 compiler was to keep the compiler same around opencv, qt and visual studio 2017

          jsulmJ 1 Reply Last reply
          0
          • KiraK Kira

            @Buckwheat : I have installed MSVC 2015 from the very starting point. But it was working fine at that time.

            @Pablo-J-Rogina : As i remember it was working fine till the point i integrated it with the qt vs tool in visual studio 2017 64-bit Windows 10.
            Later i tried to build opencv from source using visual studio 2017 community edition. So i downloaded cmake using one of the tutorial mentioned online. During compile time cmake asked for some qt files and later i build the opencv program in visual studio.
            I made some changes in visual studio settings as opencv program was not able to start due to version mismatch between 32 bit and 64 bit respectively.
            So I made changes in the linker and other dependencies could it be the probable reason of code not working as qt vs tool is linked to current qt (MSVC2015) 64-bit.

            @jsulm :
            I tried disabling the antivirus but has no effect.
            As far as error is concerned i only i get a window prompt before the application which states that:

            "Setting up environment for Qt usage...
            Remember to call vcvarsall.bat to complete environment setup!
            C:\Qt\Qt5.8.0\5.8\msvc2015_64> "

            I tried running the bat file from visual studio and ran the qt creator but is of no use.

            My one of the concern is whether i will be use the existing compiled open cv files with minGW or will i have to compile all over again.
            The basic purpose of using msvc2015 compiler was to keep the compiler same around opencv, qt and visual studio 2017

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #8

            @Kira You should check your Kit in QtCreator: do you see any warnings/error there?

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            KiraK 1 Reply Last reply
            0
            • jsulmJ jsulm

              @Kira You should check your Kit in QtCreator: do you see any warnings/error there?

              KiraK Offline
              KiraK Offline
              Kira
              wrote on last edited by Kira
              #9
              This post is deleted!
              1 Reply Last reply
              0
              • KiraK Offline
                KiraK Offline
                Kira
                wrote on last edited by
                #10

                Thanks everyone for your time. I found the issue it was related to my antivirus program
                Which was also mentioned in one of the threads to disable the antivirus.

                Earlier i had disabled rights of the antivirus to make changes to the file so it was not working;
                So later i completely disabled the antivirus and every thing started working fine right from uninstalling of the application to building of program and qt creator also started working fine.

                Please let me know how to keep the application running along with the antivirus on. And the reason why the antivirus is targeting only the qt application

                jsulmJ 1 Reply Last reply
                1
                • KiraK Kira

                  Thanks everyone for your time. I found the issue it was related to my antivirus program
                  Which was also mentioned in one of the threads to disable the antivirus.

                  Earlier i had disabled rights of the antivirus to make changes to the file so it was not working;
                  So later i completely disabled the antivirus and every thing started working fine right from uninstalling of the application to building of program and qt creator also started working fine.

                  Please let me know how to keep the application running along with the antivirus on. And the reason why the antivirus is targeting only the qt application

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #11

                  @Kira Depending on your anti virus program you can add exceptions there. Why it is targeting QtCreator? Well, false positive I would say.

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  1
                  • KiraK Offline
                    KiraK Offline
                    Kira
                    wrote on last edited by
                    #12

                    @jsulm: ok & thanks
                    Thanks everyone

                    aha_1980A 1 Reply Last reply
                    0
                    • KiraK Kira

                      @jsulm: ok & thanks
                      Thanks everyone

                      aha_1980A Offline
                      aha_1980A Offline
                      aha_1980
                      Lifetime Qt Champion
                      wrote on last edited by
                      #13

                      @Kira So please mark this thread as solved now.

                      Thanks for your feedback.

                      Qt has to stay free or it will die.

                      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