World of Warcraft in Linux using Wine

Many manuals of installing and using World of Warcraft (or simply WoW) in Linux using Wine (Windows emulation) are outdated and provide lots of complex instructions for old Wine version. The truth is very simple:

  1. Take a recent Wine version. Any version from this year (2007) will do. Debian and Ubuntu users can either use the wine from the latest releases of the distros or use the winehq.org repositories.
  2. Install WoW via the usual installer
  3. Edit $WOW/WTF/Config.wtf and add following lines:

    SET gxApi "OpenGL"
    SET SoundOutputSystem "1"
    SET SoundBufferSize "100"
  4. Run ‘wine regedit’ and set HKEY_CURRENT_USER->Software->Wine->OpenGL->DisabledExtensions to “GL_ARB_vertex_buffer_object” (you will need to create this string value)

That is it! You can now simple run ‘wine WoW.exe’ and play the game. Updates also work perfectly. The speed is a bit faster then in the other operating systems and (just like in MacOs X) you can have all your software opened on one virtual desktop, WoW on another and switch between them instantly.

Popularity: 34% [?]

Comments (3) to “World of Warcraft in Linux using Wine”

  1. And if you use the R300 open source drivers for ATI you must run in Direct3D mode. And run driconf and select no fallbacks. But trust me on this, I have used it on ATI’s with closed source driver and Nvidia’s. Windows is 20% more FPS. Nothing to care about though since it runs perfectly fine under Linux :) Just if you have a cheapy card you might.

  2. How to play wow in Mac?

  3. Thanks for this guide, worked great. ^_^

Post a Comment
*Required
*Required (Never published)