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 client crashing when failing to send keybinds to the server #2829

Merged
merged 2 commits into from
Feb 12, 2025

Conversation

omergunr100
Copy link
Contributor

What

When the server closes and the client is in the middle of sending a message it could crash.

Implementation Details

Surround the sending of keybinds in a try-catch for NPEs and log the exception instead.

Outcome

Fix #2828

@omergunr100 omergunr100 added the type: bugfix general bug fixes label Feb 5, 2025
@omergunr100 omergunr100 requested a review from a team as a code owner February 5, 2025 12:42
@krossgg krossgg changed the title Prevent the client from crashing when failing to send keybinds to the server Fix client crashing when failing to send keybinds to the server Feb 12, 2025
@krossgg krossgg merged commit c572587 into GregTechCEu:1.20.1 Feb 12, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bugfix general bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Crash] On server host closing server led to a crash.
2 participants