Godot Version
Godot_v4.3-stable_mono_win64
I am creating a new project with a single node2d as a scene (so basically empty). I set Project Settings → Editor → Run → Main Run Args to “–verbose” and run the project. Those warnings/errors are shown in the Debugger tab.
They point to godot/drivers/vulkan/rendering_context_driver_vulkan.cpp at 77dcf97d82cbfe4e4615475fa52ca03da645dbd8 · godotengine/godot · GitHub
Now those errors don’t break building or running the project. But I would like to know what is happening. Anyone? Any help will be greatly appreciated.
Seems the vulkan in Godot is having some conflict with the Epic Games overlay, you can try disable this or just ignore the errors if your project don’t show any problem.
Thanks for pointing me in the right direction! Running vulkaninfo
in the command prompt showed identical warnings and errors. After a bit of research, I discovered some “parasite” entries in the Windows Registry. Once I removed those, the errors were gone.
Interestingly, I uninstalled the Epic Games launcher quite a while back, but now I’m wondering if its uninstallation process doesn’t fully clean up everything.
Either way, THANK YOU!