[Bug 42695] Path of Exile: fail to start when launching with dx11 enabled (WIC factory failure)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 22 15:24:27 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=42695

Mikko Rasa <tdb at tdb.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tdb at tdb.fi

--- Comment #30 from Mikko Rasa <tdb at 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.



More information about the wine-bugs mailing list