Qt Creator bombs on startup: Windows 8
-
Hi, ig4dev32.dll is an Intel OpenGL driver so maybe your OpenGL is a bit under the weather, try starting Qt Creator without the Welcome plugin (which uses OpenGL), if you installed Qt to C:\Qt type this in a CMD window:
@
c:
cd \Qt\Tools\QtCreator\Bin
qtcreator -noload Welcome
@ -
Yes, I was pretty sure that it was an OpenGL issue. Disabling the Welcome worked on my Win7 machine but not the Win8 machine. I tried uninstalling the OpenGL packages but that made no difference. I wasn't aware that Qt Creator itself was so dependent on OpenGL.
Win8 and OpenGL seem to be like oil and water. After doing some more searching around, I found a Microsoft forum that suggested installing the Win7 graphic driver on my Win8 machine, and sure enough that did the trick.
Thanks for your help!