当前位置:编程学习 > wap >>

运行qt creator里面自带的例子出现错误rssnews,求助

错误信息:
正在启动 C:\Qt\Qt5.1.0\5.1.0\msvc2010\bin\qmlscene.exe C:/Qt/Qt5.1.0/5.1.0/msvc2010/examples/quick/demos/rssnews/rssnews.qml
class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289

QOpenGLFunctions created with non-current context 
QSGMaterialShader: Shader compilation failed:
"" 
QOpenGLShaderProgram::uniformLocation( matrix ): shader program is not linked 
QOpenGLShaderProgram::uniformLocation( opacity ): shader program is not linked 
QOpenGLFunctions created with non-current context 
QSGMaterialShader: Shader compilation failed:
"" 
QOpenGLShaderProgram::uniformLocation( matrix ): shader program is not linked 
QOpenGLShaderProgram::uniformLocation( color ): shader program is not linked 
QOpenGLFunctions created with non-current context 
QSGMaterialShader: Shader compilation failed:
"" 
QOpenGLShaderProgram::uniformLocation( qt_Matrix ): shader program is not linked 
QOpenGLFunctions created with non-current context 
QSGMaterialShader: Shader compilation failed:
"" 
QOpenGLShaderProgram::uniformLocation( qt_Matrix ): shader program is not linked 
QOpenGLShaderProgram::uniformLocation( opacity ): shader program is not linked 
QOpenGLFunctions created with non-current context 
QSGMaterialShader: Shader compilation failed:
"" 
QOpenGLShaderProgram::uniformLocation( pixelSize ): shader program is not linked 
QOpenGLShaderProgram::uniformLocation( qt_Matrix ): shader program is not linked 
QOpenGLShaderProgram::uniformLocation( opacity ): shader program is not linked 
QOpenGLFunctions created with non-current context 
QSGMaterialShader: Shader compilation failed:
"" 
QOpenGLShaderProgram::uniformLocation( matrix ): shader program is not linked 
QOpenGLShaderProgram::uniformLocation( opacity ): shader program is not linked 
QOpenGLShaderProgram::uniformLocation( pixelSize ): shader program is not linked 
QOpenGLFunctions created with non-current context 
QSGMaterialShader: Shader compilation failed:
"" 
QOpenGLShaderProgram::uniformLocation( matrix ): shader program is not linked 
QOpenGLShaderProgram::uniformLocation( textureScale ): shader program is not linked 
QOpenGLShaderProgram::uniformLocation( color ): shader program is not linked 
QOpenGLShaderProgram::uniformLocation( alphaMin ): shader program is not linked 
QOpenGLShaderProgram::uniformLocation( alphaMax ): shader program is not linked  rssnews --------------------编程问答-------------------- 我是刚入门的菜鸟,也遇到了同样的问题, --------------------编程问答-------------------- 找到答案了,
Qt Quick 2 requires OpenGL. If you mean to use Qt Widgets/ Quick 1 only, OpenGL is not required.
补充:移动开发 ,  Qt
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,