error that does not let me execute the project

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

Hi, im new to godot engine, i started using it like 2 days ago, today i was working on a 2D platformer game, very basic and ugly, just to understand the movement mechanics, how to make enemies, etc, but i try to open the project to test a new implementation
and out of nowhere I got a lot of errors in the console that the resources could not be loaded and it doesnt let me open my project, i search in google about the problem, to see if this happens to other people, but i dont find anything, so after this i restarted the engine and open the project again, but now it won’t let me open some of the scenes, it says that the dependencies of the scene were not found, but they are in the same place as always, i don’t change them, so I don’t know why it doesn’t work, I think some of the resources were simply corrupted, any help or something?

P.S: sorry about my english, im still learning it

:bust_in_silhouette: Reply From: MxtApps

Hi,
I do not know exactly what are your dependencies, but sometimes because you updated, closed without saving something, accidentaly deleted some resource (or by a bug)… These resources are deleted. But I think that Godot never removes anything, only moves it to your OS trash instead. I recommend you check it. If you can not repare the project dependencies, you can replace these, and if you thinks it is a bug, please report it to the Godot Engine issues page. You said you only have about two days of experience in this engine, I suffered these bugs some times… And I fixed it by following the instructions that I gave to you.
I hope that this will be useful for you.