-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
ERROR: Index track = <N> is out of bounds (tracks.size() = 0). at: _set (scene/resources/animation.cpp:98) #55765
Comments
This is likely a duplicate of #55292. |
I know that project is outdated, and I need to re-import the animations, but I also need to fix a serious bug in the animation blending currently #54205. Please wait a while until those are fixed. |
Thanks. I got it. It was confusing because the project is already for Godot 4 and it silently rewrites ".godot" changing config_version=4 to config_version=5. e81c689#diff-1f1c9f2b376ebc877b4dd450504a553c1e79950bacfdf2bb0e7893e425a97b4d
|
Duplicate of #55292.
It's interesting to see that this occurs – normally, the prompt should be displayed whenever |
I guess
It will only prompt if you open a project from the project manager, as the warning dialog is part of the project manager, not the editor. If you open a project from the command line (or by any means that involve running |
Godot version
v4.0.dev.calinou [f1e3c87]; v4.0.dev.custom_build [1b9fb5c]
System information
Operating system: Windows-10-10.0.18362-SP0 64 Bits; Graphics card: GeForce GTX 760M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 425.31
Issue description
This project: https://github.com/TokageItLab/3d-platform-test-for-godot4 by @TokageItLab
Repeating error:
Index track = from 0 to 54
I have tried with:
v4.0.dev.custom_build [1b9fb5c96]
v4.0.dev.calinou [f1e3c8724]
https://hugo.pro/projects/godot-builds/Operating system:
Windows-10-10.0.18362-SP0 64 Bits
Graphics card:
GeForce GTX 760M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 425.31
Cannot move.
Steps to reproduce
Open the project with the specified versions.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: