dimesio wrote: > > darthksurfer wrote: > > when I try to launch world of warcraft in wine I get this > > > > > > Could not launch 'World of Warcraft' > > > > Failed to change to directory '/home/shawn/.wine/dosdevices/C:/Prgram Files/World of Warcraft/' (Permission denied) > > > Probably this: http://bugs.winehq.org/show_bug.cgi?id=20643 I did what that one user said which is this -from user sean- before I put this in the terminal will this work? #!/bin/bash nohup env WINEPREFIX="/home/shawn/.wine" wine "C"\dosdevices\e:\home\shawn\World of Warcraft\Launcher.exe" & sleep 1 chmod 770 -v ~/.wine/drive_c/dosdevices/e:/shawn/World\of\Warcraft echo "Exiting" exit 0