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 for #1992 seems to cause duplication on recovery of successive crashes & resuming work #2003

Closed
Ampflower opened this issue Aug 19, 2023 · 0 comments

Comments

@Ampflower
Copy link
Contributor

What are you trying to do, and what do you expect to happen?

Tab falls asleep via AutoTabDiscard, computer crash, etc.

  • Work on a model
  • Crash or so
  • Recover models
  • Resume work, or close the models.
  • Crash again
  • Recover models again

Not duplicate the tabs on second recovery.

I'm suspecting this is caused by the UUIDs changing on load, causing it to be desynced and duplicating when autosaving to the backup storage.

What happens instead?

The models end up duplicating with both the current revision and the revision of the last crash.

Note that the model from the last crash seems to retain the state it was prior.

I mean, this is far better than having a risk of losing work at least, but I can see this being a lil' annoying when closing the tab doesn't discard it from the backup storage.

Model format in which the issue occurs

Generic model? Tho likely agnostic

Blockbench variant

Website

Blockbench version

4.8.2

Operating System

Arch Linux + Ungoogled Chromium 115.0.5790.170

Installed Blockbench plugins

None

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

No branches or pull requests

1 participant