qml - QtQuick Application wont run on VMWare (Virtual Machine) -
build system:
- qt creator 2.7.2 based on qt 5.1.0 (32 bit) built on jul 2 2013
- qt 5.1.0 msvc2010 32bit (angle)
- microsoft windows sdk windows 7 (7.1.7600.0.30514)
environment:
- windows 7 (vmware)
problem: new qt quick 2 application (built-in elements) project not run receive:
class qwindowseglstaticcontext *__cdecl qwindowseglstaticcontext::create(void): not initialize egl display: error 12289 qopenglfunctions created non-current context list of attribute names either long or not null-terminated. maximum number of attributes on hardware 0. vertex shader: attribute highp vec4 vertexcoord; attribute highp vec4 vertexcolor; uniform highp mat4 matrix; uniform highp float opacity; varying lowp vec4 color; void main() { gl_position = matrix * vertexcoord; color = vertexcolor * opacity; } fragment shader: varying lowp vec4 color; void main() { gl_fragcolor = color; }
i believe due running on virtual machine.
i have tried both angle , opengl versions of qt both fail. opengl expected fail don't believe our vmware infrastructure has compatible video driver.
has else experienced , managed work around it?
thanks, marcus
i had same problem , resolved activating "accelerate 3d graphics" in vmplayer conf. after that, don't have error message, apps still doesn't work: display blank screen.
Comments
Post a Comment