Fora

Starting a different wine version from playonlinux

Autor Odpowiedzi
vmars3 Wednesday 9 January 2013 at 11:26
vmars3Anonymous

Hello!

I am trying to start a different wine version from the playonlinux directory from the shell. But it doesn't work. I installed two additional versions with the playonlinux frontend (1.1.15, 1.1.18). The default version is 1.3.28. playonlinux version: 4.1.8

linux > w="/home/vmars/.PlayOnLinux/wine/linux-x86/1.1.15/"
linux > export WINEVERPATH=$W
linux > export PATH=$W/bin:$PATH
linux > export WINESERVER=$W/bin/wineserver
linux > export WINELOADER=$W/bin/wine
linux > export WINEDLLPATH=$W/lib/wine/fakedlls
linux > export LD_LIBRARY_PATH="$W/lib:$LD_LIBRARY_PATH"
linux > wine "cmd"
CMD Version 1.3.28

Z:\\vmars>


Edytowane przez vmars3

petch Wednesday 9 January 2013 at 11:51
petch

vmars3 Wednesday 9 January 2013 at 12:53
vmars3Anonymous

Many thanks!! The case mismatch was the mistake!

linux > W="/home/vmars/.PlayOnLinux/wine/linux-x86/1.1.15/"
linux > export WINEVERPATH=$W
linux > export PATH=$W/bin:$PATH
linux > export WINESERVER=$W/bin/wineserver
linux > export WINELOADER=$W/bin/wine
linux > export WINEDLLPATH=$W/lib/wine/fakedlls
linux > export LD_LIBRARY_PATH="$W/lib:$LD_LIBRARY_PATH"
linux > wine "cmd"
CMD Version 1.1.15

Z:\\vmars>