Skip to content

Running the GCS on non OpenGL 2.1 capable systems

guilhermito edited this page Jul 22, 2015 · 5 revisions

QtQuick 2.0 applications require OpenGL 2.1 or higher to run. Windows only provides OpenGL 1.1 by default, which is not sufficient. One workaround is to use a software renderer such as Mesa which can run on Windows XP or later. To use the Mesa driver you need to download one of the files below according to your particular system, extract and copy the opengl32.dll file to the GCS "bin" directory.

OpenGL software renderer 32bit

OpenGL software renderer 64bit

Clone this wiki locally