https://bugs.winehq.org/show_bug.cgi?id=42695 Mikko Rasa <tdb(a)tdb.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tdb(a)tdb.fi --- Comment #30 from Mikko Rasa <tdb(a)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. -- 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.