mupen64plus / mupen64plus-video-rice

Video plugin for the Mupen64Plus v2.0 project, using OpenGL. This plugin is based on the RiceVideoLinux plugin from earlier versions of Mupen64Plus.
31 stars 40 forks source link

glGetString() in COGLGraphicsContext::InitState() return null strings #21

Closed Narann closed 9 years ago

Narann commented 9 years ago

glGetString() in COGLGraphicsContext::InitState() return null strings when GLES code path is build from a desktop platform making the code crash asa there is any isExtentionSupported() request.

Interestingly, when I build with the PowerVR SDK I get this error:

(Error) There is no context bound to the current thread.

What is surprising is glGetString() are always called after context creation.

Some infos here

Narann commented 9 years ago

Duplicate of https://github.com/mupen64plus/mupen64plus-video-rice/issues/32, my bad.