The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
Page fault on 1602.exe
by Florian on Wednesday January 23rd 2013, 18:51
The page fault does not occur (at least for me) if
1)
Config.exe (-> start Game) is started instead of 1602.exe.
or 2)
the current directory is the one, that contains 1602.exe.
$ cd ~/.wine/dosdevices/c:/some/path/ (the path where 1602.exe is found)
$ wine "C:\\some\\path\\1602.exe"
It seems to be important to use the c: symlink instead of drive_c.
Good luck :)