Bixilon / Minosoft

An open source Minecraft reimplementation written from scratch. Mirror of https://gitlab.bixilon.de/bixilon/minosoft

Home Page:https://gitlab.bixilon.de/bixilon/minosoft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kicked: Too long to log in

isXander opened this issue · comments

When attempting to join a server, I get kicked with the message: too long to log in. A vanilla client works fine. IP is mc.isxander.dev, runs fabric 1.19.2 with no content mods. Minosoft 1d948bc

[2022-12-09 22:10:22.009] [Epoll#1] [NETWORK_PACKETS_IN] [VERBOSE] Login plugin request (messageId=0, channel=fabric-networking-api-v1:early_registration, data=[B@12b1899d)

That looks like fabric is requesting a "fabric handshake", minosoft does not speak fabric. I probably need to reject it somehow and not just ignore it. Will handle that...