Describe the bug
Meteor Client Error.txt
When quitting the game, the client hangs on shutdown and eventually crashes with java.lang.Error: Watchdog (Client shutdown from post-main).
According to the thread dump in the crash log, Baritone's background world caching threads (baritone.cache.CachedWorld$PackerThread) stay active saving region files and fail to terminate before the Minecraft client's shutdown watchdog timer expires.
Meteor Client Error.txt
Steps to reproduce
- Launch the game with Meteor Client / Baritone loaded.
- Join a world or server so Baritone initializes world caching threads in the background.
- Save and quit or close the client.
- Observe the client hanging on shutdown for ~30 seconds until the Watchdog forces a crash.
Meteor Version
26.2
Minecraft Version
26.2
Operating System
Windows
Before submitting a bug report
Describe the bug
Meteor Client Error.txt
When quitting the game, the client hangs on shutdown and eventually crashes with
java.lang.Error: Watchdog (Client shutdown from post-main).According to the thread dump in the crash log, Baritone's background world caching threads (
baritone.cache.CachedWorld$PackerThread) stay active saving region files and fail to terminate before the Minecraft client's shutdown watchdog timer expires.Meteor Client Error.txt
Steps to reproduce
Meteor Version
26.2
Minecraft Version
26.2
Operating System
Windows
Before submitting a bug report
This bug wasn't already reported (I have searched bug reports on GitHub).
This is a valid bug (I am able to reproduce this on the latest dev build).