https://bugs.winehq.org/show_bug.cgi?id=55085
Bug ID: 55085 Summary: Wine Staging fails to start when virtual desktop is enabled: "Application tried to create a window, but no driver could be loaded." Product: Wine-staging Version: 8.10 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: gyebro69@gmail.com CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
When virtual desktop is enabled in Staging I receive
00e8:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. 00e8:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
Not even winecfg is able to start.
This started happening maybe 2-3 weeks ago after one of the rebases.
Regression test points to the following commit in Staging: commit 00988a18d54cceea1ac03baf45c6289731f2103b Author: RĂ©mi Bernon rbernon@codeweavers.com Date: Mon Oct 25 11:45:47 2021 +0200
winex11.drv: Listen to RawMotion and RawButton* events in the desktop thread.
We still need to send "normal" input from the clipping window thread to trigger low-level hooks callbacks when clipping cursor. This is for instance used in our dinput implementation.
Tested with wine-8.10-103-g8d2de5dbe1f (Staging)