qtcreator doesn't start on Linux host [RESOLVED]
-
My host is SUSE Linux 11.4
uname -a
Linux vvg 2.6.37.6-24-default #1 SMP 2012-10-18 22:36:08 +0200 i686 i686 i386 GNU/LinuxI installed Qt 5.5.0. When I run qtcreator I see once blinking IDE Environment and in terminal next messages:
QOpenGLShader: could not create shader
QOpenGLShaderProgram: could not create shader program
QOpenGLShader: could not create shader
QOpenGLShaderProgram::uniformLocation( imageTexture ): shader program is not linked
Ошибка сегментирования (Segmentation fault)What must I do to fix this situation?
-
This post is deleted!
-
Seems, the OpenGL v > 2.0 is required.
-
Thanks, kuzulis!
You are right.
I updated driver of my Nvidia card (however manually).
Problem has been fixed!