Application Details:
Version: | 1.12 |
License: | Retail |
URL: | http://www.thewitcher.com/ |
Votes: | Marked as obsolete |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 1.9.1 |
Maintainers: About Maintainership
What works
Nothing
What does not
Everything
Workarounds
What was not tested
any tweaks with winetricks
Hardware tested
Graphics:
Additional Comments
When running wine witcher3.exe, this error is shown: GPU does not meet minimal requirements. Support for DirectX 11 is required. I guess wine's DirectX 11 supports is still distant future.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 15.04 "Vivid" amd64 (+ variants like Kubuntu) | Jan 22 2016 | 1.9.1 | N/A | No | No | Garbage | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Shmerl on Thursday September 1st 2016, 20:01
by Shmerl on Saturday December 17th 2016, 19:05
by Guillaume Charifi on Sunday August 28th 2016, 9:07
To do that, you can create a file (e.g. d3d.reg) that contains:
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"="opengl"
"UseGLSL"="enabled"
"MaxVersionGL"=dword:00040005
Then import it into the registry with the following command : wine regedit d3d.reg.
This will allow Wine D3D to use OpenGL 4.5.