Saturday, September 15, 2007

How To Play World of Warcraft in Kubuntu (or any 'buntu) with Wine

I play World of Warcraft exclusively in Kubuntu, I've never actually played it in Windows. Here's how I did it:


1. I followed this guide basically to the letter. (If you're using Kubuntu then you don't have to read the part about making a Gnome desktop shortcut, since Kubuntu puts a shortcut on your desktop anyway that you can then customize.)

2. I then tried out these tweaks to improve my framerate-- honestly the game was playable for me before as well, but some people have framerate difficulties. So you might want to give that a shot.

3. Any questions? That's what this thread right here is for.

4. Little things that I have noticed: Although at first I ran WoW with OSS for sound, I found that it had some issues: sound would only work about half the time, plus I couldn't listen to other music in Amarok while keeping the game's sound effects intact (which I like to do.) I booted up winecfg and switched over to ALSA-- actually I did this to solve another problem which I'd been having, but it inadvertently made my sound better as well-- no more sound problems. ALSA doesn't work well for everybody, though. But I would definitely recommend giving it a try because if it does work it is far superior to OSS in this situation.

5. Workarounds for other issues: Note that sometimes Blizzard or Wine updates will cause problems. You will know because there will generally be a bunch of people posting about them on Ubuntu Forums. A fix or workaround usually pops up pretty quickly, or if it's a Wine thing you can just revert to an earlier version of Wine. Something that happens to me right now is that the game freezes on exit. (Note that this doesn't usually happen, it just started happening recently with the last Wine update.) To exit when it freezes up like that, copy and paste this into the terminal:

#!/bin/bash

for i in $(pidof WoW.exe); do
kill -9 $i && sleep 1

done


And you'll be set!

That's all the wisdom and advice I have for you guys right now, I may post more regarding WoW on Linux and common problems and soluations, later. With a bit of luck you will now be able to play World of Warcraft on Linux:

Free Image Hosting at www.ImageShack.us Free Image Hosting at www.ImageShack.us

Enjoy, and happy questing!