Failed to get modified time

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By pferft

Hi everyone,

everything works when I play my project, but when I close it the Output says:

Failed to get modified time for: C:/godot/projects/.../addons/admob/test/Example.gd.

I deliberately moved the folder “test” to trash from within the Editor earlier, so Example.gd doesn’t exist anymore. “Example.gd” also isn’t mentioned anywhere in the whole project.
So I wonder, why would Godot throw me that line? What can I do to get rid of it?

Have you looked (manually) for any references to Example.gd in your project’s scene files (*.tscn) and the project file (project.godot)? I’d guess there 's a reference in there somewhere that you haven’t found…

jgodfrey | 2022-03-09 23:12

Thanks for yor quick answer.
Everything was fine after restarting the editor - sometimes the easiest fix, I just never remember trying…

pferft | 2022-03-09 23:21

Oh, yeah. I assumed you’d already done that. Always a good thing to try… ;^)

jgodfrey | 2022-03-09 23:27