Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. [Solved] Fussy rendering on RRS News Demo App in Qt 5.1
QtWS25 Last Chance

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

Scheduled Pinned Locked Moved QML and Qt Quick
13 Posts 5 Posters 4.6k Views
  • 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
    dasun
    wrote on last edited by
    #1

    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
    0
    • J Offline
      J Offline
      Jens
      wrote on last edited by
      #2

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

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dasun
        wrote on last edited by
        #3

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

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dasun
          wrote on last edited by
          #4

          It's working as expected.

          1 Reply Last reply
          0
          • Z Offline
            Z Offline
            ZapB
            wrote on last edited by
            #5

            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
            0
            • D Offline
              D Offline
              dasun
              wrote on last edited by
              #6

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

              1 Reply Last reply
              0
              • G Offline
                G Offline
                Graf
                wrote on last edited by
                #7

                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
                0
                • D Offline
                  D Offline
                  dasun
                  wrote on last edited by
                  #8

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

                  1 Reply Last reply
                  0
                  • G Offline
                    G Offline
                    Graf
                    wrote on last edited by
                    #9

                    Ok. I will try! Thank you!

                    1 Reply Last reply
                    0
                    • G Offline
                      G Offline
                      Graf
                      wrote on last edited by
                      #10

                      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
                      0
                      • D Offline
                        D Offline
                        dasun
                        wrote on last edited by
                        #11

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

                        1 Reply Last reply
                        0
                        • G Offline
                          G Offline
                          Graf
                          wrote on last edited by
                          #12

                          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
                          0
                          • S Offline
                            S Offline
                            stereomatching
                            wrote on last edited by
                            #13

                            Would Qt5.1.1 support mingw + angle?

                            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