You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Exception in thread opengl_overlay:
Traceback (most recent call last):
File "C:\Users\vipqix\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1038, in _bootstrap_inner
self.run()
File "C:\Users\vipqix\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 975, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\vipqix\BetterGo\app.py", line 539, in opengl_overlay
ov = Overlay()
^^^^^^^^^
File "C:\Users\vipqix\BetterGo\overlay.py", line 16, in __init__
if not glfw.init() or not glut.glutInit():
^^^^^^^^^^^^^^^
File "C:\Users\vipqix\AppData\Local\Programs\Python\Python311\Lib\site-packages\OpenGL\GLUT\special.py", line 333, in glutInit
_base_glutInit( ctypes.byref(count), holder )
File "C:\Users\vipqix\AppData\Local\Programs\Python\Python311\Lib\site-packages\OpenGL\platform\baseplatform.py", line 423, in __call__
raise error.NullFunctionError(
OpenGL.error.NullFunctionError: Attempt to call an undefined function glutInit, check for bool(glutInit) before calling