Qt Creator on Windows 10 [solved]
-
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
@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 ... -
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!
-
Thank you for this advice.
so I tried to create a QT Quick project.
but
-
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.
" -
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 !
-
-
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
@hskoglund thank you very much. i just resolved the same issue