Closed tommy-odom closed 3 years ago
also you're using a beta version of pyglet "2.0.dev1" maybe try to revert to latest stable: 1.5.15 I dont know if brainworkshop will still be compatible with 2.x
also it could be a pyglet bug, if I google "pyglet.gl.lib.GLException Invalid value" I get a lot of these, please submit a report upstream if it's still the case
pip3 uninstall pyglet
pip3 install --upgrade pyglet==1.5.15
fixed the issue. I should have caught that in the error message. Thanks.
This is a different bug from the openGL one
Is there anything I can do?