go-qml / qml

QML support for the Go language
Other
1.96k stars 189 forks source link

Windows7 QML display a blank #104

Closed afocus closed 9 years ago

afocus commented 9 years ago

2014/09/20 00:09:25 qwindowsglcontext.cpp:1108: getProcAddress: Unable to resolve 'glUniformMatrix4fv' 2014/09/20 00:09:25 qwindowsglcontext.cpp:1108: getProcAddress: Unable to resolve 'glUniformMatrix4fvARB' 2014/09/20 00:09:25 qwindowsglcontext.cpp:1108: getProcAddress: Unable to resolve 'glVertexAttribPointer' 2014/09/20 00:09:25 qwindowsglcontext.cpp:1108: getProcAddress: Unable to resolve 'glVertexAttribPointerARB' 2014/09/20 00:09:25 qwindowsglcontext.cpp:1108: getProcAddress: Unable to resolve 'glVertexAttribPointer' 2014/09/20 00:09:25 qwindowsglcontext.cpp:1108: getProcAddress: Unable to resolve 'glVertexAttribPointerARB' 2014/09/20 00:09:25 qwindowsglcontext.cpp:1108: getProcAddress: Unable to resolve 'glDisableVertexAttribArray' 2014/09/20 00:09:25 qwindowsglcontext.cpp:1108: getProcAddress: Unable to resolve 'glDisableVertexAttribArrayARB' 2014/09/20 00:09:25 qwindowsglcontext.cpp:1108: getProcAddress: Unable to resolve 'glDisableVertexAttribArray' 2014/09/20 00:09:25 qwindowsglcontext.cpp:1108: getProcAddress: Unable to resolve 'glDisableVertexAttribArrayARB'

niemeyer commented 9 years ago

These logged messages were reported before, but they did not prevent the code from working, and this upstream bug report also points out that the underlying code worked:

https://bugreports.qt-project.org/browse/QTBUG-33454

Can you please try running one of the painting examples?

niemeyer commented 9 years ago

Closing for lack of details.