A fusion of technology, music, and geekyness.

World of Warcraft in Ubuntu 9.10

wow-ubuntu2
wow-ubuntu2

Wine and Ubuntu have really come a long way. These days it is very easy to get World of Warcraft to smoothly run in Linux. I felt the need to write this guide for two reasons: one as a mark of my triumphant achievement, and two as a helpful guide for those looking to do the same. This walk through assumes the following.

  • You do not have wine currently installed. If you do and it is not the wine1.2 package then World of Warcraft probably won’t run very well, if at all.
  • You currently have the restricted drivers installed for your video card
  • Your system is up to date.
  • You are running Ubuntu 9.10
  • The WoW current patch is not too far past 3.3.3
  • You have basic knowledge of Linux and understand how to use a terminal

Warning: This configuration worked great for my hardware. Other hardware configurations may need additional tweaking.

1. Before you start you must verify that your graphics card had DRI enabled.

glxinfo | grep rendering

If it returns “Yes” then you are all set. If it returns no I am not sure if you should continue with this guide.

2. Install Wine via apt

sudo apt-get install wine1.2

3. Download the Visual C++ Patch From Microsoft at www.microsoft.com/downloads/en/confirmation.aspx?familyId=200b2fd9-ae1a-4a14-984d-389c36f85647&displayLang=en.

wine /home/username/Downloads/vcredist_x86.exe

Follow the prompts to install it and it will close when it has finished. This patch is needed to successfully download patches at a certain point for WoW to run.

4. Install World of Warcraft. There are several means available to do this. You can install from the CDs/DVDs you bought or if you are like me you will need to download the entire installation from Blizzard. I had to download the downloader at https://www.worldofwarcraft.com/account/download_wow.html. For other methods of installation see the sources at the end of this article.

wine /home/username/Downloads/InstallWoW.exe

Choose Wrath of The Lich King when it prompts and keep going through the wizards. The downloader will eventually begin and you will have several hours (depending on your connection) to wait while it finishes.

5. Once the installation is complete, you will most likely want to edit the configuration to start WoW in OpenGL mode.

vim /home/username/.wine/Program\ Files/World\ of\ Warcraft/WTF/Config.wtf

Press the i key on your keyboard to go into insert mode. Add the following line to the bottom of the file.

SET gxAPI “OpenGL”

Press escape, type :wq, and press enter to save and exit the file.

6. Wine currently has permission issues with the World of Warcraft folder. If you ever notice WoW not starting after the launcher loads it is probably because the permissions somehow got screwed up on the folder. I have chosen to completely bypass the loader and I have also written a launcher script to make sure that WoW loads every time. Execute the following commands to start WoW for the first time.

chmod 755 /home/username/.wine/drive_c/Program\ Files/World\ of\ Warcraft/
wine "C:\Program Files\World of Warcraft\WoW.exe"

After some patience World of Warcraft will successfully load up. Get your initial video / audio configuration out of the way before the next step.

7. The endless loop: Login and it will force you to download a patch. You will have to complete this step approximately 5 or 6 times until all the patches have downloaded.

8. After all the of the patches have downloaded you should be good to go! Install all mods to /home/username/.wine/drive_c/Program\ Files/World\ of\ Warcraft/Interface/AddOns/. Keep in mind that by default in Gnome that your keyboard is configured to automatically repeat keys when held down by default. This will make your mounts and characters running seem strange. You can disable this temporarily by going to System -> Preferences -> Keyboard and unchecking “Key presses repeat…”

I hope this quick guide has helped you get World of Warcraft installed and running beautifully in Ubuntu. If you have additional issues with your installation and need help please see the following sources for additional assistance.

Sources

2 Responses to “World of Warcraft in Ubuntu 9.10”

  1. Seth says:

    how did you manage to do the permission issue bypass? I am not very experienced with Linux or Ubuntu
    Please reply as soon as possible

  2. Ona Buja says:

    Good info here, thanks.

Leave a Reply

Powered by Wordpress | Designed by Elegant Themes