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

BUG: Fdb checksum calculation gets stuck in infinite loop with packed client #1698

Closed
3 tasks done
jadebenn opened this issue Dec 28, 2024 · 0 comments · Fixed by #1699
Closed
3 tasks done

BUG: Fdb checksum calculation gets stuck in infinite loop with packed client #1698

jadebenn opened this issue Dec 28, 2024 · 0 comments · Fixed by #1699
Assignees
Labels
bug Something isn't working P-needs-investigation This issue needs to be investigated

Comments

@jadebenn
Copy link
Collaborator

Make sure you've done the following:

  • I have checked that this issue has not already been reported.

  • I have validated that this issue is not a syntax error of either MySQL or SQLite.

  • I have pulled the latest version of the main branch of DarkflameServer and have confirmed that the issue exists there.

DarkflameServer Version

0c948a8

Issue Description

When check_fdb=0, the server behaves normally. When it is set to 1, a client attempting to connect will get stuck on the "sending username" step of the login process.

Reproduction Steps

Have a MacBook Air with Apple Silicon and host a server with check_fdb=1

Expected Behavior

Login attempts should either succeed or fail FDB authentication, not hang endlessly

Environment

MacOS Sequoia 15

@jadebenn jadebenn added bug Something isn't working triage An issue that needs triage P-needs-investigation This issue needs to be investigated and removed triage An issue that needs triage labels Dec 28, 2024
@jadebenn jadebenn self-assigned this Dec 28, 2024
@jadebenn jadebenn changed the title BUG: Setting check_fdb=1 on a MacBook Air with Apple Silicon causes incoming connection attempts to hang at the login screen BUG: Setting check_fdb=1 causes incoming connection attempts to hang at the login screen Dec 28, 2024
@EmosewaMC EmosewaMC changed the title BUG: Setting check_fdb=1 causes incoming connection attempts to hang at the login screen BUG: Fdb checksum calculation gets stuck in infinite loop with packed client Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P-needs-investigation This issue needs to be investigated
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant