http://bugs.winehq.org/show_bug.cgi?id=58921 Wehrwolfmann <wehrwolfmann@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wehrwolfmann@gmail.com --- Comment #9 from Wehrwolfmann <wehrwolfmann@gmail.com> --- The DirectComposition part of this still reproduces with wine-11.15 (vanilla, 64-bit, clean prefix, no DLL overrides, no DXVK), with the WebView2 runtime 151.0.4129.78 installed in the prefix. One more affected application, in case it helps triaging: Razer Axon 2.9.1.0, whose entire UI is WebView2. The per-application override from comment #0 (Version=win7 for msedgewebview2.exe only, the rest of the prefix staying on win10) still works on 11.15, so the workaround has not rotted. I have attached to bug 55432 a ~90 line repro that needs neither WebView2 nor any application: it only performs the DirectComposition call Chromium makes at startup once the reported Windows version is >= 8.1. The D3D11 device and its IDXGIDevice are created fine; only DCompositionCreateDevice/2/3 fail, all three with E_NOTIMPL, which matches dlls/dcomp/device.c in current master. Since the DirectComposition part of this bug is the same hole as bug 55432, it may be worth marking this one as depending on 55432 so the dcomp work is tracked in one place. -- 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.