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:
8 comments
this wine version fix melty blood actress again in new wow64 (game dont run) and cinematics works too in my case
Last edited by mrdeathjr on 15 July 2024 at 11:20 am UTC
Last edited by mrdeathjr on 15 July 2024 at 11:20 am UTC
4 Likes, Who?
Quoting: mrdeathjrthis wine version fix melty blood actress again in new wow64 (game dont run) and cinematics works too in my casewow i finally can purchase it! again...
(yes i purchased and refunded it in the past due to the cinematics)
1 Likes, Who?
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
Quoting: Cr1ogenAny 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
Quoting: ShmerlQuoting: Cr1ogenAny 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.
Quoting: ShmerlQuoting: Cr1ogenAny 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
Quoting: Cr1ogenThank 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
Quoting: ShmerlQuoting: Cr1ogenThank 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