-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
GLError #36
Comments
我的在mac电脑、intel 处理器 ,运行也报上面错误提示 |
OpenGL.error.GLError: GLError( |
Add these lines of code before create window
if that not work |
I try it: export MESA_GL_VERSION_OVERRIDE=3.3. But the following error still occurred, My computer is configured with MAC 2.4 GHz 8-core Intel Core i9 raise self._errorClass( |
what is GL_TRUE? NameError: name 'GL_TRUE' is not defined |
export MESA_GL_VERSION_OVERRIDE=3.3, this has solved my issue. |
|
Same here with an Intel Mac. With
With
|
Same error with Mac M2 Pro |
same error, Is there any solution to solve this problem? |
same error with Ubuntu 20, any solution? |
ok, i use than it work |
Same problem after borth #36 (comment) |
Thank u! |
|
I have met an error using pyopengl |
thanks! |
OpenGL.error.GLError: GLError(
err = 1282,
description = b'invalid operation',
baseOperation = glGetUniformLocation,
cArguments = (1, b'Texture\x00'),
result = -1
)
Run on WSL2 windows11
The text was updated successfully, but these errors were encountered: