Core/io/file_access problem

Godot Version

4.3.stable

Question

Whenever I alt tab in and out of Godot I get this error:
image

Does anyone know how to go about troubleshooting this

Your error comes from here:

Line 812 says it can’t open certain files. I’m not sure what files or why it would try to open any when alt-tabbing. Maybe it tries to refresh your local files in case you edited any outside the editor? Are you making a plugin or maybe you are importing files from somewhere. Are you using custom file extentions somewhere?

You can try to go to settings and enable debug->settings->stdout->verbose stdout to see if anything comes up.

1 Like

Thanks snipercup.
I am not making any plugins or using an custom file extensions in this case. I believe it only started happening when I updated from 4.2. to 4.3.

I’ve enabled Verbose stdout but I am not sure what I should be looking for now.

When you say refresh your local files, what do you mean?

have you done “Reload Current Project”?

Thanks for the tip.

I worked out it was trying to load a file incorrectly. I deleted that file and the bug went away!

Thanks snipercup and zrdrmlpzdrmlp

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.