It seems the issue is due to missing Vulkan drivers. Could you update my graphics and Vulkan drivers, please?
Verify Vulkan on Windows
1) (Optional) Install Vulkan SDK
-
Go to vulkan.lunarg.com and install the Windows SDK.
-
This adds tools like
vulkaninfo. (Many systems already have the Vulkan runtime via GPU drivers.)
2) Run vulkaninfo
-
Open Start → Windows PowerShell (or Command Prompt).
-
Run:
vulkaninfo
If not found: run it via the SDK path (adjust version as installed):
"C:\VulkanSDK\1.3.x\Bin\vulkaninfo.exe"
3) Interpret the output
-
Working: You see GPU name(s) and a line like
Vulkan Instance Version: 1.3.x. -
Not working: Errors (e.g.,
No Vulkan devices found) or tool missing.
4) Fix common issues
-
Update GPU drivers (then reboot):
-
NVIDIA → GeForce Experience / NVIDIA driver installer
-
AMD → Adrenalin Software
-
Intel → Driver & Support Assistant
-
-
PATH not set? Either re-run the installer or call the full path to
vulkaninfo(see step 2). -
Laptop with iGPU + dGPU: In NVIDIA/AMD control panel, force apps to use the discrete GPU.
-
Still failing: Reinstall the Vulkan SDK (Windows), then try
vulkaninfoagain.