0

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

1 Answers1

-1

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.

john400
  • 303