You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a project in Godot using Vulkan, the following errors appear in the console:
ERROR: Condition "err != VK_SUCCESS" is true. Returning: FAILED
at: fence_wait (drivers/vulkan/rendering_device_driver_vulkan.cpp:2066)
ERROR: Condition "err != VK_SUCCESS" is true. Returning: FAILED
at: command_queue_execute_and_present (drivers/vulkan/rendering_device_driver_vulkan.cpp:2266)
Steps to reproduce
1.Open the project in Godot.
2.Start the project and render a scene.
3.After a while, observe the console where the error messages appear during rendering.(point to be note that after some while it start showing this behaviour)
Minimal reproduction project (MRP)
This issue occurs in all my projects, so it is not specific to a particular setup or scene. You can replicate the problem by creating a new project with default settings, using Vulkan as the rendering backend, and running it for a while until the error appears during scene rendering.
The text was updated successfully, but these errors were encountered:
I receive this same error but in a different context.
I have a scene with a Parallax2D and GPUParctiles2D instanced into a level. On the particle node, turning off visibility of either the parallax or particle node, turning off particle emission, removing the particle texture, removing the particle or parallax node, briefly freeze my computer, and gives the same error message.
It only happens in that one particular level scene, other levels have the same scene instanced without this error. Copying the problem elements to another scene does not reproduce it either.
The error does not happen in Compatibility mode, only Forward+.
Tested versions
Godot_v4.3-stable
System information
Debain12-Godot_v4.3-stable-Vulkan(1.2.175)forward-dedicated nvidia geforce gtx 710
Issue description
When running a project in Godot using Vulkan, the following errors appear in the console:
ERROR: Condition "err != VK_SUCCESS" is true. Returning: FAILED
at: fence_wait (drivers/vulkan/rendering_device_driver_vulkan.cpp:2066)
ERROR: Condition "err != VK_SUCCESS" is true. Returning: FAILED
at: command_queue_execute_and_present (drivers/vulkan/rendering_device_driver_vulkan.cpp:2266)
Steps to reproduce
1.Open the project in Godot.
2.Start the project and render a scene.
3.After a while, observe the console where the error messages appear during rendering.(point to be note that after some while it start showing this behaviour)
Minimal reproduction project (MRP)
This issue occurs in all my projects, so it is not specific to a particular setup or scene. You can replicate the problem by creating a new project with default settings, using Vulkan as the rendering backend, and running it for a while until the error appears during scene rendering.
The text was updated successfully, but these errors were encountered: