SGNify icon indicating copy to clipboard operation
SGNify copied to clipboard

why it happened OpenGL.error.GLErro?I ask chatgpt,claude,and copilot,no solution

Open Ddddoctor-Jiayu opened this issue 1 year ago • 1 comments

OpenGL.error.GLError: GLError( err = 12290, baseOperation = eglInitialize, cArguments = ( <OpenGL._opaque.EGLDisplay_pointer object at 0x7ffee509c0c0>, c_long(0), c_long(0), ), result = 0 )

Ddddoctor-Jiayu avatar Feb 06 '25 08:02 Ddddoctor-Jiayu

The OpenGL initialization problem depends on your graphic drivers/displays. The code is written for a headless mode. However, OpenGL is only for the rendering, so you can also skip this part and just get the pkl files as output.

MPForte avatar Feb 07 '25 11:02 MPForte