https://bugs.winehq.org/show_bug.cgi?id=44756
Kimmo Myllyvirta kimmo.myllyvirta@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kimmo.myllyvirta@gmail.com
--- Comment #1 from Kimmo Myllyvirta kimmo.myllyvirta@gmail.com --- Should be fixed now. The error was caused by; 0091:warn:d3d11:d3d_device_inner_QueryInterface {a04bfb29-08ef-43d6-a49c-a9bdbdcbe686} not implemented, returning E_NOINTERFACE. Which is ID3D11Device1. This was fixed by f01d1034d958177b08febb72da7ffa0d07f858c5. It uses also ID3D11DeviceContext1, which was fixed by b9163e22e885139e5a815c4eefc3a61ef6d7378d.