I cant OPEN this scene in editor

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By andreu33
 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

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

fershopls | 2021-08-24 00:40

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.

MisterMano | 2021-08-24 13:00

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

NimBlemations | 2021-08-24 13:00

yes but I cant open and load this scene

andreu33 | 2021-08-24 13:57

its res://Scens/Login.tscn

andreu33 | 2021-08-24 13:59

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.

MisterMano | 2021-08-25 00:47

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

MintSoda | 2021-09-02 23:01

:bust_in_silhouette: Reply From: andreu33

nvm my project broked