Durin01 wrote: > > codex-m@codex-m-desktop:~$ WINEPREFIX="/home/codex-m/grandtheftauto" wineprefixcreate" > > and like described here > http://ubuntuforums.org/showthread.php?t=1097547 > (wineprefixcreate --prefix ~/.Winetwo) > > and the result was: > wineprefixcreate: Befehl nicht gefunden. (Command not found in german) > Those instructions must be pretty old; the wineprefixcreate command was deprecated years ago. You also should not try to turn an existing directory into a wineprefix. If a wineprefix does not yet exist, Wine will automatically create it the first time you run Wine with that wineprefix specified, e.g., Code: WINEPREFIX=$HOME/newprefix winecfg will create a wineprefix called newprefix in your home directory, then launch winecfg.