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. Windows 11 Insider build - Suddenly cannot start QtCreator
QtWS25 Last Chance

Windows 11 Insider build - Suddenly cannot start QtCreator

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
14 Posts 4 Posters 449 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
    JonB
    wrote on 3 Mar 2025, 19:05 last edited by JonB 3 Mar 2025, 19:06
    #2

    To be clear: neither Creator nor any Qt app you have (perhaps already compiled) will run? If you invoke from a Command Prompt do you get any kind of messages? For Creator there is a command line argument to put it into debug/diagnostic mode, but I don't know what it is, Googling would tell you.

    Btw, changing to WSL is a fair sized step, quite different from running/compiling for Windows.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      ldraconus
      wrote on 3 Mar 2025, 19:24 last edited by
      #3

      In order: No Qt based app will run, except the installer. From the Command Line: I start it, I get the prompt back and .. nothing.

      I'll try and find the debug mode.

      I've developed under Linux professionally and used WSL on my laptop before so not a big deal I am aware of the pitfalls and benefits there-in.

      I'm going to see how well WSL deals with multiple desktops and if that works, just run the linux apps from a window manager there.

      1 Reply Last reply
      0
      • L Offline
        L Offline
        ldraconus
        wrote on 3 Mar 2025, 19:46 last edited by
        #4

        Ok, it looks like it doesn't even fully start before something happens. I get absolutely no change no matter what I put on the command line.

        1 Reply Last reply
        0
        • J Offline
          J Offline
          JonB
          wrote on 3 Mar 2025, 20:27 last edited by JonB 3 Mar 2025, 20:28
          #5

          Not getting any output at all sounds odd. In your Command Prompt enter set QT_DEBUG_PLUGINS=1 as a command and then try running a Qt program or Creator from there, still no output?

          My understanding (could be incorrect) is that Creator comes with its own self-contained Qt libraries, so whether it runs or not ought be independent of whether a Qt program you have built runs or not, I didn't think they shared an environment. Which might indicate a system problem?

          Worth checking Windows Event Viewer for anything?

          1 Reply Last reply
          1
          • L Offline
            L Offline
            ldraconus
            wrote on 4 Mar 2025, 14:47 last edited by
            #6

            Ok, this is interesting, but how to fix it:

            Faulting application name: qtcreator.exe, version: 15.0.84.0, time stamp: 0x67bdb829
            Faulting module name: d3d9.dll, version: 10.0.27802.1000, time stamp: 0x3e395b13
            Exception code: 0xc0000005
            Fault offset: 0x0000000000016121
            Faulting process id: 0x48D4
            Faulting application start time: 0x1DB8D13FD9638C3
            Faulting application path: D:\ProgramFiles\Qt\Tools\Qt Creator 16.0.0-rc1\bin\qtcreator.exe
            Faulting module path: C:\WINDOWS\SYSTEM32\d3d9.dll
            Report Id: fbd2b50a-88b6-443f-a637-2219ab5ab361
            Faulting package full name: 
            Faulting package-relative application ID: 
            
            J 1 Reply Last reply 5 Mar 2025, 07:09
            0
            • H Offline
              H Offline
              hskoglund
              wrote on 4 Mar 2025, 15:16 last edited by
              #7

              Crash in d3d9.dll huh? Just guessing but it reminds me of an old bug with MSI Afterburner och Riva Tuner, to get around it you had to change the setting from low to off.

              1 Reply Last reply
              0
              • L Offline
                L Offline
                ldraconus
                wrote on 4 Mar 2025, 15:46 last edited by
                #8

                I saw those reports when I looked up that particular crash, and the only app that was running was some killer stuff (bad ACER bloatware) for the network, and I re-nuked those processes and set them to not start (again, really improves the network bandwidth).

                As a side note, the nvidia settings app is also crashing now when I select the performance tab ... hmm. Going to try and reboot and see what happens. Maybe the things that got messed with will be miraculously reset (or fixed from the fiddling... me thinks a reboot is required).

                1 Reply Last reply
                0
                • L Offline
                  L Offline
                  ldraconus
                  wrote on 4 Mar 2025, 16:19 last edited by
                  #9

                  Whelp. When I told windows to run qtcreator with the motherboard graphics only, it works. This might be a slight pain to do for each Qt application, but it did work.

                  1 Reply Last reply
                  0
                  • L ldraconus
                    4 Mar 2025, 14:47

                    Ok, this is interesting, but how to fix it:

                    Faulting application name: qtcreator.exe, version: 15.0.84.0, time stamp: 0x67bdb829
                    Faulting module name: d3d9.dll, version: 10.0.27802.1000, time stamp: 0x3e395b13
                    Exception code: 0xc0000005
                    Fault offset: 0x0000000000016121
                    Faulting process id: 0x48D4
                    Faulting application start time: 0x1DB8D13FD9638C3
                    Faulting application path: D:\ProgramFiles\Qt\Tools\Qt Creator 16.0.0-rc1\bin\qtcreator.exe
                    Faulting module path: C:\WINDOWS\SYSTEM32\d3d9.dll
                    Report Id: fbd2b50a-88b6-443f-a637-2219ab5ab361
                    Faulting package full name: 
                    Faulting package-relative application ID: 
                    
                    J Offline
                    J Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on 5 Mar 2025, 07:09 last edited by
                    #10

                    @ldraconus said in Windows 11 Insider build - Suddenly cannot start QtCreator:

                    Faulting module path: C:\WINDOWS\SYSTEM32\d3d9.dll

                    There seems to be an issue with the graphics driver.
                    Did you try to install latest graphics driver?

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

                    1 Reply Last reply
                    0
                    • L Offline
                      L Offline
                      ldraconus
                      wrote on 5 Mar 2025, 18:21 last edited by
                      #11

                      Good call. Frustrated, so I didn't even think of it... Time to visit Nvidia...

                      1 Reply Last reply
                      0
                      • L Offline
                        L Offline
                        ldraconus
                        wrote on 5 Mar 2025, 21:32 last edited by
                        #12

                        ... and that wasn't it. Installed the latest drivers, still no beans...

                        J 1 Reply Last reply 5 Mar 2025, 21:53
                        0
                        • L ldraconus
                          5 Mar 2025, 21:32

                          ... and that wasn't it. Installed the latest drivers, still no beans...

                          J Offline
                          J Offline
                          JonB
                          wrote on 5 Mar 2025, 21:53 last edited by
                          #13

                          @ldraconus
                          You said "Insider build", right? Isn't https://forum.paradoxplaza.com/forum/threads/stellaris-doesnt-start-anymore.1730338/ from one day ago reporting the same? An Insider build issue??

                          L 1 Reply Last reply 5 Mar 2025, 23:00
                          1
                          • J JonB
                            5 Mar 2025, 21:53

                            @ldraconus
                            You said "Insider build", right? Isn't https://forum.paradoxplaza.com/forum/threads/stellaris-doesnt-start-anymore.1730338/ from one day ago reporting the same? An Insider build issue??

                            L Offline
                            L Offline
                            ldraconus
                            wrote on 5 Mar 2025, 23:00 last edited by
                            #14

                            @JonB Yup, that's the issue. By re-installing an manually telling it which driver to user, it works ... for every application that fails to run.

                            1 Reply Last reply
                            0

                            11/14

                            5 Mar 2025, 18:21

                            • Login

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