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._ErrorChecker.glCheckError #2338

Open
Roy-Gao opened this issue Dec 17, 2023 · 0 comments
Open

OpenGL.error._ErrorChecker.glCheckError #2338

Roy-Gao opened this issue Dec 17, 2023 · 0 comments

Comments

@Roy-Gao
Copy link

Roy-Gao commented Dec 17, 2023

sudo python main.py capture
Process world:
Traceback (most recent call last):
File "/Users/Desktop/pupil/pupil/pupil_src/launchables/world.py", line 123, in world
from gl_utils import GLFWErrorReporting
File "/Users/Desktop/pupil/pupil/pupil_src/shared_modules/gl_utils/init.py", line 13, in
from .utils import (
File "/Users/Desktop/pupil/pupil/pupil_src/shared_modules/gl_utils/utils.py", line 120, in
OpenGL.error._ErrorChecker.glCheckError = custom_gl_error_handling
TypeError: can't set attributes of built-in/extension type 'OpenGL_accelerate.errorchecker._ErrorChecker'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Users/opt/anaconda3/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/Users/opt/anaconda3/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/Users/Desktop/pupil/pupil/pupil_src/launchables/world.py", line 854, in world
for p in g_pool.plugins:
UnboundLocalError: local variable 'g_pool' referenced before assignment
[17:51:29] ERROR world - launchables.world: Process Capture world.py:850
crashed with trace:
Traceback (most recent call last):
File
"/Users/Desktop/pupil/pupil/pupil_src/l
aunchables/world.py", line 123, in world
from gl_utils import GLFWErrorReporting
File
"/Users/Desktop/pupil/pupil/pupil_src/s
hared_modules/gl_utils/init.py", line 13,
in
from .utils import (
File
"/Users/Desktop/pupil/pupil/pupil_src/s
hared_modules/gl_utils/utils.py", line 120, in

OpenGL.error._ErrorChecker.glCheckError =
custom_gl_error_handling
TypeError: can't set attributes of
built-in/extension type
'OpenGL_accelerate.errorchecker._ErrorChecker'

My system is MacOS Ventura 13.5.

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