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:
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
- Oops - someone nearly caused a fire with the Steam Controller Puck
- Linux and open source getting age checking exemptions could be problematic
- SN Operator from Epilogue brings SNES carts to modern PCs and its now up for order
- Anticheat check - which competitive games actually work on Linux?
- Proton Experimental gets fixes for Forza Horizon 4, 5 and 6 plus other games
- > See more over 30 days here
- What have you been playing recently? - 17th May edition…
- PlayingOnLinuxphone - Anti-Cheat page updates
- Liam Squires-Hand - Are Mac computers good and stable?
- LoudTechie - Why purchase video game soundtracks over listening to them in str…
- Rumbletoad - Feedback needed - future website updates
- Liam Squires-Hand - See more posts
Anticheat check - which competitive games actually work on Linux?
How to give Valve feedback when Proton games have issues on Linux / SteamOS
Thanks for the bug hunt :)
To use it with Mesa you still need to apply some patches manually though, since they didn't yet land in Mesa master.
To download needed patches, you can do:
#!/bin/bash
patches=(
https://patchwork.freedesktop.org/patch/256575/raw/
https://patchwork.freedesktop.org/patch/256578/raw/
https://patchwork.freedesktop.org/patch/256579/raw/
https://patchwork.freedesktop.org/patch/256576/raw/
https://patchwork.freedesktop.org/patch/256577/raw/
https://patchwork.freedesktop.org/patch/256585/raw/
https://patchwork.freedesktop.org/patch/256582/raw/
https://patchwork.freedesktop.org/patch/256581/raw/
https://patchwork.freedesktop.org/patch/256583/raw/
https://patchwork.freedesktop.org/patch/256580/raw/
https://patchwork.freedesktop.org/patch/256586/raw/
https://patchwork.freedesktop.org/patch/256587/raw/
https://patchwork.freedesktop.org/patch/256584/raw/
https://patchwork.freedesktop.org/patch/256588/raw/
)
for patch in ${patches[@]}; do
wget --content-disposition $patch
done
Winevulkan patch for Wine master: https://github.com/doitsujin/dxvk/files/2476079/winevulkan_patch.zip
Result (rotfiends are working):
See full series [here](https://patchwork.freedesktop.org/series/50968/).
UPDATE: yep, it starts fine with Wine 3.19. I'll dig a bit more into wine debug output and will report a bug.