pyrender icon indicating copy to clipboard operation
pyrender copied to clipboard

GLError 12297

Open MengXinChengXuYuan opened this issue 4 years ago • 2 comments

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.......)

MengXinChengXuYuan avatar Mar 09 '20 10:03 MengXinChengXuYuan

I face the exact same problems. Did you find a solution to the problem ?

JonasFrey96 avatar Jul 07 '20 14:07 JonasFrey96

I also face the same problem. How do you solve it?

LiuXinqi12 avatar Nov 02 '20 14:11 LiuXinqi12