https://bugs.winehq.org/show_bug.cgi?id=30506
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com
--- Comment #7 from Damjan Jovanovic damjan.jov@gmail.com --- Still an issue in Wine 4.20
The application ships with Python 2.5. A fork of it shows its written in Python too: https://github.com/samcv/brainworkshop/blob/master/brainworkshop.pyw
It uses the Pyglet library for multimedia in Python (https://github.com/pyglet/pyglet).
Pyglet uses OpenGL.
WINEDEBUG='+opengl' wasn't particularly revealing.
I wonder if the Pyglet sample code will have the same bug?