When I try to launch wine it returns following message:
/usr/cyrex/.wine:
No such file or directory
My account name is not even cyrex, and I tried to change WINEPREFIX, but it only works temporarary, till I close terminal. Then everything restarts
When I try to launch wine it returns following message:
/usr/cyrex/.wine:
No such file or directory
My account name is not even cyrex, and I tried to change WINEPREFIX, but it only works temporarary, till I close terminal. Then everything restarts
It will be better if you install the latest version of wine using these commands
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install -y wine1.7
I don't think there should be any error if you try to open wine now.Check it out though.
apt-get install wine
— without the version, to get the latest.
– Hi-Angel
Jan 12 '16 at 15:27
echo $WINEPREFIX
returns anything (before you set it)? – Hi-Angel Jan 11 '16 at 23:27