Davvvve wrote: > env WINEPREFIX=~/wine-1.1.31 wine-1.1.31 sh winetricks > wine: could not load L"C:\\windows\\system32\\sh.exe": Module not found > The command you typed tells wine-1.1.31 to run an executable called "sh", so of course it fails. If you want winetricks to use a version of Wine other than the system default, you need to set the WINE variable as well as the WINEPREFIX, e.g., Code: env WINEPREFIX=/path/to/wineprefix WINE=/path/to/wine sh winetricks (Substitute the actual paths, of course.)