Shuik, did you read what Craftyawesome said to you? Vulkan isn't going to work on your graphics card. If you really want to use Vulkan, then upgrade the GPU
Your specs do not support Vulkan.
Use Direct3D 11 or OpenGL.
Vulkan is still working properly for me as well...
If Wikipedia is a source that can be relied on, the GeForce 500 series don“t have support for Vulkan; only the 600 series and upwards.
Shouldn't Dolphin make the Vulkan backend impossible to select on unsupported systems?
Why? Can't people find out this info on there own? I don't think Dolphin should have to do all the work for them
From what I understand, there isn't a good way to query in drivers whether Vulkan is supported in drivers without just... Trying to load the Vulkan backend and seeing if it works. Usually what should happen is that Vulkan will start to init when selecting it. Generally if it can init, it's supported. If it fails to init, we throw that back to the user as an error message and Vulkan fails to be selected.