3b1b / manim

Animation engine for explanatory math videos
MIT License
60.35k stars 5.7k forks source link

OpenGL.error.GLError: GLError #2093

Open zxj-git opened 5 months ago

zxj-git commented 5 months ago

When running manimgl example_scenes.py OpeningManimExample

manim/.venv/lib/python3.12/site-packages/OpenGL/platform/baseplatform.py", line 415, in __call__
    return self( *args, **named )
           ^^^^^^^^^^^^^^^^^^^^^^
  File "src/errorchecker.pyx", line 58, in OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError
OpenGL.error.GLError: GLError(
        err = 1280,
        description = b'invalid enumerant',
        baseOperation = glBlendFuncSeparate,
        cArguments = (
                GL_SRC_ALPHA,
                GL_ONE_MINUS_SRC_ALPHA,
                GL_ONE_MINUS_DST_ALPHA,
                GL_ONE,
        )
)
Rickaym commented 1 week ago

Hey, were you able to find a solution for this? I am facing the exact same issue.