https://bugs.winehq.org/show_bug.cgi?id=42695
Mikko Rasa tdb@tdb.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tdb@tdb.fi
--- Comment #30 from Mikko Rasa tdb@tdb.fi --- As of right now Path of Exile won't start in DX11 mode with Wine 3.14. It gives an error saying "Failed to create deferred context", followed by some file/line information and the error code -2147467263, which corresponds to E_NOTIMPL (0x80004001). And sure enough, d3d11_device_CreateDeferredContext is a stub returning E_NOTIMPL. I guess the rendering engine got changed and now requires a different type of context than before.