http://bugs.winehq.org/show_bug.cgi?id=59108 --- Comment #10 from Rémi Bernon <rbernon@codeweavers.com> --- Created attachment 79972 --> http://bugs.winehq.org/attachment.cgi?id=79972 Tentative fix I don't expect the winewayland driver to be working well with these applications, they require rendering to other process windows and that is not implemented for the moment. Would you mind trying this patch series? If they don't make any difference by default, they also introduce a new "X11 Driver" UseXComposite option, which you could set to N to disable offscreen rendering entirely. I don't see any hint that XComposite is missing but perhaps it's not working correctly, and maybe using the WineD3D fallback DC could help. You can set that new option with: wine reg add "HKCU\\Software\\Wine\\X11 Driver" /v UseXComposite /d N /f and reset it to its default with: wine reg delete "HKCU\\Software\\Wine\\X11 Driver" /v UseXComposite /f -- 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.