Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator 4.3.0 doesn't start

Qt Creator 4.3.0 doesn't start

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
7 Posts 3 Posters 3.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.
  • S Offline
    S Offline
    Sergey_Storm
    wrote on last edited by kshegunov
    #1

    Hi! I can't start Qt Creator 4.3.0. If I try to run the program nothing happens.
    When I start Qt Creator in the task manager the process "VerFault.exe" appears and immediately disappears.

    Qt's configuration of components:
    Qt 5.9:
    -MinGW 5.3.0 32 bit
    -UWP armv7 (MSVC2017)
    -UWP x65 (MSVC2017)
    -UWP x86 (MSVC2017)
    -Qt Charts, -Qt Data Visualization, -Qt Purchasing, -Qt Virtual Keyboard, -Qt WebEngine, -Qt Network Auth (TP), -Qt Remove Object (TP), -Qt Speech (TP), -Qt Script (Deprecated);
    Tools:
    -Qt Creator 4.3.0
    -Qt Creator 4.3.0 CDB Debugger
    -MinGW 5.3.0.

    My system:
    -Windows 6.1.7601
    -Mobiliti Radion HR 5430.

    The reinstallation didn't help. The launch without "Welcome" also did not help.
    I maked a log using procmon. I started the program as administrator then the processes were started:
    -qtcreator.exe
    -processes of Avast
    -WerFault.exe.

    Disabling antivirus didn't help. The introduction of qtcreator.exe in the exclusion of antivirus didn't help.

    [Moved to Tools ~kshegunov]

    kshegunovK 1 Reply Last reply
    0
    • S Sergey_Storm

      Hi! I can't start Qt Creator 4.3.0. If I try to run the program nothing happens.
      When I start Qt Creator in the task manager the process "VerFault.exe" appears and immediately disappears.

      Qt's configuration of components:
      Qt 5.9:
      -MinGW 5.3.0 32 bit
      -UWP armv7 (MSVC2017)
      -UWP x65 (MSVC2017)
      -UWP x86 (MSVC2017)
      -Qt Charts, -Qt Data Visualization, -Qt Purchasing, -Qt Virtual Keyboard, -Qt WebEngine, -Qt Network Auth (TP), -Qt Remove Object (TP), -Qt Speech (TP), -Qt Script (Deprecated);
      Tools:
      -Qt Creator 4.3.0
      -Qt Creator 4.3.0 CDB Debugger
      -MinGW 5.3.0.

      My system:
      -Windows 6.1.7601
      -Mobiliti Radion HR 5430.

      The reinstallation didn't help. The launch without "Welcome" also did not help.
      I maked a log using procmon. I started the program as administrator then the processes were started:
      -qtcreator.exe
      -processes of Avast
      -WerFault.exe.

      Disabling antivirus didn't help. The introduction of qtcreator.exe in the exclusion of antivirus didn't help.

      [Moved to Tools ~kshegunov]

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #2

      Could you try running it from the command line and possibly inspect what is output there. There might be a hit about a plugin not being loaded, or a library that's missing or something like this. On a related note is it possible you have some Qt library's version in your PATH variable which may interfere with the startup?

      Read and abide by the Qt Code of Conduct

      1 Reply Last reply
      2
      • S Offline
        S Offline
        Sergey_Storm
        wrote on last edited by
        #3

        @kshegunov
        When I call the executable file (...\Qt\Tools\QtCreator\bin\qtcreator.exe) nothing is displayed on the command line and I can immediately enter a new command. I don't have Qt in my PATH variable.

        kshegunovK hskoglundH 2 Replies Last reply
        0
        • S Sergey_Storm

          @kshegunov
          When I call the executable file (...\Qt\Tools\QtCreator\bin\qtcreator.exe) nothing is displayed on the command line and I can immediately enter a new command. I don't have Qt in my PATH variable.

          kshegunovK Offline
          kshegunovK Offline
          kshegunov
          Moderators
          wrote on last edited by
          #4

          I'm sorry I don't know. This is the first I hear of such a problem. Usually if it's a crash there'd be at least some kind of message or dialog to indicate it, and I'd expect at least some output on the command line. Maybe someone else will come up with another suggestion.

          Read and abide by the Qt Code of Conduct

          1 Reply Last reply
          1
          • S Sergey_Storm

            @kshegunov
            When I call the executable file (...\Qt\Tools\QtCreator\bin\qtcreator.exe) nothing is displayed on the command line and I can immediately enter a new command. I don't have Qt in my PATH variable.

            hskoglundH Offline
            hskoglundH Offline
            hskoglund
            wrote on last edited by
            #5

            @Sergey_Storm Hi, also you can try setting the environment variable QT_OPENGL before launching QtCreator, like this:

            C:\> set QT_OPENGL=software
            C:\> C:\Qt\Tools\QtCreator\bin\qtcreator.exe
            
            S 1 Reply Last reply
            1
            • hskoglundH hskoglund

              @Sergey_Storm Hi, also you can try setting the environment variable QT_OPENGL before launching QtCreator, like this:

              C:\> set QT_OPENGL=software
              C:\> C:\Qt\Tools\QtCreator\bin\qtcreator.exe
              
              S Offline
              S Offline
              Sergey_Storm
              wrote on last edited by
              #6

              @hskoglund
              The command that you had proposed caused the system error and the offer to send the report to Windows.
              I could not reproduce this by re-calling only the executable file or all commands.

              1 Reply Last reply
              0
              • S Offline
                S Offline
                Sergey_Storm
                wrote on last edited by Sergey_Storm
                #7

                @kshegunov @hskoglund
                Thanks for trying to help. I started using a different operating system. The Qt Creator launches and works.

                1 Reply Last reply
                1

                • Login

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