"dk" <wineforum-user@xxxxxxxxxx> wrote: > Here's what I typed into the terminal: > > Code: > env \ > WINEPREFIX=~/.wine-ds \ > wine \ > C:\\Program\ Files\\Demon\ Stone\\demonlaunch.exe \ > &> ~/logs/demonstone_1_3_20.txt Does it work any better if you cd to the program directory before running it? cd cd '.wine-ds/drive_c/Program Files/Demon Stone' env WINEPREFIX=~/.wine-ds wine demonlaunch.exe &> ~/logs/demonstone_1_3_20.txt