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

[3.x] Silence Index track = N is out of bounds error when deleting the last animation track #80557

Closed
wants to merge 1 commit into from

Conversation

error-27
Copy link
Contributor

@TokageItLab
Copy link
Member

TokageItLab commented Aug 12, 2023

It is very easy to hide errors, but it is generally a bad fix. The errors in core are basically there because they should be checked, so you need to look for the more fundamental problem first.

Since the issue #79587 is that the error occurs after the track is deleted, I guess the problem is with the timing of the update of the track count in the function involved in deleting the track.

@error-27
Copy link
Contributor Author

error-27 commented Aug 31, 2023

It's been a few weeks and I'm just going to close this now. I exhausted what leads I had, I have no prior experience with this code, and I don't have the time anymore to keep investigating. Perhaps someone else will fix it, or I'll come back if this is still an issue later on.

@error-27 error-27 closed this Aug 31, 2023
@AThousandShips AThousandShips removed this from the 3.6 milestone Aug 31, 2023
@error-27 error-27 deleted the animation-track-error branch January 27, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants