https://bugs.winehq.org/show_bug.cgi?id=37200
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #10 from super_man@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.