hasii2011 / albow-python-3

Albow running on Python 3.x
MIT License
9 stars 0 forks source link

Figure out how to support OpenGL in pygame 2.0.0 #71

Closed hasii2011 closed 3 years ago

hasii2011 commented 3 years ago

Fatal Python error: PyEval_SaveThread: the function must be called with the GIL held, but the GIL is released (the current Python thread state is NULL) Python runtime state: initialized

Current thread 0x0000000104318dc0 (most recent call first): File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/venv-pyenv-3.8.5/lib/python3.9/site-packages/OpenGL/platform/baseplatform.py", line 415 in call File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/albow/openGL/GLSurface.py", line 42 in gl_clear File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/albow/core/ui/RootWidget.py", line 185 in run_modal File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/albow/core/ui/RootWidget.py", line 128 in run File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/albow/demo/AlbowDemo.py", line 65 in main File "/Users/humberto.a.sanchez.ii/PycharmProjects/Albow-git/albow/demo/AlbowDemo.py", line 69 in

hasii2011 commented 3 years ago

Fixed with update to pygame 2.0.1