AlpyneDreams / d8vk

Direct3D 8 to Vulkan translation for DXVK! Merged into dxvk: https://github.com/doitsujin/dxvk
zlib License
486 stars 6 forks source link

[Question] D3D9SwapChainEx: Failed to recreate swap chain: -13 on 6700 XT #201

Closed grandshot closed 9 hours ago

grandshot commented 5 months ago

About a half year ago all works fine, but now it's just show white or black screen in all games. What could happen? Original DXVK still works with Dx9 games without issues mostly.

Tried to test with integrated intel, but result is same. By identical log can presume what Windows Graphic Settings just ignoring, and discrete card is used anyway.

System information

Morrowind_d3d8.log Game_d3d8.log

WinterSnowfall commented 5 months ago

Hmmm... -13 is VK_ERROR_UNKNOWN, so that doesn't say much about what's going on. No idea why you're getting this, but in all fairness AMD drivers don't get a lot of testing (if any) on Windows with d8vk. Something may have broken on that end, though I'd expect d3d9 games run with dxvk to exhibit the same issues if that's the case.

grandshot commented 5 months ago

Something may have broken on that end, though I'd expect d3d9 games run with dxvk to exhibit the same issues if that's the case.

FarCry with dxvk runs perfectly, what i can prove by log.

FarCry_d3d9.log

grandshot commented 5 months ago

For experiment I produced a clean install of Windows 11 to another physical drive. Nothing changed, so that's exactly the latest AMD drivers is guilty. Crosire's dx9 wrapper works fine, just in case. game_d3d8.log

Blisto91 commented 5 months ago

fwiw some other dxvk games have the same crash issue with Windows AMD drivers from 23.10.2 and above. See https://github.com/doitsujin/dxvk/issues/3723 as an example. 23.8.2 should work