My game won’t run

Godot Version

4.6.2

Question

I have 10 errors:

There isnt enough information to know what is going on. Without the code of which is creating these errors, there is nothing i can really do, nor anyone else. —except maybe @gertkeno
Edit: As @gertkeno stated, it seems like you have missing files, and also perhaps other issues.
Feel free to provide more info on the scenario. :slightly_smiling_face:

Seems like a lot o your scripts are missing. Did you move or delete your files outside of the editor?

Seem like most of your errors come from files on your addons folder you should check it first

There is no addons or phantom_camera within addons. If anyone cold tell me how to find what is calling those files it would be very helpful.

Did you previously have those addons? If so the paths to them may still present in the project.godot file which you can edit outside of Godot to remove such plugins. If you used this addon as part of the listed scenes you may have to re-create the scenes or again edit the .tscn files outside of Godot and try to remove the affecting Nodes.

That fixed the file related errors but the game still won’t run.

@Blargydev, please make sure to follow Posting guidelines in #Help channel when creating a topic. This saves yours and everyone elses time.

Several questions meant so we can help you:

1: What errors persist?

2: What are the scripts referenced by the errors?

3: Have you tried searching through your codebase/troubleshooting at all?

4: This is least useful, but what is the last change you made to your codebase before the error?

I deleted a node without deleting it’s reference in a script.