Coala wrote: > type: wine --version > if you have 2 instances of wine that command should say: wine-1.1.35 > or whatever wine version you have as primary. then try run: > env WINEPREFIX=~/wine-someversion wine-someversion wine --version > (depending on path you used. > that should say: wine-1.1.31 or what ever version you installed the winepatch to. > Then you need to run env WINEPREFIX=~/wine-someversion wine-someversion sh winetricks and install the needed stuff. > then launch with: env WINEPREFIX=~/wine-someversion wine-someversion FEUpdater.exe i have 1.1.35 as primary and want to add my compiled / patched wine as secondary . What y wrote were jiberich to me