Closed Peter0923 closed 8 months ago
What version of pyglet is installed? I recently bumped this from a 2.0 pre-release to latest 2.0.x.
Related to this https://github.com/pyglet/pyglet/pull/1059
If you simply upgrade your pyglet version it might actually fix it.
pip install -I pyglet==2.0.14
I was using 2.0.12. Now it is solved after upgrading it to the latest version (2.0.14). Thank you @einarf!
There is always an unhanled exception when I click escape key to exit program:
It is always reproducible only if the Window is based on Pyglet. My PC is Apple M1.