Wine fails with virtual desktop

Questions about Wine on Linux
Locked
vistaman
Newbie
Newbie
Posts: 1
Joined: Sat Jul 08, 2023 5:35 pm

Wine fails with virtual desktop

Post by vistaman »

Here are the errors:

Code: Select all

002c:fixme:winediag:LdrInitializeThunk wine-staging 8.11 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
0130:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0130:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
User avatar
KenSharp
Level 4
Level 4
Posts: 149
Joined: Mon Jul 13, 2009 8:52 pm

Re: Wine fails with virtual desktop

Post by KenSharp »

Try using normal Wine.
Lysius
Newbie
Newbie
Posts: 3
Joined: Sun Apr 04, 2010 8:46 am

Re: Wine fails with virtual desktop

Post by Lysius »

I found the same using the current wine-staging 8.12.
Wine works fine with a new prefix, but as soon as virtual desktop mode is enabled, if fails with

Code: Select all

err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
wine-stable 8.0.1 as well as wine-devel 8.12 work fine. wine-staging up to 8.9 also works, but wine-staging 8.10-8.12 are broken. So something broke between 8.9 and 8.10 in wine staging.

In case this is relevant, I'm using mesa 23.1.3 on a Radeon RX 6700 and KDE plasma (X11 as well as Wayland).
Lysius
Newbie
Newbie
Posts: 3
Joined: Sun Apr 04, 2010 8:46 am

Re: Wine fails with virtual desktop

Post by Lysius »

There is already a bug report for this: https://bugs.winehq.org/show_bug.cgi?id=55085
Locked