The development release Wine 10.19 is out now for the compatibility layer that powers Valve's Proton, here's all that's new and improved. Early next year we should see Wine 11, and then at some point Proton 11 too!
From the highlights:
- Support for reparse points.
- More support for WinRT exceptions.
- Refactoring of Common Controls after the v5/v6 split.
- Typed Arrays support in JScript.
- Various bug fixes.
Some nice bug fixes noted for the likes of Puyo Puyo Tetris, HighFleet, Metro 2033, Project CARS, Airline Tycoon Demo, Horizon Zero Dawn, Affinity Photo 2, BeamNG.drive, Total Annihilation, StarCraft: Brood War, Baldur's Gate 3 and more.

Pictured - Metro 2033
Source: Wine GitLab
Some you may have missed, popular articles from the last month:
All posts need to follow our rules. Please hit the Report Flag icon on any post that breaks the rules or contains illegal / harmful content. Readers can also email us for any issues or concerns.
This wine version in my case at simple seek runs ok, testing with hot wheels unleashed 2
and work ok in my case with mesa 26-dev of today, this show 1.4.333
tested with days gone from gog and driver san francisco (so sad dont have for my delorean for jump at 88mph
)
almost forget this wine solve in my case annoying bug related with exit fullscreen game, in this bug some games when you exit to virtual desktop remove wine taskbar
Last edited by mrdeathjr on 15 Nov 2025 at 8:04 pm UTC
External Media: You need to be logged in to view this.
and work ok in my case with mesa 26-dev of today, this show 1.4.333
tested with days gone from gog and driver san francisco (so sad dont have for my delorean for jump at 88mph
External Media: You need to be logged in to view this.
External Media: You need to be logged in to view this.
almost forget this wine solve in my case annoying bug related with exit fullscreen game, in this bug some games when you exit to virtual desktop remove wine taskbar
Last edited by mrdeathjr on 15 Nov 2025 at 8:04 pm UTC
3 Likes
StarCraft: Brood War
Ooooh, old LAN memories
3 Likes
Wine(dos)11
0 Likes
A few cool things happened recently:
* Wine finally works without dependencies on 32-bit.
* AMD drivers (radv and more importantly radeonsi) now work without any dependencies on llvm, so you can build AMD related Mesa without installing llvm either.
Last edited by Shmerl on 15 Nov 2025 at 11:36 pm UTC
* Wine finally works without dependencies on 32-bit.
* AMD drivers (radv and more importantly radeonsi) now work without any dependencies on llvm, so you can build AMD related Mesa without installing llvm either.
Last edited by Shmerl on 15 Nov 2025 at 11:36 pm UTC
2 Likes
https://www.gamingonlinux.com/2025/11/wine-10-19-released-as-we-head-towards-wine-11/?comment_id=285774
Interesting issue i trying compile without llvm but in my case dont work show llvm is required for radeonsi
for more information can see this:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38070

Last edited by mrdeathjr on 16 Nov 2025 at 7:52 pm UTC
Interesting issue i trying compile without llvm but in my case dont work show llvm is required for radeonsi
for more information can see this:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38070
Last edited by mrdeathjr on 16 Nov 2025 at 7:52 pm UTC
0 Likes
Interesting issue i trying compile without llvm but in my case dont work show llvm is required for radeonsi
It works fine without llvm now. Radeonsi recently switched to aco compiler by default. You need to configure the build with meson to turn off build dependency on llvm like this:
...
-D llvm=false \
-D amd-use-llvm=false \
...Not sure why they didn't make the second switch be automatically set to false when the first switch is false, may be they'll fix it, but for now the above works.
If build fails, I recommend reading meson.build to figure out why. The above was clear just by reading the file.
See: https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/meson.build?ref_type=heads#L226
Last edited by Shmerl on 16 Nov 2025 at 7:52 pm UTC
0 Likes
May be I'll open a Mesa bug to suggest the above.
2 Likes




How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck