https://bugs.winehq.org/show_bug.cgi?id=55085
Sveinar Søpler cybermax@dexter.no changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cybermax@dexter.no
--- Comment #3 from Sveinar Søpler cybermax@dexter.no --- (In reply to rn19 from comment #2)
(In reply to Aida Jonikienė from comment #1)
Can you apply this patch and see if the issue goes away?
Encountered the same issue with versions above 8.9.
Applied the patch on top of 8.12.
# Difference in output compared to 8.9 shows the patched in debug message 00c8:fixme:x11drv:x11drv_init_thread_data Top window detected # Followed by error repeating 25 times 0104:err:system:update_display_cache Failed to read display config. 0024:err:system:update_display_cache Failed to read display config. # Then again 010c:fixme:x11drv:x11drv_init_thread_data Top window detected
After that the application starts, functions and finishes correctly in a virtual desktop.
Although this patch makes me be able to enable virtual desktop and it seemingly is working, starting a Vulkan app on top of this crashes with:
err:system:update_display_cache Failed to read display config. ... err:seh:NtRaiseException Exception frame is not in stack limits => unable to dispatch exception.
So, the underlying problem does not seem fixed by this, as it just kinda bypasses the first error i guess.