Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-20856

Unable to run GL Programs from within QT Creator

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 4.7.0
    • All Other Issues
    • None
    • Windows 10
      Qt 5.7.1
    • Windows

      In the prior version of Creator, 4.5.0, I was able to directly run my OpenGL 3.0 application from within Creator.

      Now that I've upgraded to 4.7, I get errors as if I don't have proper OpenGL drivers on the system.  The executable builds fine, and I can run it manually from it's build directory, but it won't run from within creator anymore.  I get errors like the following

      QOpenGLShader::compile(Vertex): ERROR: 0:1: 'core' : invalid version directive

      ERROR: 0:2: 'in' : storage qualifier supported in GLSL ES 3.00 only

       

      QOpenGLShader::compile(Fragment): ERROR: 0:1: 'core' : invalid version directive

      ERROR: 0:2: 'out' : storage qualifier supported in GLSL ES 3.00 only

      ERROR: 0:2: '' : No precision specified for (float)

      ERROR: 0:3: '' : No precision specified for (float)

      ERROR: 0:6: '' : No precision specified for (float)

      ERROR: 0:7: '' : No precision specified for (float

       Etc, when these errors did not occur in the past version.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            con Eike Ziller
            gnatty Nate Reid
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes