[Wine] Re: Fallen Earth

dimesio wineforum-user at winehq.org
Wed Jan 6 11:40:01 CST 2010


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.)







More information about the wine-users mailing list