Qt Creator crash/stopped working [SOLVED]
-
My Qt creator was working last month, now suddenly it wont even run. i did not change anything related to software. reinstalling the software trows the same error.
I'm using win 7 Ultimate / Qt creator 5.4.0Nombre del evento de problema: APPCRASH
Nombre de la aplicación: qtcreator.exe
Versión de la aplicación: 0.0.0.0
Marca de tiempo de la aplicación: 5485a675
Nombre del módulo con errores: ig4icd32.dll
Versión del módulo con errores: 8.14.10.1930
Marca de tiempo del módulo con errores: 4aba6fc2
Código de excepción: c0000005
Desplazamiento de excepción: 002095ed
Versión del sistema operativo: 6.1.7600.2.0.0.256.1
Id. de configuración regional: 3082
Información adicional 1: 0a9e
Información adicional 2: 0a9e372d3b4ad19135b953a78882e789
Información adicional 3: 0a9e
Información adicional 4: 0a9e372d3b4ad19135b953a78882e789 -
Hi, crashes in ig4icd32.dll most likely is because of some opengl problem, you could try to start Qt Creator from the command line:
qtcreator -noload Welcome
For more, see for example this thread
-
The orange dash appears because the Welcome plugin is disabled when Qt Creator is started with "-noload Welcome"
Also, if you deselect the Load checkbox for the Welcome plugin, then you don't have to start Qt Creator from the command line (to avoid the opengl problems).