个人工具

“UbuntuHelp:WorldofWarcraft”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第20行: 第20行:
 
For full instructions on installing Wine see the [[UbuntuHelp:Wine]] page. [http://www.winehq.com WineHQ] provides the newest versions of Wine packaged for Ubuntu. To use these, you need to add the WineHQ repository and then install Wine. For additional help on adding repositories, see the [[UbuntuHelp:Repositories]] page.
 
For full instructions on installing Wine see the [[UbuntuHelp:Wine]] page. [http://www.winehq.com WineHQ] provides the newest versions of Wine packaged for Ubuntu. To use these, you need to add the WineHQ repository and then install Wine. For additional help on adding repositories, see the [[UbuntuHelp:Repositories]] page.
  
# Open a terminal(also called a console, CLI, and command prompt) and choose '''one''' of these three commands to run, based on your version of Ubuntu:
+
* Open a terminal(also called a console, CLI, and command prompt) and choose '''one''' of these three commands to run, based on your version of Ubuntu:
  
'''For Ubuntu Feisty (7.04):'''
+
'''For Ubuntu Feisty (7.04):'''
<pre><nowiki>
+
<pre><nowiki>
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/feisty.list -O /etc/apt/sources.list.d/winehq.list</nowiki></pre>
+
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/feisty.list -O /etc/apt/sources.list.d/winehq.list</nowiki></pre>
  
'''For Ubuntu Edgy (6.10):'''
+
'''For Ubuntu Edgy (6.10):'''
<pre><nowiki>
+
<pre><nowiki>
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/edgy.list -O /etc/apt/sources.list.d/winehq.list</nowiki></pre>
+
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/edgy.list -O /etc/apt/sources.list.d/winehq.list</nowiki></pre>
  
'''For Ubuntu Dapper (6.06):'''
+
'''For Ubuntu Dapper (6.06):'''
<pre><nowiki>
+
<pre><nowiki>
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/dapper.list -O /etc/apt/sources.list.d/winehq.list</nowiki></pre>
+
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/dapper.list -O /etc/apt/sources.list.d/winehq.list</nowiki></pre>
''Note: These repositories are recommended on the WineHQ website: http://winehq.org/site/download-deb''
+
''Note: These repositories are recommended on the WineHQ website: http://winehq.org/site/download-deb''
  
##2 Now do these three commands in a terminal:
+
*#2 Now do these three commands in a terminal:
<pre><nowiki>
+
<pre><nowiki>
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
+
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
sudo apt-get update
+
sudo apt-get update
sudo apt-get install wine</nowiki></pre>
+
sudo apt-get install wine</nowiki></pre>
  
  
 
== Installing WoW ==
 
== Installing WoW ==
  
# Click on Places -> Home Folder in the top panel. Use this application to create a directory and copy all of the files from all of the CD's to this directory on your hard drive (overwrite when prompted).
+
* Click on Places -> Home Folder in the top panel. Use this application to create a directory and copy all of the files from all of the CD's to this directory on your hard drive (overwrite when prompted).
# Then start the installation by opening a terminal and doing these commands:
+
* Then start the installation by opening a terminal and doing these commands:
<pre><nowiki>
+
<pre><nowiki>
cd /<path-to-directory>/
+
cd /<path-to-directory>/
wine Installer.exe</nowiki></pre>
+
wine Installer.exe</nowiki></pre>
Replace <code><nowiki><path-to-directory/></nowiki></code> with the right path to the directory where you copied all the files.
+
Replace <code><nowiki><path-to-directory/></nowiki></code> with the right path to the directory where you copied all the files.
##3 Some dialogs during installation may appear blank or garbled, and the installer may even hang for up to 5 minutes at 100% CPU, while appearing to be doing nothing. Simply wait and click next when possible.
+
*#3 Some dialogs during installation may appear blank or garbled, and the installer may even hang for up to 5 minutes at 100% CPU, while appearing to be doing nothing. Simply wait and click next when possible.
  
 
''Note: If you haven't already done so, you may want to install [https://help.ubuntu.com/community/RestrictedFormats/Microsoft_Fonts Microsoft's proprietary fonts], because they can solve some text related graphical glitches during installation.''
 
''Note: If you haven't already done so, you may want to install [https://help.ubuntu.com/community/RestrictedFormats/Microsoft_Fonts Microsoft's proprietary fonts], because they can solve some text related graphical glitches during installation.''
第73行: 第73行:
  
 
In order to use the Blizzard Downloader effectively, you must 1) open certain ports on your computer and 2) enable port forwarding on your router.
 
In order to use the Blizzard Downloader effectively, you must 1) open certain ports on your computer and 2) enable port forwarding on your router.
 
