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 on Windows 10 [solved]
QtWS25 Last Chance

Qt Creator on Windows 10 [solved]

Scheduled Pinned Locked Moved Qt Creator and other tools
qtcreatorwindows 10
10 Posts 4 Posters 7.8k 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
    jddd
    wrote on last edited by jddd
    #1

    Does anybody have tried Qt Creator with Windows 10 ?
    It doesn't seem to work on my computer.

    K 1 Reply Last reply
    0
    • J jddd

      Does anybody have tried Qt Creator with Windows 10 ?
      It doesn't seem to work on my computer.

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      Hi and welcome to devnet forum

      What kind of error mesage do you see?

      Vote the answer(s) that helped you to solve your issue(s)

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

        Hi,

        I see the main Window then Qtcreator stops.

        With Visual Studio Just-in-Time debbuger, I get the following message :
        "Unhandled exception at 0x102095ED (ig4icd32.dll) in qtcreator.exe: 0xC0000005: Access violation reading location 0x00000000."

        1 Reply Last reply
        0
        • K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          Can you edit source and compile through Qt creator?

          Vote the answer(s) that helped you to solve your issue(s)

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

            Hi, crashing in ig4icd32.dll sounds like a OpenGL, problem, try launching Qt Creator without the Welcome plugin:

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

            J Trien TranT 2 Replies Last reply
            3
            • K koahnig

              Can you edit source and compile through Qt creator?

              J Offline
              J Offline
              jddd
              wrote on last edited by
              #6

              @koahnig no i can not open qtcreator

              1 Reply Last reply
              0
              • hskoglundH hskoglund

                Hi, crashing in ig4icd32.dll sounds like a OpenGL, problem, try launching Qt Creator without the Welcome plugin:

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

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

                @hskoglund thank you. It works.
                so I had to find the terminal on Windows 10 :
                Windows + R
                then
                cd C:\Qt\Tools\QtCreator\bin
                then
                qtcreator -noload Welcome
                qt starts !
                I will try to create a projet on monday. I am new in QT ...

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

                  Good, also now when you have Qt Creator running, you can go to the Help menu, select About Plugins, locate the line with the Welcome plugin and deselect the Load tickbox.
                  That way, you can start Qt Creator normally (don't have to go through the terminal).

                  Happy coding!

                  1 Reply Last reply
                  1
                  • J Offline
                    J Offline
                    jddd
                    wrote on last edited by
                    #9

                    Thank you for this advice.

                    so I tried to create a QT Quick project.

                    but

                    1. When I execute (CTRL+R)
                      the project is compiled but not executed (Nothing happen)
                      Output says :
                      "
                      Démarrage de C:\Users\jddde\Documents\build-essai_QT_quick-Desktop_Qt_5_4_2_MSVC2013_32bit-Debug\debug\essai_QT_quick.exe...
                      Qt: Untested Windows version 10.0 detected!
                      QML debugging is enabled. Only use this in a safe environment.
                      "

                    2. When I open :
                      Ressources qml.qrc / MainForm.ui.qml
                      Qt Creator stops.
                      VS debbuger says :
                      "Unhandled exception at 0x0C17D09F (ig4dev32.dll) in qtcreator.exe: 0xC0000005: Access violation reading location 0x00000000."

                    I think I will encounter many difficulties with Windows 10 !

                    1 Reply Last reply
                    0
                    • hskoglundH hskoglund

                      Hi, crashing in ig4icd32.dll sounds like a OpenGL, problem, try launching Qt Creator without the Welcome plugin:

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

                      Trien TranT Offline
                      Trien TranT Offline
                      Trien Tran
                      wrote on last edited by
                      #10

                      @hskoglund thank you very much. i just resolved the same issue

                      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