Guild Wars 2
Guild Wars 2 is a game developed by NC Soft. Currently a native client is only available for Windows and Mac systems. It is runnable through wine though.
Contents
Installation
Install wine and mpg123. Download the GW2 client from their website, and run it like this:
wine ./Gw2.exe
Alternatively you can use WineGW2 which is a fork of wine that fixes some issues and provides better performance. You may still want to install wine package to get the dependencies right.
Radeon gpu users
In case the default xf86-video-ati driver does yeld low fps you can try catalyst drivers. For installation instructions see AMD Catalyst. (On HD6670 catalyst drivers give higher fps - 40-50 in open-world and there are no graphical glitches) .
As well as that, you will need to install wine with CSMT patch-set applied wine-staging as mouselook in game without it is extremely laggy. After installing you should create 32bit WINEPREFIX and enable CSMT, run:
WINEARCH=win32 winecfg
When winecfg launches, select staging tab, and check the checbox "Enable CSMT for better graphic performance", click apply and exit. Run the game by executing launcher with -dx9single flag which fixes various launcher issues:
wine Gw2.exe -dx9single
- When in game, its a good idea to start tweaking graphical settings from medium/low for each setting until you find optimal settings that give you playable fps.
- Warning: Enabling Vsync causes the game to lock max fps at 30, enable this feature at your own risk.
Known issues
Patcher/launcher window is invisible/flickering
Run it with -dx9single like so:
wine ./Gw2.exe -dx9single
Patcher/launcher crashes with assertion failed on "m_ioCount"
The best known "fix" for this is to just let it crash and restart it, it should continue on where it left off. Some people reports that the installer crashes when approximately 1 GB has been downloaded but some other people reports crashes every few minutes. This however is rarely a problem when installing patches and only the initial installation poses a challenge, reason why some people just copy the Gw2 installation directory or the Gw2.dat from a Windows installation into the GW2 installation directory in Linux (/wineprefix/GuildWars2/drive_c/Program Files/ArenaNet/Guild Wars 2/) when installing the game.
The percent of the download resets every time the launcher is started, but the amount that has already downloaded is not accounted into this number; just what remains is. The best number correlates with the total download progress is the Files Remaining.
If you have only one file remaining, switch to a language other than english or spanish, let it download that information, and then switch back to English.
The camera movement is stopped when the mouse reaches the edge of window
When click MOUSE1 and move to rotate the camera , this stops when it reaches the edge of the window, this fixed in 1.5.14, but broken again in 1.5.29.
Need Download Wine sources and apply this patch:
https://raw.githubusercontent.com/wine-compholio/wine-staging/master/patches/server-ClipCursor/0001-server-Only-send-WM_WINE_CLIPCURSOR-for-forced-clip-.patch
For more info see: Wine bug #33479