Godot Vulkan crashin when game closed, ERROR: Condition "err != VK_SUCCESS" is true. Returning: FAILED

Godot Version

4.5.1

Question

For a little while I’ve been having an issue with the engine freezing after I close my game and throwing this error
ERROR: Condition “err != VK_SUCCESS” is true. Returning: FAILED

This only happens when using vulkan, not compatibility. It also happens with any project

Full error message, nothing else of note in the logs
ERROR: Condition “err != VK_SUCCESS” is true. Returning: FAILED
at: command_queue_execute_and_present (drivers/vulkan/rendering_device_driver_vulkan.cpp:2753)

SOLVED
for future readers, on old arch installs using the amdvlk (dead) driver you must switch to vulkan-radeon as detailed in the vulkan arch wiki page

1 Like