You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which led me to review the file "filesystem_cache8" where I found a line that indeed had more than 9 splits (when split by "::"). That allowed me to create a minimum reproduction project, attached below. In said reproduction project the line goes:
You need an glb, and a scene that instances it. Which are included in the reproduction project attached below.
To get the error you would open the project in Godot 4.1 beta 2. If you don't get the error (for example because you previously opened the project in a different version of Godot) reload the project from the Project menu and you should get it.
Godot version
v4.1.beta2.official [a2575cb]
System information
Windows 10
Issue description
I'm getting errors like this in one of my projects:
This didn't happen in Godot 4.1 beta 1 (and I was unable to reproduce the problem in that version).
The error comes from here: https://github.com/godotengine/godot/blob/33957aee69683cf1f542a8622e5a9efd23070f1c/editor/editor_file_system.cpp#LL265
Which led me to review the file "filesystem_cache8" where I found a line that indeed had more than 9 splits (when split by
"::"
). That allowed me to create a minimum reproduction project, attached below. In said reproduction project the line goes:Steps to reproduce
You need an glb, and a scene that instances it. Which are included in the reproduction project attached below.
To get the error you would open the project in Godot 4.1 beta 2. If you don't get the error (for example because you previously opened the project in a different version of Godot) reload the project from the Project menu and you should get it.
Minimal reproduction project
test4.zip
The text was updated successfully, but these errors were encountered: