doitsujin / dxvk

Vulkan-based implementation of D3D8, 9, 10 and 11 for Linux / Wine
zlib License
12.6k stars 805 forks source link

Error spam in d3d11 log for Magic the Gathering Arena #425

Closed AccountOneOff closed 6 years ago

AccountOneOff commented 6 years ago

Magic the Gathering Arena works but throws out a bunch of errors in the d3d11 log. I haven't tested in-game yet as they still haven't sent the access key for my account.

Software information

Magic the Gathering Arena Low

System information

Apitrace file(s)

Log files

doitsujin commented 6 years ago

Most of those errors aren't really bugs in DXVK and won't be fixed.

err: D3D11Device: CheckFeatureSupport: Unknown feature: 10/14 These are part of D3D 11.2, which DXVK does not support. The game should expect these queries to fail because this is unsupported on older Windows versions as well.

err: D3D11: Unsupported format: 4294967295 Game bug. 4294967295 is not a valid format and cannot be used for anything, so querying support for this format enum will fail.

err: D3D11: Unsupported format: 107 This is a YUV format which is currently not supported in DXVK. This is the only message that could potentially be problematic, but seeing that it queries even invalid enum values I don't think this is actually going to be an issue.