Some Error display

Godot Version

4.4.1

Question

(sorry for bad English)
I’m new with godot recently and when i build a game with C# and this display but my game still run normally. I don’t know what is this and how to solve. I try to do some research but I can’t find anything. Can somebody tell me how to solve and does this affect my project?

Hard to tell without looking at the code or scene structure, but the first line is giving you a clue about a scene file path with builtin script. Have you checked that it matches exactly because it is case sensitive when exporting.

Exported Game: However, after exporting your game, Godot's internal PCK virtual filesystem is case-sensitive, regardless of your operating system. This means if you have a file named MyImage.png and refer to it as myimage.png in your code, it will work in the editor but fail to load in the exported game.