# The easiest way to open these ports is to use the firewall program Firestarter. From the command line, install Firestarter with this command: <code><nowiki>sudo apt-get install firestarter</nowiki></code>. When it is running, select the "Policy" tab, right-click in the Allow Service area, and select Add Rule. Under port, type <code><nowiki>6112</nowiki></code> and make sure that the "Anyone" radio button is selected. Make a note in the comments field that this port relates to Blizzard. Repeat these steps for ports <code><nowiki>3724</nowiki></code> and for the range <code><nowiki>6881-6999</nowiki></code> (which will be recognized as BitTorrent ports).
 
  
# Next, configure your router to forward those ports on the router to your computer only. The steps are similar to the above, but vary slighly from router to router and may be found on Blizzard's website: [http://www.blizzard.com/support/wow/?id=aww01199p]  
+
* The easiest way to open these ports is to use the firewall program Firestarter. From the command line, install Firestarter with this command: <code><nowiki>sudo apt-get install firestarter</nowiki></code>. When it is running, select the "Policy" tab, right-click in the Allow Service area, and select Add Rule. Under port, type <code><nowiki>6112</nowiki></code> and make sure that the "Anyone" radio button is selected. Make a note in the comments field that this port relates to Blizzard. Repeat these steps for ports <code><nowiki>3724</nowiki></code> and for the range <code><nowiki>6881-6999</nowiki></code> (which will be recognized as BitTorrent ports).
 +
 
 +
* Next, configure your router to forward those ports on the router to your computer only. The steps are similar to the above, but vary slighly from router to router and may be found on Blizzard's website: [http://www.blizzard.com/support/wow/?id=aww01199p]  
  
 
Once the Burning Crusade downloader is set up and the network is configured for it, run it with (US Version):
 
Once the Burning Crusade downloader is set up and the network is configured for it, run it with (US Version):
第104行: 第104行:
 
This is a simple registry edit for Wine that reportedly may dramatically increase the framerate in game for both ATi and nVidia users.
 
This is a simple registry edit for Wine that reportedly may dramatically increase the framerate in game for both ATi and nVidia users.
  
# Open a regedit window with this command <code><nowiki>regedit</nowiki></code>
+
* Open a regedit window with this command <code><nowiki>regedit</nowiki></code>
  
# Find this key <code><nowiki>HKEY_CURRENT_USER\Software\Wine\</nowiki></code>
+
* Find this key <code><nowiki>HKEY_CURRENT_USER\Software\Wine\</nowiki></code>
  
# Highlight the wine folder in the left hand pane by clicking left on it. The icon should change to an open folder
+
* Highlight the wine folder in the left hand pane by clicking left on it. The icon should change to an open folder
  
# Click right on the wine folder and select <code><nowiki>[NEW]</nowiki></code> then <code><nowiki>[KEY]</nowiki></code>
+
* Click right on the wine folder and select <code><nowiki>[NEW]</nowiki></code> then <code><nowiki>[KEY]</nowiki></code>
  
# Replace the text <code><nowiki>New Key #1</nowiki></code> with <code><nowiki>OpenGL</nowiki></code>
+
* Replace the text <code><nowiki>New Key #1</nowiki></code> with <code><nowiki>OpenGL</nowiki></code>
  
# Click right in the right hand pane and select <code><nowiki>[NEW]</nowiki></code> then <code><nowiki>[String Value]</nowiki></code>
+
* Click right in the right hand pane and select <code><nowiki>[NEW]</nowiki></code> then <code><nowiki>[String Value]</nowiki></code>
  
# Replace <code><nowiki>New Value #1</nowiki></code> with <code><nowiki>DisabledExtensions</nowiki></code> (Notice it's case sensitive!)
+
* Replace <code><nowiki>New Value #1</nowiki></code> with <code><nowiki>DisabledExtensions</nowiki></code> (Notice it's case sensitive!)
  
##8 Then double click anywhere on the line, a dialog box will open.
+
*#8 Then double click anywhere on the line, a dialog box will open.
# In the value field type <code><nowiki>GL_ARB_vertex_buffer_object</nowiki></code>
+
* In the value field type <code><nowiki>GL_ARB_vertex_buffer_object</nowiki></code>
  
 
''Note: If you are unable to rename the newly created key "New Key #1" to "OpenGL" then expand the left hand pane of the regedit window using the vertical divider bar. You should now be able to change it. A known bug in Wine is causing this unwanted behavior.''
 
''Note: If you are unable to rename the newly created key "New Key #1" to "OpenGL" then expand the left hand pane of the regedit window using the vertical divider bar. You should now be able to change it. A known bug in Wine is causing this unwanted behavior.''
第134行: 第134行:
 
