Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt OpenGl error
Forum Updated to NodeBB v4.3 + New Features

Qt OpenGl error

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 968 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BinuJanardhanan
    wrote on last edited by
    #1

    0_1559895941929_eab7ebb5-8161-4a5d-b609-69dd28128931-image.png

    I'm using Qt for an OpenGL based image rendering GUI application. The application is running properly. But, when I try to deploy the application in a system which contains one of the latest graphics cards with recent OpenGL support, my application GUI showing a white screen only. The debug log shows the error message as shown in the attached screenshot. My understanding is that the issue is in OpenGL setting in Qt. Please help me to solve the issue?

    I found a few solutions in Qt forums, to set with "configure -opengl desktop" configure -opengl es2 -no-angle configure -opengl dynamic
    I don't know where to add this configure command. I tried to insert in my project .pro file but it showing an error. Also tried to set in command line arguments in Run and Additional arguments in Build, but errors occurring in qmake.
    How can use these configure scripts? where I have to add these scripts?
    I'm using windows 10, msvc2015, Qt 5.12.0, Qt creator 4.9.1

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      It's talking about the configure script for building Qt. It's not related to project management.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • B Offline
        B Offline
        BinuJanardhanan
        wrote on last edited by
        #3

        Ok, Thanks for the answer.
        Do you have any idea about the error in the attached screenshot?
        Is it related to Qt OpenGl?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Yes it is. What kind of OpenGL context are you trying to use ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved