At the beginning of 2021, ArenaNet announced that they would no longer be supporting the macOS client for Guild Wars 2. At that time I worked out a way to set up and use Wine to run it.
Since then, the Wine set up and capabilities have changed. So this post is an update to my previous one to simplify the process and enable DX11 which is what Guild Wars 2 now uses.
(Click the images for larger versions.)
Requirements
We need to download two things:
- the 64-bit version of the Guild Wars 2 Windows installer from ArenaNet
- the latest WineskinServer (v1.8.4.2 at the time of writing – there’s a link under “Manual installation” or if you use homebrew you can install using that)
ARM-Based Macs
Does it work with ARM-based Macs? I don’t know since I don’t have one. If you want me to test it you can contact me and send me a machine 😃. Otherwise you can try it and let me know in the comments below.
macOS Version
When I wrote this I was using macOS 10.14.6. I have since updated to 12.6, but I want to note that I had a problem with 10.15.5. It would crash when trying to enter the game.
macOS Version |
Result |
---|---|
10.14.6 | runs great |
10.15.5 | crashes |
12.6 | runs great |
Troubleshooting
It’s difficult to troubleshoot using the comment section in WordPress, so I set up a GitHub repository to track issues. I understand it may be a hassle because you may need to sign up for another site to troubleshoot, but it’s the best way for me to manage any issues right now.
So if you run into problems and need to troubleshoot them, please create an issue over here.
Generate The Wineskin Wrapper
Decompress the Wineskin.Winery.txz file we just downloaded by double-clicking it, right-click the Wineskin Winery.app, and select Open. You’ll probably get a dialog complaining about something and you’ll have to click another button that says Open.
Click the “+” to add a new engine.
Select WS11WineCX64Bit21.2.0 and click Download and Install.
When that’s complete, it will show up in the list in the main window. Next we need a wrapper, so click the Update button in the Wrapper Version section.
Click OK to download and install the latest one.
Back in the main window, click the Create New Blank Wrapper button at the bottom of the window.
Give it a name like GW2 and click OK.
Once it has finished, it will show you this window. Click View Wrapper in Finder to show the new application.
The application will be in your home directory’s Applications folder. Once we’ve completed all the setup and installation, this is what you will run when you want to play Guild Wars 2.
You can then close Wineskin Winery as we no longer need it.
Setting Up The Environment
When you run new application, GW2.app, you will be presented with the Wineskin main window to finish your setup.

Wineskin – Main Window
Click Advanced.
Go to the Tools tab.
Click the Winetricks button in the Utilities section in the middle. Winetricks is a tool used to easily set some configuration and install other libraries and programs.

Wineskin – Winetricks
First we need to update winetricks to the latest version. Click the Update Winetricks button in the lower-left and let it update.
Next we are going to install the dxvk library (which enables DX11), and change the wrapper to Windows 10.
Under the dlls section, select dxvk1102_macOS (or a more recent version if available).
Under the settings section, choose win10.
Click the Run button and you should get a confirmation dialog.
Click Yes, wait for it to install and set everything up, and close the window.
Finally we will turn off folder mapping from macOS to Windows. This is not strictly necessary, but it keeps the installation cleaner and can help prevent accidents…
Go to the Options tab and deselect the Map User Mac OS X folders in wrapper option.
Installing Guild Wars 2
Now that Wine is set up, we need to install Guild Wars 2. Click the Install Software button at the bottom of the window.

Wineskin – Install Executable
Click the Choose Setup Executable button and select the Windows Guild Wars 2 installer you downloaded earlier.
The first thing it will do is a bunch of downloading and updating…
Once it’s finished with that, you will be at the main Guild Wars 2 window with a bright INSTALL button. Click that. This will pop up a save dialog which should be set to the correct location: C:\Program Files\Guild Wars 2.
Now it will begin the main install process.
At this point, if you already have the GW2 data from a previous install and don’t want to re-download the ~60 GB of data, you can close the window with the “x” in the top-right and copy over the data file (see below).
When the installation is complete, (or you interrupt it to copy over the data file), you will be asked to set the executable for this wrapper. Choose the Gw2-64.exe we just installed.

Wineskin – Choose Executable
Now you can quit Wineskin. To run Guild Wars 2 now, you just need to run your GW2.app.
Copying The Data File From An Old Installation
If you have an old installation of Guild Wars 2 and don’t want to re-download the ~60 GB of data, you can copy over the data file.
To get to the file, you need to right-click the Guild Wars 2 64-bit.app file and choose Show Package Contents. This is where the data file is on the old (official) macOS client:
Find the Gw2.dat file and copy/move it to the wine installation we just created. To find the right location, go to your home Applications/Wineskin/GW2.app, right-click it and choose Show Package Contents. (Note this is not the system Applications folder – it’s in your home directory.)
The file we want to replace is here:

