https://bugs.winehq.org/show_bug.cgi?id=46416
--- Comment #3 from Józef Kucia joseph.kucia@gmail.com --- Created attachment 63246 --> https://bugs.winehq.org/attachment.cgi?id=63246 vkd3d hacks for radv
It's a known vkd3d bug. The attached hack should fix the problem.
This bug seems to be hard to fix in a reasonable way. It happens because WoW keeps descriptors for destroyed resources in descriptors heaps. It appears to be allowed thing to do in D3D12, but it is invalid usage in Vulkan and radv doesn't handle it well.