https://bugs.winehq.org/show_bug.cgi?id=52500 O. Nykyforchyn <oleh.nyk(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oleh.nyk(a)gmail.com --- Comment #30 from O. Nykyforchyn <oleh.nyk(a)gmail.com> --- The issue is still present in wine-9.0-rc3 making it quite unusable for me, can't even run winecfg to create a new prefix. Tested on two laptops, one with a single integrated GPU, the other with two GPUs (intel + radeon), both with Slackware-15.0+. What is interesting, when I try to debug on a "quite created" prefix what is going on with winex11 and user32 removed from RelayFromExclude and WINEDEBUG=+relay,+module,+x11drv,+reg,+explorer winecfg 2>&1 | tee ~/wine.log egrep 'winex11|X11 Driver' wine.log > wine-winex11.log the x11drv debug channel is silent, although other ones work as extected. Initialization of winex11.drv is started and failed, no debug messages from within at all, although there is a "deeper" message that open_hkcu_key() opens 'Software\\Wine\\X11 Driver' key (see attachment), which can be done only from setup_options() in x11drv_main.c. Not working TRACEs and even ERRs for x11drv make impossible to track what goes wrong in x11drv_init(). -- 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.