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!
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
- Marvel Rivals team issue a statement on recent bans for Steam Deck and macOS players
- The Awesome Games Done Quick Humble Bundle is a good deal not to be missed
- Valve set Palworld back as Steam Deck Playable but with multiple listed problems
- Funded in 5 minutes - the open source modular mini computer 'Pilet' is on Kickstarter
- GPD WIN 4 handheld plans to support Valve's SteamOS in 2025 (updated: nope) [updated]
- > See more over 30 days here
Recently Updated
- Discord Canary on Linux breaks Wayland screen-sharing support for now
- Valve confirms a public beta of SteamOS is coming as 'SteamOS expands beyond Steam Deck'
- GPD WIN 4 handheld plans to support Valve's SteamOS in 2025 (updated: nope)
- Wireless HORIPAD for Steam gets a firmware fix for the Steam Deck OLED
- While Palworld enjoys a resurgence Valve dropped the rating to Steam Deck Unsupported
View PC info
It's still not ready. Wine developers are working in the internal branch on this issue, and didn't yet put memory access patches upstream.
View PC info
Yeah, I just did a test with wine3d and the performance is noticeably slower. Great to hear that wine developers are working on a potential fix, it would be fantastic to play the entire game without the graphical artifacts (abeit they are very minor at this point with DXVK). DXVK is an absolutely incredible project / initiative so I wouldn't be surprised if the developer comes up with solution to support DX Stream Output in the future.
Have you had an opportunity to test the internal branch? Does it make a significant difference in performance? Is it possible these changes will make their way into Wine Staging 3.8?
View PC info
No, since it's not public :) I've only heard about it. But hopefully it will work out well and will be merged upstream. It will take some time though.
Thanks a lot!
Even a video tutorial in 'nazi English' would be splendid, as long as you don't forget the ban on imported root-vegetables :D
View PC info
View PC info
I'm usually building Wine myself for testing. But I think winehq packages are built with Vulkan support already. They are updated more frequently than ones in Debian repo anyway, so just use those if you need packaged versions.
View PC info
deb https://dl.winehq.org/wine-builds/debian/ testing main
dpkg --list | grep wine
ii wine-devel 3.7.0~buster amd64 WINE Is Not An Emulator - runs MS Windows programs
ii wine-devel-amd64 3.7.0~buster amd64 WINE Is Not An Emulator - runs MS Windows programs
ii wine-devel-i386:i386 3.7.0~buster i386 WINE Is Not An Emulator - runs MS Windows programs
ii winehq-devel 3.7.0~buster amd64 WINE Is Not An Emulator - runs MS Windows programs
ii winetricks 0.0+20180217-1 all package manager for Wine to install software easily
For unstable you should use:
deb https://dl.winehq.org/wine-builds/debian/ sid main
View PC info
View PC info
It seems like Wine 3.8 + DXVK 0.50 don't play nicely together, Witcher 3 almost freezes my system entirely, could barely switch to a tty console to kill the process. I also tried running the game with OpenGL to make sure and it works fine minus the low performance.
-------------
Disregard the above post (it works fine with Wine 3.8 and DXVK 0.50).
I just found out that with the "Allow Flipping" option turned on in the Nvidia Settings Panel, it affects the game in a very negative way. So if you turn it on for whatever reason and Witcher 3 magically starts freezing your system, make sure the option is turned off.
Could you explain (in elementary language!) how did you solve your problem? I think that I have the exact same problem.
002e:err:vulkan:get_vulkan_driver Wine was built without Vulkan support.
002e:err:vulkan:wine_vk_init Failed to load Wine graphics driver supporting Vulkan.
002e:err:vulkan:get_vulkan_driver Wine was built without Vulkan support.
002e:err:vulkan:wine_vk_init Failed to load Wine graphics driver supporting Vulkan.
wine: Unhandled page fault on execute access to 0x00000000 at address (nil) (thread 002e), starting debugger...
Any suggestion?
View PC info
What are you running exactly? What is your distro, Wine and GPU / driver? I think your Wine simply has no built in Vulkan support like the error suggests. Some didn't catch up yet. Either install Wine with Vulkan enabled, or build it yourself with Vulkan support.
View PC info
It doesn't make sense for Sid to have Vulkan disabled, and for testing to have it enabled.
View PC info
https://buildd.debian.org/status/fetch.php?pkg=wine-development&arch=amd64&ver=3.7-1&stamp=1524892416&raw=0
checking for -lvulkan... not found
...
configure: libvulkan 64-bit development files not found, Vulkan won't be supported.
I recommend you to file a bug for wine-development package in Debian.
View PC info
View PC info
Besides missing stream output it runs almost perfectly now.
He said in the past that he doesn't need such donations, which suggests that someone is already backing the project.
View PC info
Distortions of various models in the game. See:
https://github.com/doitsujin/dxvk/issues/138#issuecomment-371898592
https://github.com/doitsujin/dxvk/issues/135
View PC info
If AMD flop on their next release then I'm sure the 1180 will handle 4k better. Under windows the 1080ti does fine at 4k and gets 60fps with high+ settings most the time but there are games like KCD that bring it to avg 50fps (on medium+).
Guess its too hard to optimize games for 60fps at 4k. Surprisingly fallout4 gives me 50-60fps, a game that is plagued with optimization issues!
View PC info
View PC info
I wondered the same thing when I read the news. Compiling Wine Staging 3.9 as I type this, it's late but will run tests tomorrow :-)
View PC info
I haven't. The main work to support better buffers performance is done in some internal Wine branch (and it's quite non trivial), so it won't surface until they are ready.
I can give it a try though. May be they did publish some of it there.