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. Problem OpenGL Views
Servers for Qt installer are currently down

Problem OpenGL Views

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 1.4k 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.
  • D Offline
    D Offline
    dianyu
    wrote on 16 Nov 2015, 12:40 last edited by
    #1

    Hello All,

    lately I have updated my mac book pro to EI Captain (10.11.1) and my qt libraries (5.5.1) and creator (3.5.1).

    I develop an application on graphics with a mac book pro 15 retina and a second screen dell alienware connected by dvi. My application works properly before this updates. Currently I have a problema with my application. I open it, create the View which is a QGLWidget, I init all the elements and then in the first render I get some strange errors:

    • after glClearColor() and glClear() I get a GL_INVALID_FRAMEBUFFER_OPERATION
    • after glDrawElements() I get a GL_INVALID_FRAMEBUFFER_OPERATION

    But the most annoying thing is it only happens if the window is on the second screen, if I open it in the retina screen nothing fales....

    Is there anyother with the same problem? Where could be the problem? In the Apple Update? In Qt update? In my code?

    I'm a bit lost!

    Thanks!

    Imanol.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dianyu
      wrote on 16 Nov 2015, 12:42 last edited by
      #2

      I've forgot to say that if I reload the shaders (delete olds, load again, compile, link and updateGL) it works properly later....

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dianyu
        wrote on 23 Nov 2015, 15:57 last edited by
        #3

        No one with this kind of problems?

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 23 Nov 2015, 22:20 last edited by
          #4

          Hi,

          Did you do all these updates at once ?

          One thing you can try is the 5.6 beta to see if you still experience this.

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

          D 1 Reply Last reply 24 Nov 2015, 12:04
          0
          • S SGaist
            23 Nov 2015, 22:20

            Hi,

            Did you do all these updates at once ?

            One thing you can try is the 5.6 beta to see if you still experience this.

            D Offline
            D Offline
            dianyu
            wrote on 24 Nov 2015, 12:04 last edited by
            #5

            @SGaist Yes. I made the mistake of make all the updates at once after a deadline. I can't try beta versions because I need this software stable and beta versions doesn't assure that... So I will wait to next Qt versions but it seems strange... If any is mac developer and works with two displays and everything works well to him means that I have the problem, and it could be an start to see where...

            Thanks!

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 26 Nov 2015, 22:05 last edited by
              #6

              I didn't meant that you should change for the 5.6 beta right now, just test it to see if you are still experiencing the same problem.

              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