Hey, so im running opensuse and im trying to install world of warcraft with wine. ive gotten it installed and everything, but when i try to lunch it i get a error that says:
There was an error launching this application.
Details: Failed to change to directory ‘/home/simon/.wine/dosdevices/c:/Program Files/World of Warcraft/’ (Permission denied)
Well i got this respond:
chmod: cannot read directory `World of Warcraft/’: Permission denied
but now when i try to open via the app icon i get a new messege, and not a error. new messege is:
The blizzard launcher must be in the same folder as a blizzard game.
Or you can open a browser and set view to show hidden (in Linux files that start with a period are normally hidden)
Navigate to the WOW directory you found above and right click select properties and see who owns the file (permissions tab)
so i found the folder finaly
setted the permission to myself. and now i can open the wow launcher, but when i try to open the exe file it get this error:
7-Zip 9.04 beta Copyright (c) 1999-2009 Igor Pavlov 2009-05-30
p7zip Version 9.04 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,8 CPUs)
Error: /home/simon/.wine/dosdevices/c:/Program Files/World of Warcraft/Wow.exe is not file
Errors: 1
when i right click and try to open with wine browser i get a load time and then nothing.
You can’t execute the Wow.exe file directly type wine before.
Change the permissions on your World of Warcraft folder.
chmod 777 World\ of\ Warcraft/ -R
and start Wow.exe with
wine "C:\Program Files\World of Warcraft\WoW.exe"
.
Next time before starting to cook up something like wow installation |2ead some guide first: http://www.wowwiki.com/Wine,
this will save you a lot of time.