Lightman314 / LightmansCurrency

Lightman's Currency Minecraft Mod
Other
29 stars 17 forks source link

BUG: I can't connect to the dedicated server #180

Closed DankestO closed 9 months ago

DankestO commented 9 months ago

Minecraft Version

1.20.1

Forge Version

47.2.0

Lightman's Currency Version

2.2.0.1c

Environment Type

Dedicated Server (Bug/crash happened while connected to a server or while the dedicated server was booting)

Other relevant Mods

lctech-1.20.1-0.2.1.1

Describe the bug

I'm here again, sorry xD With the latest update, when you enter a dedicated server it does not seem to load at all. I do not understand why. It loads the terrain, but the text is still there and doesn't let you do anything.

Thank you for your continued hard work on this wonderful mod!

To Reproduce

1- Enter the dedicated server 2- Wait indefinitely to enter

Screenshots/Logs/Crash Reports

Captura de pantalla 2024-01-26 112039 Server log: latest.log Client log: latest.log

Lightman314 commented 9 months ago

I believe I've found the issue. When I added the client-side trigger to reload the configs it also reloaded the server config, causing it to attempt to send a server -> client packet despite it being the client itself, which naturally caused an error during the login phase resulting in this softlock. I'll have a fix out asap to correct this :)

Lightman314 commented 9 months ago

Fixed in v2.2.0.1d. Thank you for reporting!