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

Fix recovering of old crashed sessions having sprites containing slices #4200

Merged

Conversation

martincapello
Copy link
Member

@martincapello martincapello commented Dec 4, 2023

Without this fix a recovering thread could get stuck in an infinite loop when reading the slices of a sprite created with a doc format version lesser than 2.

This is something I missed when I did #3752

So this issue happens when recovering a sprite from a crashed session in Aseprite v1.3-rc2 (or later) that:

  1. Was created in an Aseprite version prior to v1.3-rc2.
  2. Contains slices.

Without this fix a recovering thread could get stuck in an infinite loop when reading the slices of a sprite created with a doc format version lesser than 2.
@dacap dacap merged commit 01c69a4 into aseprite:main Dec 4, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants