Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    [Solved] Fussy rendering on RRS News Demo App in Qt 5.1

    QML and Qt Quick
    5
    13
    3921
    Loading More Posts
    • 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
      dasun last edited by

      I'm using Qt 5.1 MinWG version for Windows
      OS: Windows 7 32 bit

      Application Output :
      getProcAddress: Unable to resolve 'glBindFramebuffer'
      getProcAddress: Unable to resolve 'glBindFramebufferOES'
      getProcAddress: Unable to resolve 'glBindFramebufferARB'
      getProcAddress: Unable to resolve 'glGenFramebuffers'
      getProcAddress: Unable to resolve 'glGenFramebuffersOES'
      getProcAddress: Unable to resolve 'glGenFramebuffersARB'
      getProcAddress: Unable to resolve 'glFramebufferTexture2D'
      getProcAddress: Unable to resolve 'glFramebufferTexture2DOES'
      getProcAddress: Unable to resolve 'glFramebufferTexture2DARB'
      getProcAddress: Unable to resolve 'glFramebufferRenderbuffer'
      getProcAddress: Unable to resolve 'glFramebufferRenderbufferOES'
      getProcAddress: Unable to resolve 'glFramebufferRenderbufferARB'
      getProcAddress: Unable to resolve 'glDeleteFramebuffers'
      getProcAddress: Unable to resolve 'glDeleteFramebuffersOES'
      getProcAddress: Unable to resolve 'glDeleteFramebuffersARB'
      C:\Qt\Qt5.1.0\5.1.0\mingw48_32\bin\qmlscene.exe exited with code 0

      Update:
      I found this "http://qt-project.org/forums/viewthread/20101":http://qt-project.org/forums/viewthread/20101 forum post which is similar to mine. I thought Mingw using Angle instead OpenGL. What If I use MSVC version without OpenGL? Will it resolve this issue?

      1 Reply Last reply Reply Quote 0
      • J
        Jens last edited by

        Yes using angle + msvc would most likely solve the issue as this is clearly opengl related.

        1 Reply Last reply Reply Quote 0
        • D
          dasun last edited by

          I'll try and let you know. Thank You!

          1 Reply Last reply Reply Quote 0
          • D
            dasun last edited by

            It's working as expected.

            1 Reply Last reply Reply Quote 0
            • Z
              ZapB last edited by

              Another option would be to install more up to date OpenGL drivers for your chipset.

              Nokia Certified Qt Specialist
              Interested in hearing about Qt related work

              1 Reply Last reply Reply Quote 0
              • D
                dasun last edited by

                @ZapB, Yes It would work but I don't like to force my clients to install some other software .

                1 Reply Last reply Reply Quote 0
                • G
                  Graf last edited by

                  I have the same problem, but I don't use any OpenGl graphic features. Anyway I installed OpenGl 2.1 and it did not help.

                  Video Card Vendor: Intel
                  Renderer: Mobile Intel(R) 4 Series Express Chipset Family
                  OpenGL Version: 2.1.0 - Build 8.15.10.2869
                  GLU Version: 1.2.2.0 Microsoft Corporation

                  getProcAddress: Unable to resolve 'glGenFramebuffers'
                  getProcAddress: Unable to resolve 'glGenFramebuffersOES'
                  getProcAddress: Unable to resolve 'glGenFramebuffersARB'
                  getProcAddress: Unable to resolve 'glBindFramebuffer'
                  getProcAddress: Unable to resolve 'glBindFramebufferOES'
                  getProcAddress: Unable to resolve 'glBindFramebufferARB'

                  1 Reply Last reply Reply Quote 0
                  • D
                    dasun last edited by

                    What version you use? Please use angle build. (use none OpenGL binary packages)

                    1 Reply Last reply Reply Quote 0
                    • G
                      Graf last edited by

                      Ok. I will try! Thank you!

                      1 Reply Last reply Reply Quote 0
                      • G
                        Graf last edited by

                        Now it works, but now I have a problem with text superscript.
                        <sup> command does not work in QtQuick 2.0 unfortunately :(.

                        1 Reply Last reply Reply Quote 0
                        • D
                          dasun last edited by

                          Please ask new question using a new thread. I guess nobody see your questions here.

                          1 Reply Last reply Reply Quote 0
                          • G
                            Graf last edited by

                            It was not question.
                            I googled already a problem.

                            [quote author="dasun" date="1373480557"]Please ask new question using a new thread. I guess nobody see your questions here.[/quote]

                            1 Reply Last reply Reply Quote 0
                            • S
                              stereomatching last edited by

                              Would Qt5.1.1 support mingw + angle?

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post