Editor output plane says it can't find certain files

Godot Version

V4.5.1 stable (and v.4.4.1 stable)

Question

I was on v4.4.1 stable. And haven’t used Godot for several months. And I haven’t used it much. I downloaded v4.5.1 stable and opened some projects.
The output message plane says:
" ERROR: Attempt to open script ‘res://Global/Settings.gd’ resulted in error ‘File not found’.
ERROR: Failed loading resource: res://Global/Settings.gd.
ERROR: Failed to create an autoload, can’t load from path: res://Global/Settings.gd."

Directories:
C:\Program Files (x86)\Godot_v4.4.1-stable_win64.exe
C:\Program Files (x86)\Godot\Godot_v4.5.1-stable_win64.exe

What I tried so far, without solution:

  • Delete the folder “C:\rogerty\Godot\fps-template.godot”, someone from the forum suggested this.
  • Open Menu > Editor > Editor Settings > FileSystem > Directories. And I changed the directory to C:/Program Files (x86)/Godot/Projecten

Do you have any suggestions what I might can do to get rid of these error messages?

It looks like it’s looking for a script for an Autoload (Global), but it can’t find it. Do you have a file called Settings.gd at the location that it’s looking for?

1 Like

Hello paintsimmon, so far I can tell, there is none. Or I can’t find it.
I looked at those locations and I used windows search.
Maybe I should try to make an empty file called Settings.gd to see if the error messages disappear?

1 Like