https://bugs.winehq.org/show_bug.cgi?id=37200 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #10 from super_man(a)post.com --- I think there is clear crash location one of the logs Backtrace: =>0 0x7dd9c815 dxgi_swapchain_SetFullscreenState+0x15() in dxgi (0x0033f8c8) 169 static HRESULT STDMETHODCALLTYPE dxgi_swapchain_SetFullscreenState(IDXGISwapChain *iface, 170 BOOL fullscreen, IDXGIOutput *target) 171 { 172 FIXME("iface %p, fullscreen %u, target %p stub!\n", iface, fullscreen, target); 173 174 return E_NOTIMPL; 175 } Maybe it doesn't like the return call. -- 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.