fazbear201 / winezeug

Automatically exported from code.google.com/p/winezeug
1 stars 0 forks source link

Error at running script #137

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I use the latest script (July 6th, 2010), write them at one file .sh. When I 
running, showing error like this:

tomtom@sitiwie ~ $ ./jalan.sh 
./jalan.sh: 3874: cannot create 
/home/tomtom/.wine/dosdevices/c:/winetrickstmp/zenity.sh: Permission denied
./jalan.sh: 3874: cannot create 
/home/tomtom/.wine/dosdevices/c:/winetrickstmp/zenity.sh: Permission denied
sh: Can't open /home/tomtom/.wine/dosdevices/c:/winetrickstmp/zenity.sh

Wine version is 1.1.42
tomtom@sitiwie ~ $ wine --version
wine-1.1.42

My OS is Linux Mint Isadora

Original issue reported on code.google.com by tomyalma...@gmail.com on 6 Jul 2010 at 8:35

GoogleCodeExporter commented 8 years ago
What is 'jalan.sh'?

Try:
$ mv .wine .wine.bak
$ wget tinyurl.com/winetricks
$ sh winetricks

Original comment by austinenglish@gmail.com on 29 Jul 2010 at 5:12

GoogleCodeExporter commented 8 years ago
Probably you ran wine as root at some point in the past. 
If so, starting with a fresh .wine directory would solve it.

Original comment by daniel.r...@gmail.com on 5 Jan 2011 at 8:07