A little later than they usually put out a release, the Wine 9.13 update is out now bringing more new features and bug fixes to bring better Windows compatibility to Linux. This is a large part of what makes Valve's Proton able to do its thing.
Highlights from Wine 9.13:
- Support for loading ODBC Windows drivers.
- More user32 data structures in shared memory.
- More rewriting of the CMD.EXE engine.
22 bugs noted to be solved as of this release including issues fixed for:
- Victoria 2
- Lylian demo
- Guild Wars 2
- The Witcher 3
- Assassin's Creed Revelations
- Full Metal Daemon Muramasa
- Photoshop CC 2024
Some you may have missed, popular articles from the last month:
All posts need to follow our rules. For users logged in: please hit the Report Flag icon on any post that breaks the rules or contains illegal / harmful content. Guest readers can email us for any issues.
8 comments
This is an interesting bit - Wine developers are considering moving from gstreamer to something else:
https://gitlab.winehq.org/wine/wine/-/merge_requests/5340#note_75745
https://gitlab.winehq.org/wine/wine/-/merge_requests/5340#note_75745
1 Likes, Who?
Any News with Wine wayland?
0 Likes
Any News with Wine wayland?
I'm using it now - it's good, though there are some issues related to Plasma 5 which I hope won't be present in Plasma 6 (Debian was a bit slow in packaging it but it's coming soon). But those are compositor related I think. Wine Wayland itself is already very usable.
Last edited by Shmerl on 16 July 2024 at 4:16 pm UTC
0 Likes
Any News with Wine wayland?
I'm using it now - it's good, though there are some issues related to Plasma 5 which I hope won't be present in Plasma 6 (Debian was a bit slow in packaging it but it's coming soon). But those are compositor related I think. Wine Wayland itself is already very usable.
Any News with Wine wayland?
I'm using it now - it's good, though there are some issues related to Plasma 5 which I hope won't be present in Plasma 6 (Debian was a bit slow in packaging it but it's coming soon). But those are compositor related I think. Wine Wayland itself is already very usable.
Thank you very much for answering!! If it's not a bother, would you have a tutorial on how to activate it? Thank you
0 Likes
Thank you very much for answering!! If it's not a bother, would you have a tutorial on how to activate it? Thank you
You need to enable a setting for the prefix in the registry. For example import this kind of reg file (or set it manually):
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Wine\Drivers]
"Graphics"="wayland,x11"
That will load wayland driver ahead of x11 one in the prefix. Or if you use "x11,wayland", you can unset DISPLAY variable on demand for the same effect.
Last edited by Shmerl on 23 July 2024 at 1:46 am UTC
0 Likes
Thank you very much for answering!! If it's not a bother, would you have a tutorial on how to activate it? Thank you
You need to enable a setting for the prefix in the registry. For example import this kind of reg file (or set it manually):
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Wine\Drivers]
"Graphics"="wayland,x11"
That will load wayland driver ahead of x11 one in the prefix. Or if you use "x11,wayland", you can unset DISPLAY variable on demand for the same effect.
Thank you so much, i really appreciate!!!
1 Likes, Who?
See more from me