Wineskin – Guild Wars 2 Data Location
Play!
Once it’s all installed, you should be able to play!
For reference, I am running a 2019 iMac with:
- macOS 10.14.6
- 3.6 GHz Intel Core i9
- 32 GB 2667 MHz DDR4
- Radeon Pro 580X 8 GB
These are the graphics settings I have been using:
Note: Make sure you Enable DX11 Rendering in the graphics settings.
You will have to play around with your graphics settings to get something that works for you.
Note that the first time you run it will be even slower than normal as it needs to build & cache the shaders. It gets better given time.
Useful Extras
Getting Back To The Wineskin Settings
To get back to the Wineskin settings for your GW2.app to install new things or to adjust your settings, go to your home Applications/Wineskin/GW2.app, right-click it and choose Show Package Contents. Then double-click Wineskin.app.
Icon
An icon isn’t strictly necessary, but it’s nice to see it in the dock when Guild Wars 2 is running. If you have your old macOS installation, you can click the Browse button next to the icon and navigate to /Applications/Guild Wars 2 64-bit.app/Contents/Frameworks/Gw64.framework/Versions/GuildWars2.111959/Resources/app.icns
Caveats/Bugs
So far the DX11 version has been pretty solid – even better than the DX9 version. I think the main problems have to do with shaders and there’s not much we can do about that. The issues I’ve noticed are:
- Loading screens when moving between maps can be quite slow.
- Every time you run it, it has some slowdowns/hitching at the beginning that slowly sort themselves out. I believe this is a shader-related issue with using Vulkan (which is what is being used to emulate DX11).
- Participating in large events can be slow – not too surprising since it used to happen before anyways. It’s definitely slower than the native client was, but it is playable for me. It might not be good enough for competitive PvP or WvW though.
Conclusion
If you have any feedback on ways to improve this process or ways to improve performance, please leave a comment below.
That’s it. I hope it works for you and I’ll see you around Tyria!
Praise Joko!
It works super fine thanks for that. However, when I closed the game and want to open it again through my GW2.app, the game does not open. Wineskin opens instead. I have to go through the GW 2 Install process again. choose and execute my GW2.exe to get to the launcher.
Is there a way to get the GW2.app to open the Launcher directly
Hi Nils. Please see the new Troubleshooting section I just added near the top of the post.
Hey, I know this is super late but I finished downloading the game. But there is no pop-up asking to set the executable for the wrapper. The game downloader doesn’t have the play button either, it just says ready, which I can’t click. If you’re still around I would really appreciate the help!
Hi Jason. Please see the new Troubleshooting section I just added near the top of the post.
Hi, I’m having a problem where when I select the executable for the guild wars 2 setup.exe I get this message “If you tried to install somewhere other than C: drive (drive_c in the wrapper) then you will get this message too. All software must be installed in C: drive.”
If anyone knows how to fix it please help
Hi Naing. Please see the new Troubleshooting section I just added near the top of the post.
This worked perfectly on my MacBook Pro (13″ 2020). Thank you very much for taking the time to write it all up!
Praise Joko! Thanks for letting me know. Have fun out there.
Hey thanks for writing this up. However I’m having an issue. I did everything here (well based on the previous writeup) and it wasn’t working. So I removed it and started over, and used the copy data method because I’d already downloaded it through the installer, but it still gets an error as soon as I enter the game after logging in. The only difference is that now I am seeing the in-game cursor on the black screen (with the same issue as the user above, stuck to top left and won’t move), and I can hear the music from the game starting but there is no visual. There is a window that says, “A serious error has occurred that prevents the game from continuing to run.” and asks if I want to send an error report to ArenaNet. If I look at the details, it says “Memory at Address 00000000`00000200 could not be read”
Any ideas?
It could be related to the version of macOS you’re running? I found that running 10.14.6 worked fine, 10.15 crashed like that, and 12.5/12.6 work.
Or it might be the settings – when I had shaders set to “low” it was rock-solid. I’ve upped it to “medium” and now I get the occasional crash.
Given where it’s crashing though it’s probably related to DXVK itself. Did you install the latest (dxvk1103_macos) through winetricks? There’s a new “moltenvk” setting in winetricks that you might try installing as well.
I have also made a couple of DXVK adjustments to mine since I wrote this up (including that “moltenvk” setting) that I’ll have to include in the write up when I get a chance.
Ahhh okay I am using 10.15.7 I believe. It may be time to finally accept the software update haha
I needed to update from 10.14 and wanted to go to 10.15, but GW2 broke, so I gave up and updated to the latest 😄
I had lots of little (non-GW2) issues with updating, so it was kind of annoying. Some things still don’t work properly…
Thank you for updating your instructions to include DX11 settings. I tried making a clean install following these instructions rather than updating my previous installation, aside from copying over the .dat file. So far almost everything works. However the one thing that doesn’t is once GW2 is open the ability to move the mouse is gone. The cursor is stuck in the upper left corner and responds to a left click, but will not move. Tabbing out of the game immediately restores mouse function.
Any suggestions?
Haven’t seen this… I looked around to see if there’s any info on this problem (or similar). Not much I could find other than an old bug that should be resolved if you are using the same versions of everything that I am.
When you tab back into the game does it work from then on?
You could try switching between Windowed and Fullscreen (not sure what the default is). When running, use Option–Return to switch between the two. You can also set it in the graphics options (if you can without a mouse 😄), or on the command line by adding the arguments to your Wineskin Configuration Custom Commands.
It did work once I tabbed out and back. Changing the setting to windowed full screen resolved the problem. Thank you!
Excellent! Glad you got it working.
Have fun out there!