http://bugs.winehq.org/show_bug.cgi?id=12425
--- Comment #6 from Niko Sandschneider nsandschn@gmx.de 2009-08-03 12:16:34 --- There are just some minor issues with the script. The following changes will make it work:
- WINETRICKS_CACHE=$HOME/winetrickscache + WINETRICKS_CACHE=$HOME/.winetrickscache
- download "http://ftp.openwatcom.org/ftp/open-watcom-c-win32-1.7.exe" + download "http://ftp.openwatcom.org/ftp/open-watcom-c-win32-1.8.exe"
- try cp $WINETRICKS_CACHE/open-watcom-c-win32-1.7.exe ~/.wine/drive_c/Program\ Files/ + try cp $WINETRICKS_CACHE/open-watcom-c-win32-1.8.exe ~/.wine/drive_c/Program\ Files/
The openwatcom version in the install_openwatcom.ahk file has to be replaced by 1.8, too. Then everything works fine.