#Vulkan Crash on Startup
6 messages · Page 1 of 1 (latest)
It's possible that your GPU doesn't support Vulkan or in the case of MacOS, MoltenVK. Run the Vkdiag tool to make sure Vulkan is available on your hardware.
Unfortunately it only runs on Windows.
On MacOS try installing MoltenVK to implement Vulkan 1.2, or just run OpenGL.
https://github.com/KhronosGroup/MoltenVK
Unlikely that Vulkan isn't available, an error message would display stating the GPU is incapable. The log doesn't show any issues, so you might just be limited to OpenGL for some reason