http://bugs.winehq.org/show_bug.cgi?id=24182
--- Comment #4 from Bremm bremm@vtnc.org 2010-08-28 19:50:12 CDT --- I just made a short script and a profile for this game, so I can run it "windowed".
$ cat nfr.sh #!/bin/sh export LANG=ru_RU.CP1251 export WINEPREFIX="/home/$USER/.nfr-debug" export WINEDEBUG=+all /usr/bin/wine NFR.exe
I'm reading about winegdb procedures to make the debug useful for developers. :-)