https://bugs.winehq.org/show_bug.cgi?id=41358
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Alexandre Julliard from comment #5)
If you want to run inside the Unix console you have to run with wineconsole --backend=curses. This is not the default because switching to curses mode is not a nice experience for the vast majority of apps.
Thanks for the reply. Using curses makes the game work with 2 conditions: - The window is not resized when the game launches; - Uppercase keys are not recognized inside the game (either using caps lock or shift+key).
Do you think we can repurpose the bug for one of this or it would be waste of efforts since the game works in standard wineconsole?