https://bugs.winehq.org/show_bug.cgi?id=52774
Brendan McGrath [email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected]
--- Comment #6 from Brendan McGrath [email protected] --- @kolAflash - I've raised a separate bug for Elite Dangerous: https://bugs.winehq.org/show_bug.cgi?id=56250
I've also attached a patch that fixes the issue for me if you want to try it.
I raised a separate issue because the Elite log has: fixme:d3d11:d3d11_device_CheckFeatureSupport Unhandled feature 0xe.
where as the original bug has: fixme:d3d11:d3d11_device_CheckFeatureSupport Unhandled feature 0x3.
So 0x3 (D3D11_FEATURE_FORMAT_SUPPORT2) vs. 0xe (D3D11_FEATURE_D3D11_OPTIONS2). My patch only addresses D3D11_FEATURE_D3D11_OPTIONS2, so it probably won't help with this bug.