Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal. You can also buy games using our partner links for GOG and Humble Store.
The Witcher 3 in Wine
Page: «3/88»
  Go to:
DasCapschen Jun 12, 2017
Hmm... I can't seem to get Witcher 3 to run in Wine at all.
I first ran it with 2.8 which ran it but obviously without all the fixes.
Wine-staging 2.9 won't start the game, but is unable to display any error messages.
And with Wine 2.10 (both git and release) it still crashes, but with a callstack that seems to indicate a nullpointer exception (https://pastebin.com/GsvuG4TM) :/

Is there anything you had to set up about Wine in order to make it run?
I only have the d3d regedit where you tell it to use OpenGL 4.5. (also tried it without but no change)

Running it on a rx480 with mesa 17.1.2-1 on Arch with 4.11.3 kernel
Shmerl Jun 12, 2017
Is there anything you had to set up about Wine in order to make it run?

I don't use the whole staging, just a couple of patches from there. I.e. take Wine master, and apply these:

* https://github.com/wine-compholio/wine-staging/blob/master/patches/ntdll-Grow_Virtual_Heap/0001-ntdll-Remove-memory-limitation-to-32GB-on-64-bit-by-.patch
* https://github.com/wine-compholio/wine-staging/blob/master/patches/wined3d-buffer_create/0001-wined3d-Do-not-pin-large-buffers.patch

Then apply the sample_c_lz patch:
https://bugs.winehq.org/attachment.cgi?id=58404&action=diff

Then build it.

Also, enable CSMT in the final result using registry. You already enabled OpenGL 4.5 usage, so the rest should be fine. I'll ask maintainers to update WineHQ HOWTOs to make it more obvious.
Shmerl Jun 13, 2017
Running it on a rx480 with mesa 17.1.2-1 on Arch with 4.11.3 kernel

Please post your performance if you'll get to it. I wonder if later kernel helps for amdgpu/radeonsi.
DasCapschen Jun 13, 2017
So with those patches I got it to run finally :)
CSMT is really necessary, doubles fps and gets rid of many rendering issues...
I didn't see a benchmark option, so I skipped the tutorial and ran around the first area a bit with Gallium Hud on, then took a screenshot.

Here's all settings on Low
![](http://i.imgur.com/H5hhzOR.jpg)
(the dip is because I ran too far and it loaded new assets)

And here all on Ultra
![](http://i.imgur.com/UdSZMac.jpg)

Running with Fullscreen (1680x1050), Unlimited FPS, no VSync, Hardware Cursor.
Hairworks disabled.

I'll try running it with AMDGPU-PRO later to see if that yields better or worse results :)
Shmerl Jun 13, 2017
@CAPTNCAPS: I'm getting higher framerate with RX480 on 1920x1200 (around 40 fps on max settings with hairworks off). I'm using Sapphire Nitro+ though, which is slightly overclocked by default.

My CPU is more recent though - Intel i7-4770 (Haswell).
DasCapschen Jun 13, 2017
I have the Sapphire Nitro+ as well. I did notice that I have lower fps, and I am surprised by it, but I don't know why that would be. CPU I guess?
Shmerl Jun 13, 2017
I have the Sapphire Nitro+ as well. I did notice that I have lower fps, and I am surprised by it, but I don't know why that would be. CPU I guess?

Your CPU does look pretty loaded compared to mine (my total CPU load is around 40%). You can set to show each thread's load in the HUD for more detailed view.
DasCapschen Jun 13, 2017
Here you go.
![](http://i.imgur.com/DfGST6F.jpg)
Shmerl Jun 13, 2017
Yeah, that's like 20% higher than my case for each thread. Also, you have just 4, and I have 8 (4 * 2 because of hyperthreading).

Your CPU supports hyperthreading too. Try to enable it.
DasCapschen Jun 13, 2017
I do have hyperthreading enabled. I split cores into 2 panes (0-3 and 4-7) for better readability :P
I just tried to overclock my cpu (used to have it at 4.2GHz) but apparently my new Mainboard doesn't allow to increase it at all... I wish my old MB hadn't died... :'(

So I tried with AMDGPU-PRO on 4.8.4-Arch Kernel.
And the performance is about the same (no GALLIUM_HUD, but it doesn't feel any different)
But with AMDGPU-PRO, Gerald glows in the dark and his world turns into a Wasteland xD
![](http://i.imgur.com/8opH0qe.jpg)
malek69 Jun 13, 2017
All max or uber, nvidia hair off 8(fps), all off, min 15 fps,
csmt, glsl, multisampling on + __GL_THREADED_OPTIMIZATIONS=0
View video on youtube.com
Shmerl Jun 13, 2017
@malek69: I suppose for GTX 750 TI it's not a lot worse than how it would work on Windows?
Shmerl Jun 13, 2017
So I tried with AMDGPU-PRO on 4.8.4-Arch Kernel.
And the performance is about the same (no GALLIUM_HUD, but it doesn't feel any different)
But with AMDGPU-PRO, Gerald glows in the dark and his world turns into a Wasteland xD
![](http://i.imgur.com/8opH0qe.jpg)

Haha, that wasteland landscape looks fitting :) Good to see that Mesa is actually now ahead in features and standard conformance. I expected that.
Avehicle7887 Jun 13, 2017
@malek69: I suppose for GTX 750 TI it's not a lot worse than how it would work on Windows?

It works much better on Windows, very much playable at 40-45fps with an i3-2120 and 650Ti (friend uses this setup).
Shmerl Jun 13, 2017
It works much better on Windows, very much playable at 40-45fps with an i3-2120 and 650Ti (friend uses this setup).

OK, good to know. But I wouldn't expect it to work well on Linux. With Wine you need some extra margin in performance, when games are so demanding to begin with.
malek69 Jun 14, 2017
@malek69: I suppose for GTX 750 TI it's not a lot worse than how it would work on Windows?
Windows 10 all Uber/on(nvidia hair off) 22-23 fps
View video on youtube.com
Avehicle7887 Jun 14, 2017
@malek69: I suppose for GTX 750 TI it's not a lot worse than how it would work on Windows?
t r
Windows 10 all Uber/on(nvidia hair off) 22-23 fps
View video on youtube.com

Interesting, I'll give it a try tonight to see how it performs with a GTX1060. If I can get at least a constant 35+ fps, I might even start playing it.
wojtek88 Jun 14, 2017
Witcher 3 is almost perfect in my opinion. What's more, Witcher 3 in Wine starts to look very good. There are some black artifacts on area + water does not look perfect, but still, if someone did not play this game and already has it in library (as a gift, or bought it for some reasons) than I strongly recommend to give it a try.
Cmdr_Iras Jun 14, 2017
Looks very promising - I think I will give it a few more Wine iterations before I try it out myself. Mostly because I have a stupid backlog of games as it is, without adding 100+ hours of Witcher playing to it!
Arehandoro Jun 14, 2017
Had promised to myself I was going to finish The Witcher 1 and 2 in order to port save games before Wine caught up on me to play The Witcher 3. It seems I will have to give up on that haha!

Amazing what the Wine team is achieving and how fast they're doing it!
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register