Unable To Run QT
-
Hello Everyone I am new here,
I downloaded QT5.5.1 msvc 2013 32 bit opensrc for windows.
I installed it and its not opening every time there is appcrash.
Specs of my PC are:
Win7Ultimate 32 bit
4gb RAM DDR2 256MB INtel Graphic Card and A Dual Core Intel CPU.
Please Help.
Sorry if posted in wrong section or reposted. -
Hi, you mean you have problem starting Qt Creator?
Just guessing, but it could be something with graphics driver/OpenGL; so instead of double-clicking to start it, try starting Qt Creator from a CMD window with the "-noload Welcome" option, like this:
C:\Qt\Tools\QtCreator\bin\qtcreator -noload Welcome
-
Yes sir you got it right the qtcreator app crashes.
Thanks for your kind reply,
as you mentioned first it gives a popup "The Plugin Welcome Does Not Exist"
when i press ok
it gives a new window with a list of commands
after pressing ok nothing happens.
Sir kindly suggest me any solution.
This is the CRASH Report:- Problem signature:
Problem Event Name: APPCRASH
Application Name: qtcreator.exe
Application Version: 0.0.0.0
Application Timestamp: 561c8ab4
Fault Module Name: ig4icd32.dll
Fault Module Version: 8.14.10.1930
Fault Module Timestamp: 4aba6fc2
Exception Code: c0000005
Exception Offset: 002095ed
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
- Problem signature:
-
Hi, indeed you have some OpenGL-related crash (ig4icd32.dll) and should try to start Qt Creator with the Welcome plugin disabled.
But if disabling the Welcome page using a CMD window does not work, you could instead try edit your QtCreator.ini file, guessing it's located say in
C:\Qt\Qt5.5\Tools\QtCreator\share\qtcreator\QtProject
Add this to the end of the file:
[Plugins] Ignored=Welcome