e8hffff wrote: > Example: (wine: cannot find 'WINEPREFIX=/home/wine') > wine WINEPREFIX=/home/wine /home/default/.cache/winetricks/Xvid-1.2.2-07062009.exe This command is wrong. WINEPREFIX is not an Wine's option it is an environment variable. So you need to do this instead: Code: WINEPREFIX=/home/wine wine /home/default/.cache/winetricks/Xvid-1.2.2-07062009.exe