NikitaCartes / EasyAuth

Easy authentication mod for Fabric servers
MIT License
127 stars 24 forks source link

[BUG] "Crash" on 1.19.3 with no crash report #90

Closed AyazJenkins closed 1 year ago

AyazJenkins commented 1 year ago

Versions

Describe the bug The server launches just fine. However, in the second someone does register or login, the server closes with no crash report, stacktrace, etc.

To Reproduce Steps to reproduce the behavior: 1.Create a server 2.Use register commands

Mods: -- cloth-basic-math 0.6.1

NikitaCartes commented 1 year ago

This should help: https://github.com/NikitaCartes/EasyAuth/wiki/GLIBC-problems

IamRyusei commented 1 year ago

I encountered the same problem too with mod version 3.0.0-15 with mc1.19.4 fabric, running on Java Temurin 17 on Alpine Linux (Docker). Therefore I think is not a problem with GLIBC (since Alpine is based on musl).

Attached the server log and the java crash report. latest.log hs_err_pid1.log

I'm gonna try different versions of the mod to see if a previous one works, and let you know. Hit me up if you need more details on the issue.

NikitaCartes commented 1 year ago

I see there's crash when mod using argon2 so I think it's problem with GLIBC.

IamRyusei commented 1 year ago

In my case, setting useBCryptLibrary: true solved the issue.