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. Qt Creator fails to start on Windows 10
Forum Update on Monday, May 27th 2025

Qt Creator fails to start on Windows 10

Scheduled Pinned Locked Moved Solved Installation and Deployment
28 Posts 7 Posters 7.9k 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.
  • J Offline
    J Offline
    Jibo
    wrote on last edited by Jibo
    #1

    ive been using qt 5.6.1 for awhile now but all of a sudden qtcreator.exe will refuse to launch at all and windows error reporting service starts any time i try. ive been using qt since like 4.0 and never had any issue like this, iver tried installing fresh from qt-unified-windows-x86-3.0.4-online.exe on a fresh install of windows with all updates and it still does the same thing.
    the event log entry for the crash is the most useless ive ever seen,

    Faulting application name: qtcreator.exe, version: 4.4.1.0, time stamp: 0x59d43584
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x40000000
    Faulting process id: 0x6ac
    Faulting application start time: 0x01d3e224f6c241a2
    Faulting application path: G:\Qt\Qt5.9.2\Tools\QtCreator\bin\qtcreator.exe
    Faulting module path: unknown
    Report Id: 728a362f-0b50-440d-8137-c48ad069bcb1
    Faulting package full name: 
    Faulting package-relative application ID: 
    

    cant install the files in vcredist because windows says they are already installed and after googling some posts said to delete a file called "welcome.dll" but the closest i can find is "Welcome4.dll" and renaming it does nothing.
    what other possibilities are there short of ram/cpu failure? i tried from a different physical hard drive and havent noticed any problems with any other software.

    guess forget to mention trying to install it with mingw530_32 but my older version was using mingw492_32 and does the exact same thing.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Any chances of you having an update to Windows applied ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • J Offline
        J Offline
        Jibo
        wrote on last edited by Jibo
        #3

        which update? i tried from from a fresh install on windows with no updates and no amd drivers, then tried with graphics drivers then updated windows until before the "fall creators patch" because it wouldnt seem to install, i figured my phenom ii was too old for it.

        1 Reply Last reply
        0
        • hskoglundH Offline
          hskoglundH Offline
          hskoglund
          wrote on last edited by
          #4

          Hi, just guessing, but if you have antivirus installed, try disabling it.

          J 1 Reply Last reply
          0
          • hskoglundH hskoglund

            Hi, just guessing, but if you have antivirus installed, try disabling it.

            J Offline
            J Offline
            Jibo
            wrote on last edited by
            #5

            @hskoglund i tried with windows defender and firewall disabled but it still does the same thing. i read probably some old post saying it didnt like opera running but closing it doesnt change anything.

            1 Reply Last reply
            0
            • hskoglundH Offline
              hskoglundH Offline
              hskoglund
              wrote on last edited by
              #6

              Ok. Also you can try to launch Qt Creator as Administrator, i.e. right-click on the icon and select "Run as Administrator"

              J 1 Reply Last reply
              0
              • hskoglundH hskoglund

                Ok. Also you can try to launch Qt Creator as Administrator, i.e. right-click on the icon and select "Run as Administrator"

                J Offline
                J Offline
                Jibo
                wrote on last edited by Jibo
                #7

                i tried launching as admin, i also tried updating to qt 5.10.1, changing windows data execution prevention to "Turn on DEP for all programs and services except those I select:" and verifying the "Path" system variable includes the mingw bin directory in the qt version folder and the bin directory in tools/qtcreator folder.

                i tried changing the DEP because i seen

                Fault bucket 1511236979439112022, type 5
                Event Name: BEX
                Response: Not available
                Cab Id: 0
                
                Problem signature:
                P1: qtcreator.exe
                P2: 4.6.0.0
                P3: 5aba336c
                P4: StackHash_bdcb
                P5: 0.0.0.0
                P6: 00000000
                P7: PCH_E3_FROM_ntdll+0x000690BC
                P8: c0000005
                P9: 00000008
                P10: 
                
                Attached files:
                ***WERDE3C.tmp.WERInternalMetadata.xml
                
                These files may be available here:
                ***AppCrash_qtcreator.exe_4054daee17efbfa6d8b59a1792456c12b966137_3cdb21f6_0c1bdff1
                
                Analysis symbol: 
                Rechecking for solution: 0
                Report Id: e75f063b-0b22-44f2-83c2-828743344573
                Report Status: 0
                Hashed bucket: 618295179d559da2f4f8fe06a2e70f56
                

                that error seems more informative, not sure why i overlooked it earlier

                1 Reply Last reply
                0
                • hskoglundH Offline
                  hskoglundH Offline
                  hskoglund
                  wrote on last edited by
                  #8

                  Hmm, Qt Creator is more or less just like any other Qt-based program that's built using the 32-bit MSVC 2015 compiler.

                  Have you tried VLC or Wireshark (they are built in a similar way as Qt Creator)?

                  J 1 Reply Last reply
                  0
                  • hskoglundH hskoglund

                    Hmm, Qt Creator is more or less just like any other Qt-based program that's built using the 32-bit MSVC 2015 compiler.

                    Have you tried VLC or Wireshark (they are built in a similar way as Qt Creator)?

                    J Offline
                    J Offline
                    Jibo
                    wrote on last edited by Jibo
                    #9

                    @hskoglund vlc works fine as far as i tested, that being just opening a mp4 file, but it does launch and play the file.
                    i have been using visual studio 2017 since qt refuses to work, havent tried qt with the visual c compiler though because i would rather use mingw as i always have and uninstall visual studio if i can. unity also works fine.

                    1 Reply Last reply
                    0
                    • hskoglundH Offline
                      hskoglundH Offline
                      hskoglund
                      wrote on last edited by
                      #10

                      Ok one more: on your Windows 10, try creating a new user, log in as that user and then start Qt Creator.

                      J 1 Reply Last reply
                      0
                      • hskoglundH hskoglund

                        Ok one more: on your Windows 10, try creating a new user, log in as that user and then start Qt Creator.

                        J Offline
                        J Offline
                        Jibo
                        wrote on last edited by
                        #11

                        @hskoglund i tried creating a new local account with a different username and running qtcreator from there and it still does the same thing but didnt reinstall anything

                        1 Reply Last reply
                        0
                        • hskoglundH Offline
                          hskoglundH Offline
                          hskoglund
                          wrote on last edited by
                          #12

                          ok one last ditch: try to start Qt Creator without any plugins: open a CMD window:

                          C:\Qt\Tools\QtCreator\bin\qtcreator -noload all

                          if that shows you a messagebox: "Failed to load core: Core plugin is disabled" then try again but loading the Core plugin:

                          C:\Qt\Tools\QtCreator\bin\qtcreator -noload all -load Core

                          J 1 Reply Last reply
                          0
                          • hskoglundH hskoglund

                            ok one last ditch: try to start Qt Creator without any plugins: open a CMD window:

                            C:\Qt\Tools\QtCreator\bin\qtcreator -noload all

                            if that shows you a messagebox: "Failed to load core: Core plugin is disabled" then try again but loading the Core plugin:

                            C:\Qt\Tools\QtCreator\bin\qtcreator -noload all -load Core

                            J Offline
                            J Offline
                            Jibo
                            wrote on last edited by
                            #13

                            @hskoglund -noload all still does the same. no error message, windows error reporting just appears in the task manager for a second and the log is added.
                            i tried installing directx runtimes and adding windows sdk to the environment path but still the same. old apps ive made with qt still work fine though.
                            i guess i will just have to try installing on linux sometime and continue from there, im baffled.

                            1 Reply Last reply
                            0
                            • hskoglundH Offline
                              hskoglundH Offline
                              hskoglund
                              wrote on last edited by
                              #14

                              Hmmm, if you're curious you could always fire up the old Dependency Walker load Qt Creator into it and press F7 to start profiling it. It should show which .dll is the culprit...

                              1 Reply Last reply
                              0
                              • J Offline
                                J Offline
                                Jibo
                                wrote on last edited by
                                #15

                                Dependency Walker makes it to IMM32.dll then freezes up, some post on stackoverflow says it may need WDK. might be awhile before can download that.

                                1 Reply Last reply
                                0
                                • J Offline
                                  J Offline
                                  Jibo
                                  wrote on last edited by
                                  #16

                                  found somewhat of a "solution", i downloaded and installed qt-creator-opensource-windows-x86_64-4.6.0 from http://download.qt.io/official_releases/qtcreator/4.6/4.6.0/ and qtcreator will actually open. have no idea why the version included with full qt and my previous installations just stopped working, guessing it has to do with 32bit versions even though ive always used 32 bit and has always worked from a fresh install of windows. thanks for all the suggestions though.

                                  1 Reply Last reply
                                  0
                                  • J Offline
                                    J Offline
                                    jyotib
                                    wrote on last edited by
                                    #17

                                    I'm having the same problem.

                                    C:\Qt\Tools\QtCreator\bin\qtcreator -noload all
                                    

                                    produces an error:
                                    Failed to load core: Core plugin is disabled

                                    &

                                    C:\Qt\Tools\QtCreator\bin\qtcreator -noload all -load Core
                                    

                                    launches a greyed out very minimalistic unusable Qtcreator window.

                                    I've installed Qt 5.14 with QtCreator 4.11 (MinGW 7.3.0 32bit). Please, help.

                                    jsulmJ 1 Reply Last reply
                                    0
                                    • J jyotib

                                      I'm having the same problem.

                                      C:\Qt\Tools\QtCreator\bin\qtcreator -noload all
                                      

                                      produces an error:
                                      Failed to load core: Core plugin is disabled

                                      &

                                      C:\Qt\Tools\QtCreator\bin\qtcreator -noload all -load Core
                                      

                                      launches a greyed out very minimalistic unusable Qtcreator window.

                                      I've installed Qt 5.14 with QtCreator 4.11 (MinGW 7.3.0 32bit). Please, help.

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

                                      @jyotib When go through the plug-ins and always disable only one until QtCreator starts.
                                      Usually Welcome plug-in is the one causing problems.

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

                                      J 2 Replies Last reply
                                      0
                                      • jsulmJ jsulm

                                        @jyotib When go through the plug-ins and always disable only one until QtCreator starts.
                                        Usually Welcome plug-in is the one causing problems.

                                        J Offline
                                        J Offline
                                        jyotib
                                        wrote on last edited by
                                        #19

                                        @jsulm But I've not disabled any.

                                        jsulmJ 1 Reply Last reply
                                        0
                                        • J jyotib

                                          @jsulm But I've not disabled any.

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

                                          @jyotib said in Qt Creator fails to start on Windows 10:

                                          But I've not disabled any.

                                          You did: -noload all

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

                                          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