Skip to content

Fix shutdown hang/crash on 26.2#81

Merged
NotRyken merged 1 commit into
TerminalMC:mc26.1from
TauCu:fix/shutdown_thread_leak
Jun 19, 2026
Merged

Fix shutdown hang/crash on 26.2#81
NotRyken merged 1 commit into
TerminalMC:mc26.1from
TauCu:fix/shutdown_thread_leak

Conversation

@TauCu

@TauCu TauCu commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Since 26.2 the game times out and crashes waiting for the thread pool executor in InteractionManager to exit.

This PR make the executor use a virtual thread factory. Alternatively a platform daemon thread factory could be used if required.

The game crashed: client shutdown from post-main
Error: java.lang.Error: Watchdog (Client shutdown from post-main)

@NotRyken

Copy link
Copy Markdown
Member

Thanks for this.

@NotRyken NotRyken merged commit 7f51607 into TerminalMC:mc26.1 Jun 19, 2026
1 check 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.

2 participants