This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes
 scene/resources/resource_format_text.cpp:848 - res://Scens/Login.tscn:1 - Parse Error: 
 Failed loading resource: res://Scens/Login.tscn. Make sure resources have been imported 
 by opening the project in the editor at least once.
 editor/editor_data.cpp:569 - Index p_idx = 1 is out of bounds (edited_scene.size() = 1)

I just close my engine and now I have that error

Godot version 3.3.3
in Engine by (24 points)
edited by

The scene Scens/Login.tscn exists on your project path?

Is the path supposed to be "res://Scenes/Login.tscn" or is it actually "res://Scens/Login.tscn"?

Can you show the directory tree? It could be typo, as it's looking for the folder Scens, so if it's named Scenes instead, it'll fail.

yes but I cant open and load this scene

its res://Scens/Login.tscn

On the upper left menu, Scene -> Quick Open Scene... , does that Login.tscn appears?

if not, can you open another scene and drag-and-drop that scene you're having trouble with? For instance: create a scene1.tscn, and drag and drop Login from the resource directory to the screen? If that works, try the "open in editor" button that appears on the node tree.

If you can somehow workaround and open the scene, be sure to right click on its tab and then click Show in the Filesystem. There it should show where the file is.

If none of that works, try copy-pasting the scene with your file explorer (windows explorer, finder, etc) and checking the project again.

Usually because certain sub-scene or sub-resource has corrupted. Try to check them one by one.

1 Answer

0 votes
Best answer

nvm my project broked

by (24 points)
edited by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.