https://bugs.winehq.org/show_bug.cgi?id=41623
--- Comment #6 from fjfrackiewicz@gmail.com --- (In reply to Bruno Jesus from comment #5)
Thanks for the log. There are 2 suspicious things in the log but I could not find the problem so I ended buying the game on humble bundle to test myself.
First thing is that the game is failing to acquire the joystick. It is using a HWND that is not the foreground window (requested DISCL_FOREGROUND).
Second the game is releasing all instances of dinput right after the warning about epileptic seizures.
By forcing acquire to work and ignoring instances releasing the game is still crashing so no progress until now...
Care to share what those 2 suspicious things were?
In any case, here's hoping the solution isn't too difficult to implement :)