Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't open my game anymore #43562

Open
Broadlolypop opened this issue Nov 15, 2020 · 5 comments
Open

Can't open my game anymore #43562

Broadlolypop opened this issue Nov 15, 2020 · 5 comments

Comments

@Broadlolypop
Copy link

Godot version:

3.2.3

OS/device including version:

I don'y understand this sorry :/

Issue description:

I was making a new enemy for my game and decided to scrap the idea so I first deleted the enemy's .GD file then its .TSCN and then I tried deleting him from the main scene to be able to run the game but It wouldn't let me.

Steps to reproduce:
first .GD is deleted then .TSCN then attempt at deleting the enemy from main scene but it wouldn't let me

Minimal reproduction project:

@Calinou
Copy link
Member

Calinou commented Nov 15, 2020

@Broadlolypop Please upload a minimal reproduction project to make this easier to troubleshoot.

@Broadlolypop
Copy link
Author

I don't know how to do that or what that means

@BeayemX
Copy link
Contributor

BeayemX commented Nov 15, 2020

You should get familiar with debugging and reading log files.

I didn't go through all log files, but in godot_2020-11-15_15-31-24.log there is this line:

res://Level 1.tscn:12 - Parse Error: [ext_resource] referenced nonexistent resource at: res://MiniMage.tscn

Which means that in your Level 1 you used a scene MiniMage but MiniMage does not exist any more.

If you can't open your Godot project any more you can try to open Level 1.tscn with a text editor and remove the references to MiniMage manually.

@fire fire changed the title Can't open my game anymore: Can't open my game anymore Nov 16, 2020
@Calinou
Copy link
Member

Calinou commented Nov 21, 2020

@Broadlolypop Have you managed to solve this issue based on @BeayemX's comment? If not, please upload a ZIP file containing your project by drag-and-dropping it in a comment field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants