pyrender
pyrender copied to clipboard
GLError 12297
On a Ubuntu 16.04.5 server machine I get this error:
File "/root/miniconda3/envs/py3.7_torch1.4.0/lib/python3.7/site-packages/OpenGL/error.py", line 232, in glCheckError
baseOperation = baseOperation,
OpenGL.error.GLError: GLError(
err = 12297,
baseOperation = eglCreateContext,
cArguments = (
<OpenGL._opaque.EGLDisplay_pointer object at 0x7f3c836c3710>,
<OpenGL._opaque.EGLConfig_pointer object at 0x7f3c836c9d40>,
<OpenGL._opaque.EGLContext_pointer object at 0x7f3c801bc9e0>,
<OpenGL.arrays.lists.c_int_Array_7 object at 0x7f3c8169ef80>,
),
result = <OpenGL._opaque.EGLContext_pointer object at 0x7f3c836c3f80>
)
Any clue? I searched on google and find some solution like https://github.com/mcfletch/pyopengl/issues/27 But I'm not sure whether I should follow it, beacause pyrender is using EGL not GL (to be honest I don't know what's the difference between GL EGL OpenGL.......)
I face the exact same problems. Did you find a solution to the problem ?
I also face the same problem. How do you solve it?