kayve wrote: > > kayve@kayve-laptop:~/.wine/drive_c/Program Files$ ls -l Hiarcs10/ > -r-------- 1 kayve kayve 573440 2005-11-29 02:07 Setup.exe > kayve@kayve-laptop:~/.wine/drive_c/Program Files$ wine Setup.exe > ~/chess/Hiarcs_log.txt > wine: cannot find L"C:\\windows\\system32\\Setup.exe" > On your distro all .exe files need to be executable (chmod +x) or they won't run. You forgot to 'cd Hiarcs10' before running 'wine Setup.exe'. Redirecting stdout won't do you any good. All log messages are printed to stderr.