The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
HOWTO
by Paul Eby on Friday November 30th 2007, 5:57
Make sure that when you run the ".exe" file you are in the SAME DIRECTORY as the file "data.bin".
For example, when I tried to run it from my home directory, it brought up the window for the configuration, but brought up an error trying to find data.bin.
When you "cd" into the same directory as where you install it, the error message will not popup and the game will run properly.
For example:
[ localname@localhost ~]$ wine /home/localname/.wine/drive_c/wf/wf.exe = INCORRECT
If you would like to use an icon on your desktop, copy the following command:
cd /home/localname/.wine/drive_c/wf/; wine wf.exe
(NOTE: This is assuming that you have WINE and WARNING FOREVER installed in the default directories. Also, change localname to your username.)