Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenGL.error.GLError: GLError #2093

Open
zxj-git opened this issue Jan 17, 2024 · 0 comments
Open

OpenGL.error.GLError: GLError #2093

zxj-git opened this issue Jan 17, 2024 · 0 comments

Comments

@zxj-git
Copy link

zxj-git commented Jan 17, 2024

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,
        )
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant