On Thu, Oct 20, 2011 at 10:06 AM, starkid <wineforum-user@xxxxxxxxxx> wrote: > That didn't work. Still no start-up and the terminal output looks the same. Was I correct to use > > export WINEPREFIX=~/.wine-new > wine winecfg > > then install in ~/.wine-new/wineprefixes? No. Just do the following: export WINEPREFIX=$HOME/.wine-new cd <directory of installer> wine <program name of installer> This should work.