[Bug 52735] Wine does not launch GUI apps

WineHQ Bugzilla wine-bugs at winehq.org
Wed Apr 27 01:32:04 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52735

Kuma <zhongjie007 at yeah.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zhongjie007 at yeah.net

--- Comment #1 from Kuma <zhongjie007 at yeah.net> ---
there is 2 way to solve this problem:
1: you can try running Wine Apps under Wayland
2: I'm using a laptop with intel+nvidia GPU too, the real problem for that:

00f4:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
00f4:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."

just because of a wrong Xorg config. you can check /var/log/Xorg.0.log for more
detail.

To simply solve it, you can ref my ops:

a. if you are using optimus-manager to switch 2 GPUs. firstly, check
'optimus-manager --status' whether return any error or not. 
b. if optimus-manager's error seems like ''modprobe -r xxx nvidia' returned 1'.
maybe you should disable nvidia-persistence by 'systemctl disable
nvidia-persistence'. for other reason, find pid which are using /dev/nvidia0 by
'sudo fuser -a /dev/nvidia0 -v', and try to stop it.
c. re-enable optimus-manager by 'systemctl enable optimus-manager' and reboot


if this method still don't work. you should check GPU driver, install
xf86-video-intel & mesa

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list