Wine 8.21 has rolled out as the latest development release and brings with it some nice sounding stuff, readying up for Wine 9.0 early next year.
From the release notes:
- High-DPI scaling and initial Vulkan support in the Wayland driver.
- Beginnings of support for ARM64EC target.
- Updates to the locale database.
- Various bug fixes.
From the bug fix lists there's 29 solved as of this release including one from 2007 with game improvements overall to Drome Racers, Ninki Seiyuu no Tsukukurikata, Age of Empires II Definitive Edition, Death Stranding, ModOrganizer, Port Royale 2 and other miscellaneous apps.
Want help managing Wine on Linux? You can try Bottles, Lutris and the Heroic Launcher.
Some you may have missed, popular articles from the last month:
7 comments
This wine version add various commits related wma-wmv but in practice for example dead rising 1 sometimes pass entry videos sometimes dont
In other cases stay in black case darksiders - ultra street fighter and others
Also have more commits related mpeg-1, with wine must be resolve various issues remaining of infamous bug 9127
https://bugs.winehq.org/show_bug.cgi?id=9127
At writing time stay using staging 8.21, avalaible on winehq packages (in my case stay using mantic packages)
Last edited by mrdeathjr on 26 November 2023 at 2:19 am UTC
In other cases stay in black case darksiders - ultra street fighter and others
Also have more commits related mpeg-1, with wine must be resolve various issues remaining of infamous bug 9127
https://bugs.winehq.org/show_bug.cgi?id=9127
At writing time stay using staging 8.21, avalaible on winehq packages (in my case stay using mantic packages)
Last edited by mrdeathjr on 26 November 2023 at 2:19 am UTC
2 Likes, Who?
Looking good for next year! Looks like we really will get Wine Wayland in 9.xx Staging and 10.0 Stable.
0 Likes
Quoting: mrdeathjrThis wine versionCase
Last edited by axredneck on 25 November 2023 at 3:00 pm UTC
1 Likes, Who?
Just a few more MRs and Wine Wayland can be tested with games.
Last edited by Shmerl on 25 November 2023 at 11:56 pm UTC
Last edited by Shmerl on 25 November 2023 at 11:56 pm UTC
0 Likes
Did anyone actually manage to test the new Wayland driver for anything simple?
I tried it, but it's not working:
I tried it, but it's not working:
debug=true DISPLAY='' WAYLAND_DISPLAY='wayland-0' wine regedit
...
009c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
009c:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
009c:err:systray:initialize_systray Could not create tray window
002c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
002c:err:winediag:nodrv_CreateWindow L"Make sure that your X server is running and that $DISPLAY is set correctly."
0 Likes
Quoting: ShmerlDid anyone actually manage to test the new Wayland driver for anything simple?Seems to still be missing the bits I mentioned here. I guess it won't be hooked up properly until everything has been merged.
I tried it, but it's not working:
debug=true DISPLAY='' WAYLAND_DISPLAY='wayland-0' wine regedit
...
009c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
009c:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
009c:err:systray:initialize_systray Could not create tray window
002c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
002c:err:winediag:nodrv_CreateWindow L"Make sure that your X server is running and that $DISPLAY is set correctly."
0 Likes
I found a way to do it. Set this in registry:
Then unset DISPLAY variable and try something like regedit.
HKEY_CURRENT_USER\Software\Wine\Drivers\Graphics="x11,wayland"
Then unset DISPLAY variable and try something like regedit.
2 Likes, Who?
See more from me