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.
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.