''Note: in contrast to the first tweak this one will not enhance performance very much or even not at all for some users, and it is also known to be more troublesome with errors, therefor it will not be worth the effort for most users and should be considered being more oriented for advanced users who enjoy the challenge.''
 
''Note: in contrast to the first tweak this one will not enhance performance very much or even not at all for some users, and it is also known to be more troublesome with errors, therefor it will not be worth the effort for most users and should be considered being more oriented for advanced users who enjoy the challenge.''
  
# <code><nowiki>nano -w ~/launch-wow.sh</nowiki></code>
+
* <code><nowiki>nano -w ~/launch-wow.sh</nowiki></code>
  
# Put this content in your newly created file:
+
* Put this content in your newly created file:
  
 
<pre><nowiki>
 
<pre><nowiki>
+
#!/bin/sh
 +
 
 
X :3 -ac &  # Launches a new X session on display 3  
 
X :3 -ac &  # Launches a new X session on display 3  
 
cd "~/.wine/drive_c/Program Files/World of Warcraft"  # Goto WoW dir  
 
cd "~/.wine/drive_c/Program Files/World of Warcraft"  # Goto WoW dir  
第146行: 第147行:
 
</nowiki></pre>
 
</nowiki></pre>
  
##3 Press <code><nowiki>Ctrl+o</nowiki></code> then <code><nowiki>Ctrl+w</nowiki></code> in order to save your file & quit nano.
+
*#3 Press <code><nowiki>Ctrl+o</nowiki></code> then <code><nowiki>Ctrl+w</nowiki></code> in order to save your file & quit nano.
  
# Don't forget to make your script executable with this command <code><nowiki>chmod +x ~/launch-wow.sh</nowiki></code>
+
* Don't forget to make your script executable with this command <code><nowiki>chmod +x ~/launch-wow.sh</nowiki></code>
  
# Launch the script with <code><nowiki>./launch.sh</nowiki></code> while being in the home user directory
+
* Launch the script with <code><nowiki>./launch.sh</nowiki></code> while being in the home user directory
  
 
If you have installed WOW anywhere else than in your standard Wine <code><nowiki>drive c</nowiki></code>, then you will have to replace the directory path found in the line that starts with <code><nowiki>cd"~/.wine...</nowiki></code> in the script, to the path where you have installed.
 
If you have installed WOW anywhere else than in your standard Wine <code><nowiki>drive c</nowiki></code>, then you will have to replace the directory path found in the line that starts with <code><nowiki>cd"~/.wine...</nowiki></code> in the script, to the path where you have installed.
第225行: 第226行:
 
