Stereowalker / Survive

https://modrinth.com/mod/survive
https://www.curseforge.com/minecraft/mc-mods/survive
Other
19 stars 18 forks source link

[BUG] Unable to connect to server with UnionLib-1.18.2-7.1.3-Forge.jar #241

Open Wabbit0101 opened 2 years ago

Wabbit0101 commented 2 years ago

Forge version: forge-1.18.2-40.1.68-installer.jar (server) Survive version: Survive-1.18.2-7.0.7.jar UnionLib version: UnionLib-1.18.2-7.1.3-Forge.jar

I am unable to get a client to connect to a server due to a UnionLib server<->client synchronization issue. Note that the server itself starts up fine. Here are logs from client-side along with screenshot. (Also note in single player the logs are being spammed with those 'Clientbound packages registered' messages whenever ANY gui is opened...)

[14:40:39] [Render thread/INFO] [unionlib/]: survive's Clientbound packets registered
[14:40:39] [Render thread/INFO] [unionlib/]: unionlib's Clientbound packets registered
[14:40:39] [Render thread/INFO] [unionlib/]: survive's Clientbound packets registered
[14:40:39] [Render thread/INFO] [unionlib/]: unionlib's Clientbound packets registered
[14:40:39] [Render thread/INFO] [minecraft/ConnectScreen]: Connecting to wabbityworld.beastmc.com, 25565
[14:40:41] [Render thread/ERROR] [ne.mi.re.GameData/REGISTRIES]: Unidentified mapping from registry minecraft:item
    unionlib:golden_ring: 2194

[14:40:41] [Render thread/ERROR] [ne.mi.re.GameData/REGISTRIES]: Unidentified mapping from registry minecraft:menu
    unionlib:union_inventory: 24

[14:40:41] [Render thread/ERROR] [ne.mi.re.GameData/REGISTRIES]: Unidentified mapping from registry minecraft:recipe_serializer
    unionlib:no_remainder_crafting_shapeless: 21

[14:40:41] [Render thread/ERROR] [ne.mi.ne.HandshakeHandler/FMLHANDSHAKE]: Missing registry data for impl connection:
    minecraft:recipe_serializer: unionlib:no_remainder_crafting_shapeless
    minecraft:item: unionlib:golden_ring
    minecraft:menu: unionlib:union_inventory

[14:40:41] [Netty Client IO #1/ERROR] [ne.mi.ne.HandshakeHandler/FMLHANDSHAKE]: Failed to load registry, closing connection.
[14:40:41] [Netty Client IO #1/ERROR] [ne.mi.ne.HandshakeHandler/FMLHANDSHAKE]: Connection closed, not continuing handshake

Screenshot: Survive_Crash_UnionLib_Error2