** [http://www.dll-files.com/dllindex/dll-files.shtml?riched32 riched32.dll]
 
** [http://www.dll-files.com/dllindex/dll-files.shtml?riched32 riched32.dll]
  
and place them in /home/<username>/.wine/drive_c/windows/system32. You will, however, need a Windows license to use these files.
+
and place them in /home/<username>/.wine/drive_c/windows/system32. You will, however, need a Windows license to use these files.
  
''Note: Remember to change <code><nowiki><username></nowiki></code> to your personal computer login username''
+
''Note: Remember to change <code><nowiki><username></nowiki></code> to your personal computer login username''
  
 
* If you have problems with sound stuttering you may have to increase or decrease the sound buffer a bit. It's configured by changing the value of the <code><nowiki>SET SoundBufferSize</nowiki></code> line in <code><nowiki>wtf/Config.wtf</nowiki></code>. Anything from 50 to 250 may cure your problem. Bear in mind that excessive buffer size may create audio sync issues.
 
* If you have problems with sound stuttering you may have to increase or decrease the sound buffer a bit. It's configured by changing the value of the <code><nowiki>SET SoundBufferSize</nowiki></code> line in <code><nowiki>wtf/Config.wtf</nowiki></code>. Anything from 50 to 250 may cure your problem. Bear in mind that excessive buffer size may create audio sync issues.
  
* When the patch program starts, it may ask something about Mozilla ActiveX. Select "No".
+
* When the patch program, or the WoW Launcher starts, it will ask you about installing Mozilla ActiveX. Select "Yes". In doing this you will download a trimmed down version of the Gecko rendering engine (Firefox, Mozilla) which will respond to ActiveX calls, this means anytime a program tries to use HTML for a display, or similar, it will show. The launcher's news section and the changelog shown when applying a patch both use the rendering engine.
  
 
* You may have trouble with the gnome-panel/kicker showing up above the WoW "window". Make sure you have used the configuration settings above or set Gnome's fullscreen hotkey.
 
* You may have trouble with the gnome-panel/kicker showing up above the WoW "window". Make sure you have used the configuration settings above or set Gnome's fullscreen hotkey.
第239行: 第240行:
 
* If you try to configure WoW's video settings (Resolution, Vertex Shaders, Pixel Shaders etc.) while running in opengl mode, WoW may crash. The workaround is to configure WoW's video settings while running WoW in d3d mode, or by using a special addon.
 
* If you try to configure WoW's video settings (Resolution, Vertex Shaders, Pixel Shaders etc.) while running in opengl mode, WoW may crash. The workaround is to configure WoW's video settings while running WoW in d3d mode, or by using a special addon.
  
The addon is found here [http://files.wowace.com/ApplyToForehead/no-ext/], and you should extract the zipped folder in to <code><nowiki>/Interface/AddOns/</nowiki></code> in your WoW directory. Then enable it under <code><nowiki>AddOns</nowiki></code> in the choose character screen. You probably need to tick the option, which says <code><nowiki>Load out of date AddOns</nowiki></code>, for it to work.
+
The addon is found here [http://files.wowace.com/ApplyToForehead/no-ext/], and you should extract the zipped folder in to <code><nowiki>/Interface/AddOns/</nowiki></code> in your WoW directory. Then enable it under <code><nowiki>AddOns</nowiki></code> in the choose character screen. You probably need to tick the option, which says <code><nowiki>Load out of date AddOns</nowiki></code>, for it to work.
  
You use d3d mode by running WoW with this command in stead of your usual one:
+
You use d3d mode by running WoW with this command in stead of your usual one:
<pre><nowiki>
+
<pre><nowiki>
wine wow.exe -d3d</nowiki></pre>
+
wine wow.exe -d3d</nowiki></pre>
  
or you can change this line in wtf/Config.wtf
+
or you can change this line in wtf/Config.wtf
<pre><nowiki>
+
<pre><nowiki>
SET gxApi "OpenGL"</nowiki></pre>
+
SET gxApi "OpenGL"</nowiki></pre>
to
+
to
<pre><nowiki>
+
<pre><nowiki>
SET gxApi "d3d"</nowiki></pre>
+
SET gxApi "d3d"</nowiki></pre>
run the game and change the settings, and then change the line back.
+
run the game and change the settings, and then change the line back.
  
If this causes the display to be inverted or otherwise corrupted, don't be concerned. The display will right itself once you switch back to opengl. Running in d3d mode is simply so you can set WoW's video options.
+
If this causes the display to be inverted or otherwise corrupted, don't be concerned. The display will right itself once you switch back to opengl. Running in d3d mode is simply so you can set WoW's video options.
  
 
* If WoW crashes on startup under opengl, but runs with d3d, try disabling 'fullscreen glow effects', in the video setting screen or by adding this line to <code><nowiki>wtf/Config.wtf</nowiki></code>:
 
* If WoW crashes on startup under opengl, but runs with d3d, try disabling 'fullscreen glow effects', in the video setting screen or by adding this line to <code><nowiki>wtf/Config.wtf</nowiki></code>:
<pre><nowiki>
+
<pre><nowiki>
SET ffxGlow = "0"</nowiki></pre>
+
SET ffxGlow = "0"</nowiki></pre>
  
 
* For users with an Nvidia card who have upgraded to '''Wine 0.9.30''' after installing, you may need to reinstall your nvidia-glx if you are crashing with the following error message when running WoW from the console:
 
* For users with an Nvidia card who have upgraded to '''Wine 0.9.30''' after installing, you may need to reinstall your nvidia-glx if you are crashing with the following error message when running WoW from the console:
  
<pre><nowiki>
+
<pre><nowiki>
 
Major opcode of failed request: 142 (GLX)
 
Major opcode of failed request: 142 (GLX)
 
Minor opcode of failed request: 3 (X_GLXCreateContext)
 
Minor opcode of failed request: 3 (X_GLXCreateContext)
第273行: 第274行:
 
* For users with an ATI video card: certain cards have trouble rendering games and video in opengl using current flgrx drivers which will cause your computer to hard locks when you attempt to enter a domain.  This error will occur just after character creation/selection, as the game environment is loading, or possibly after a short period of play.  In order to fix this error, add the following three lines of code to your xorg.conf file in the ATI device section:
 
* For users with an ATI video card: certain cards have trouble rendering games and video in opengl using current flgrx drivers which will cause your computer to hard locks when you attempt to enter a domain.  This error will occur just after character creation/selection, as the game environment is loading, or possibly after a short period of play.  In order to fix this error, add the following three lines of code to your xorg.conf file in the ATI device section:
  
<pre><nowiki>
+
<pre><nowiki>
Option "Capabilities" "0x00000800"
+
Option "Capabilities" "0x00000800"
Option "UseFastTLS" "off"
+
Option "UseFastTLS" "off"
Option "KernelModuleParm" "locked-userpages=0"</nowiki></pre>
+
Option "KernelModuleParm" "locked-userpages=0"</nowiki></pre>
You edit the file by doing this command:
+
You edit the file by doing this command:
<pre><nowiki>
+
<pre><nowiki>
gksudo gedit /etc/X11/xorg.conf</nowiki></pre>
+
gksudo gedit /etc/X11/xorg.conf</nowiki></pre>
The section should look something similar to this after editing:
+
The section should look something similar to this after editing:
<pre><nowiki>
+
<pre><nowiki>
Section "Device"
+
Section "Device"
  Identifier  "aticonfig-Device[0]"
+
Identifier  "aticonfig-Device[0]"
  Driver      "fglrx"
+
Driver      "fglrx"
  Option      "Capabilities" "0x00000800"
+
Option      "Capabilities" "0x00000800"
  Option      "UseFastTLS" "off"
+
Option      "UseFastTLS" "off"
  Option      "KernelModuleParm" "locked-userpages=0"
+
Option      "KernelModuleParm" "locked-userpages=0"
EndSection</nowiki></pre>
+
EndSection</nowiki></pre>
  
 
* If you experience corrupt icons on your panel then you then you may need to set the <code><nowiki>SET UIFaster</nowiki></code> parameter in <code><nowiki>wtf/Config.wtf</nowiki></code>
 
* If you experience corrupt icons on your panel then you then you may need to set the <code><nowiki>SET UIFaster</nowiki></code> parameter in <code><nowiki>wtf/Config.wtf</nowiki></code>
 
Use it like this:
 
<pre><nowiki>
 
Set UIFaster "x"</nowiki></pre>
 
  
Where x equals:
+
Use it like this:  
<pre><nowiki>
+
<pre><nowiki>
0 – This turns off all UI acceleration
+
Set UIFaster "x"</nowiki></pre>
1 – For Internal Use Only - DO NOT USE!
+
2 – Enables partial UI acceleration only.
+
3 – Enables all UI acceleration.</nowiki></pre>
+
  
Example:
+
Where x equals:
<pre><nowiki>
+
<pre><nowiki>
Set UIFaster "2"</nowiki></pre>The value 2 usually corrects this problem.
+
0 – This turns off all UI acceleration
 +
1 – For Internal Use Only - DO NOT USE!
 +
2 – Enables partial UI acceleration only.
 +
3 – Enables all UI acceleration.</nowiki></pre>
 +
 
 +
Example:
 +
<pre><nowiki>
 +
Set UIFaster "2"</nowiki></pre>The value 2 usually corrects this problem.
  
 
* For Beryl/Compiz users with gnome pannel showing on top of World of Warcraft start the game in windowed mode. Either by adding <code><nowiki> -windowed </nowiki></code> to your command line starting WoW, or add <code><nowiki> SET gxWindow "1" </nowiki></code> to <code><nowiki>wtf/Config.wtf</nowiki></code>.
 
* For Beryl/Compiz users with gnome pannel showing on top of World of Warcraft start the game in windowed mode. Either by adding <code><nowiki> -windowed </nowiki></code> to your command line starting WoW, or add <code><nowiki> SET gxWindow "1" </nowiki></code> to <code><nowiki>wtf/Config.wtf</nowiki></code>.
第312行: 第313行:
  
 
For support and discussion on the subject of this howto, please post at:
 
For support and discussion on the subject of this howto, please post at:
http://www.ubuntuforums.org/showthread.php?t=312482
+
http://www.ubuntuforums.org/showthread.php?t=312482
  
  
第318行: 第319行:
  
 
For more information regarding WoW under Wine see Wine's appdb:
 
For more information regarding WoW under Wine see Wine's appdb:
http://appdb.winehq.org/appview.php?iVersionId=6482
+
http://appdb.winehq.org/appview.php?iVersionId=6482
  
 
The Gentoo wiki also contains good information, especially for those that need more detailed info:
 
The Gentoo wiki also contains good information, especially for those that need more detailed info:
http://gentoo-wiki.com/HOWTO_Install_and_update_World_Of_Warcraft_with_wine
+
http://gentoo-wiki.com/HOWTO_Install_and_update_World_Of_Warcraft_with_wine
  
 
[[category:CategoryGames]] [[category:CategoryDocumentation]] [[category:CategoryCleanup]]
 
[[category:CategoryGames]] [[category:CategoryDocumentation]] [[category:CategoryCleanup]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年5月24日 (四) 14:13的版本

Parent: UbuntuHelp:Games


This howto is for installing and playing World of Warcraft using Wine under Ubuntu-x86.

Wine is a free open source implementation of the proprietary Win32 API, and attempts to enable Windows applications and games to run on Unix-like operating systems. DirectX support in Wine leaves much to be desired, but when run in OpenGL mode, World of Warcraft is one of the Windows based games that is best supported by Wine at the moment. It runs especially well on Nvidia video card hardware, though many ATI and even Intel users report good results.

World of Warcraft can also be played under Ubuntu by using the proprietary Cedega and CrossOver Linux. This howto, however, does not address these two.

Installing Wine

The unofficial deb file of the current version of Wine (0.9.34), from WineHQ, works almost out of the box for most users and has a gold to platinum rating at the moment. Other experienced users, who are unable to make this work, may want to try to compile Wine from source in order to play WoW. Instructions can be found here: https://wiki.ubuntu.com/BuildingWineFromSource

Latest Wine from the unofficial WineHQ repository

For full instructions on installing Wine see the UbuntuHelp:Wine page. WineHQ provides the newest versions of Wine packaged for Ubuntu. To use these, you need to add the WineHQ repository and then install Wine. For additional help on adding repositories, see the UbuntuHelp:Repositories page.

  • Open a terminal(also called a console, CLI, and command prompt) and choose one of these three commands to run, based on your version of Ubuntu:

For Ubuntu Feisty (7.04):

sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/feisty.list -O /etc/apt/sources.list.d/winehq.list

For Ubuntu Edgy (6.10):

sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/edgy.list -O /etc/apt/sources.list.d/winehq.list

For Ubuntu Dapper (6.06):

sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/dapper.list -O /etc/apt/sources.list.d/winehq.list

Note: These repositories are recommended on the WineHQ website: http://winehq.org/site/download-deb

    1. 2 Now do these three commands in a terminal:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install wine


Installing WoW

  • Click on Places -> Home Folder in the top panel. Use this application to create a directory and copy all of the files from all of the CD's to this directory on your hard drive (overwrite when prompted).
  • Then start the installation by opening a terminal and doing these commands:
cd /<path-to-directory>/
wine Installer.exe

Replace <path-to-directory/> with the right path to the directory where you copied all the files.

    1. 3 Some dialogs during installation may appear blank or garbled, and the installer may even hang for up to 5 minutes at 100% CPU, while appearing to be doing nothing. Simply wait and click next when possible.

Note: If you haven't already done so, you may want to install Microsoft's proprietary fonts, because they can solve some text related graphical glitches during installation.

Alternative 1: You can also just install WoW in Windows and then copy the entire World of Warcraft folder over from your Windows installation.

Alternative 2: Or if you have lost a CD, do not have access to a cd drive or simply don't wanna bother with patching and messing with the CD's, you can download the trial version, which is the full game almost fully patched, from the blizzard torrentlike downloader.

[1] (European Version)

[2] (US Version)

Burning Crusade download: -

[3] (European Version)

The US installer for BC can be obtained by logging in and going to the following page: [4].

They work very nicely with wine.

In order to use the Blizzard Downloader effectively, you must 1) open certain ports on your computer and 2) enable port forwarding on your router.

  • The easiest way to open these ports is to use the firewall program Firestarter. From the command line, install Firestarter with this command: sudo apt-get install firestarter. When it is running, select the "Policy" tab, right-click in the Allow Service area, and select Add Rule. Under port, type 6112 and make sure that the "Anyone" radio button is selected. Make a note in the comments field that this port relates to Blizzard. Repeat these steps for ports 3724 and for the range 6881-6999 (which will be recognized as BitTorrent ports).
  • Next, configure your router to forward those ports on the router to your computer only. The steps are similar to the above, but vary slighly from router to router and may be found on Blizzard's website: [5]

Once the Burning Crusade downloader is set up and the network is configured for it, run it with (US Version):

wine WoW-BurningCrusade-enUS-Installer-downloader.exe

Configuration

WoW will run best using OSS. Run winecfg in a terminal and a window should appear. Select Audio, then select OSS Driver as Wine's sound driver. Make sure no other driver is selected.

Next, find the file wtf/Config.wtf in your WoW directory. By default it is found in /home/<username>/.wine/drive_c/Program\ Files/World\ of\ Warcraft/, where <username> is you computer login name. If the file does not exist, run the game and log into a character. The game should then create the file. Open it using a text editor, and add the following lines:

SET SoundOutputSystem "1"
SET SoundBufferSize "150"
SET gxApi "OpenGL"

To make the sidebuttons on your mouse work in WoW follow this link: http://www.cs.cornell.edu/~djm/ubuntu/#enable-5button-mouse

Optional performance enhancing tweaks

The following tweaks are are gathered from this thread on Ubuntuforums.org: http://www.ubuntuforums.org/showthread.php?t=303509

Tweak #1

This is a simple registry edit for Wine that reportedly may dramatically increase the framerate in game for both ATi and nVidia users.

  • Open a regedit window with this command regedit
  • Find this key HKEY_CURRENT_USER\Software\Wine\
  • Highlight the wine folder in the left hand pane by clicking left on it. The icon should change to an open folder
  • Click right on the wine folder and select [NEW] then [KEY]
  • Replace the text New Key #1 with OpenGL
  • Click right in the right hand pane and select [NEW] then [String Value]
  • Replace New Value #1 with DisabledExtensions (Notice it's case sensitive!)
    1. 8 Then double click anywhere on the line, a dialog box will open.
  • In the value field type GL_ARB_vertex_buffer_object

Note: If you are unable to rename the newly created key "New Key #1" to "OpenGL" then expand the left hand pane of the regedit window using the vertical divider bar. You should now be able to change it. A known bug in Wine is causing this unwanted behavior.

Here's what regedit should look like once you have finished adding this new key and it's value:

http://appdb.winehq.org/appimage.php?iId=4640


Tweak #2

The idea with this tweak is to create a script which will allow you to launch WoW on a dedicated X server, which may give you a little boost of FPS.

Note: in contrast to the first tweak this one will not enhance performance very much or even not at all for some users, and it is also known to be more troublesome with errors, therefor it will not be worth the effort for most users and should be considered being more oriented for advanced users who enjoy the challenge.

  • nano -w ~/launch-wow.sh
  • Put this content in your newly created file:
#!/bin/sh

X :3 -ac &   # Launches a new X session on display 3 
cd "~/.wine/drive_c/Program Files/World of Warcraft"   # Goto WoW dir 
sleep 2   # Forces the system to have a break for 2 seconds 
DISPLAY=:3 /usr/X11R6/bin/wine WoW.exe -opengl   # Launches WoW
    1. 3 Press Ctrl+o then Ctrl+w in order to save your file & quit nano.
  • Don't forget to make your script executable with this command chmod +x ~/launch-wow.sh
  • Launch the script with ./launch.sh while being in the home user directory

If you have installed WOW anywhere else than in your standard Wine drive c, then you will have to replace the directory path found in the line that starts with cd"~/.wine... in the script, to the path where you have installed.

Playing

You should be able to play WoW using the shortcut on your desktop, or if you installed WoW using Wine's standard installation path, you should be able to play WoW by running this command:

wine "C:\Program Files\World of Warcraft\WoW.exe"

If you installed WoW anywhere else, just edit the above command to correctly reflect the path where WoW.exe is found.

Gnome menu icon

You can make a Gnome menu entry by doing the following commands in a terminal:

wget http://kde-files.org/CONTENT/content-files/41569-wow-icon-scalable.svg
sudo mv 41569-wow-icon-scalable.svg /usr/share/icons/
gksudo gedit /usr/share/applications/wow.desktop

Add this to the text editor window, which should have appeared after the third command, change <username> in the Exec= line to your computer login username, and save:

[Desktop Entry]
Encoding=UTF-8
Name=World of Warcraft
Name[hr]=World of Warcraft
Exec=wine /home/<username>/.wine/drive_c/Program\ Files/World\ of\ Warcraft/WoW.exe
Icon=41569-wow-icon-scalable.svg
Terminal=false
Type=Application
Categories=Application;Game;
StartupNotify=false

Note: Remember that you should also edit the Exec= line to reflect your WoW installation path, if you've installed to a special location.

Voice chat

There is an issue with making voice chat applications and WoW use sound input and output simultaneously. You need to be able to mix sound in order for this to work, but most modern onboard soundcards don't support hardware sound mixing, so either you'll have to get a PCI soundcard, which supports this feature, or use software mixing. The issue with software mixing comes down to the two different sound interface architectures available in Linux, OSS and ALSA.

OSS(old/legacy): Doesn't allow you to use software mixing. Meaning only ONE application will be able to use sound at a time.

ALSA(new): Allows software mixing. Meaning several programs can use sound simultaneously.

However, the ALSA driver in Wine doesn't work very well with WoW, which is why this howto asks you to configure Wine to use OSS.

So you see the problem:

  • WoW runs in Wine, ergo uses OSS
  • Ventrilo runs in Wine, ergo uses OSS
  • The Linux version of TeamSpeak is based on OSS

Only one of these applications will be able to use sound at a time, but this can be solved by using alsa-oss, which channels OSS applications through ALSA, making them them work more or less like regular ALSA programs.

ALSA-OSS is installed by running this command:

sudo apt-get install alsa-oss

And then one uses it by starting the programs with the "aoss" command, something like this:

aoss /path-to-program/TeamSpeak
aoss wine /path-to-program/Ventrilo.exe
aoss wine /path-to-program/WoW.exe

Remember that both the voice chat program and WoW need to be run with the aoss command in front.

Troubleshooting

This section tries to address the common issues people are having. Problems that persist after you have explored and tried on all of these different hints and tips, are often related to graphics cards and drivers. Sometimes the graphics card is just not well enough supported in the driver, and other times a driver update or reinstall solves the problem. See here [6] and here [7] for more info on installing updated drivers for your graphics card.

  • If you have troubles running the installation or even the game itself, you may need to get a few .dll files from a windows installation or here:

and place them in /home/<username>/.wine/drive_c/windows/system32. You will, however, need a Windows license to use these files.

Note: Remember to change <username> to your personal computer login username

  • If you have problems with sound stuttering you may have to increase or decrease the sound buffer a bit. It's configured by changing the value of the SET SoundBufferSize line in wtf/Config.wtf. Anything from 50 to 250 may cure your problem. Bear in mind that excessive buffer size may create audio sync issues.
  • When the patch program, or the WoW Launcher starts, it will ask you about installing Mozilla ActiveX. Select "Yes". In doing this you will download a trimmed down version of the Gecko rendering engine (Firefox, Mozilla) which will respond to ActiveX calls, this means anytime a program tries to use HTML for a display, or similar, it will show. The launcher's news section and the changelog shown when applying a patch both use the rendering engine.
  • You may have trouble with the gnome-panel/kicker showing up above the WoW "window". Make sure you have used the configuration settings above or set Gnome's fullscreen hotkey.
  • If you are using CONTROL in your switch workspace key combo, you may need to reassign it to avoid inteferance from WoW.
  • If you try to configure WoW's video settings (Resolution, Vertex Shaders, Pixel Shaders etc.) while running in opengl mode, WoW may crash. The workaround is to configure WoW's video settings while running WoW in d3d mode, or by using a special addon.

The addon is found here [8], and you should extract the zipped folder in to /Interface/AddOns/ in your WoW directory. Then enable it under AddOns in the choose character screen. You probably need to tick the option, which says Load out of date AddOns, for it to work.

You use d3d mode by running WoW with this command in stead of your usual one:

wine wow.exe -d3d

or you can change this line in wtf/Config.wtf

SET gxApi "OpenGL"

to

SET gxApi "d3d"

run the game and change the settings, and then change the line back.

If this causes the display to be inverted or otherwise corrupted, don't be concerned. The display will right itself once you switch back to opengl. Running in d3d mode is simply so you can set WoW's video options.

  • If WoW crashes on startup under opengl, but runs with d3d, try disabling 'fullscreen glow effects', in the video setting screen or by adding this line to wtf/Config.wtf:
SET ffxGlow = "0"
  • For users with an Nvidia card who have upgraded to Wine 0.9.30 after installing, you may need to reinstall your nvidia-glx if you are crashing with the following error message when running WoW from the console:
Major opcode of failed request: 142 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Serial number of failed request: 14
Current serial number in output stream: 15

/*( This can be fixed by typing: */

$ sudo apt-get install nvidia-glx
  • For users with an ATI video card: certain cards have trouble rendering games and video in opengl using current flgrx drivers which will cause your computer to hard locks when you attempt to enter a domain. This error will occur just after character creation/selection, as the game environment is loading, or possibly after a short period of play. In order to fix this error, add the following three lines of code to your xorg.conf file in the ATI device section:
Option "Capabilities" "0x00000800"
Option "UseFastTLS" "off"
Option "KernelModuleParm" "locked-userpages=0"

You edit the file by doing this command:

gksudo gedit /etc/X11/xorg.conf

The section should look something similar to this after editing:

Section "Device"
Identifier  "aticonfig-Device[0]"
Driver      "fglrx"
Option       "Capabilities" "0x00000800"
Option       "UseFastTLS" "off"
Option       "KernelModuleParm" "locked-userpages=0"
EndSection
  • If you experience corrupt icons on your panel then you then you may need to set the SET UIFaster parameter in wtf/Config.wtf

Use it like this:

Set UIFaster "x"

Where x equals:

0 – This turns off all UI acceleration
1 – For Internal Use Only - DO NOT USE!
2 – Enables partial UI acceleration only.
3 – Enables all UI acceleration.

Example:

Set UIFaster "2"
The value 2 usually corrects this problem.
  • For Beryl/Compiz users with gnome pannel showing on top of World of Warcraft start the game in windowed mode. Either by adding -windowed to your command line starting WoW, or add SET gxWindow "1" to wtf/Config.wtf.

Support and discussion

For support and discussion on the subject of this howto, please post at: http://www.ubuntuforums.org/showthread.php?t=312482


Related links

For more information regarding WoW under Wine see Wine's appdb: http://appdb.winehq.org/appview.php?iVersionId=6482

The Gentoo wiki also contains good information, especially for those that need more detailed info: http://gentoo-wiki.com/HOWTO_Install_and_update_World_Of_Warcraft_with_wine