TeamWizardry / LibrarianLib

A library for the TeamWizardry mods
GNU Lesser General Public License v3.0
26 stars 21 forks source link

Packet Deserialization Error #162

Closed crazygmr101 closed 3 years ago

crazygmr101 commented 3 years ago

https://pastebin.com/NicJkmvB

Player can log on, move around a bit, then suddenly disconnects, no apparent reason.

Resetting playerdata doesn't help.

Edit: Should also mention this happens for a single person out of a dozen. We're running LibLib v4.18, minecraft 1.12.2, forge 14.23.5.2815

thecodewarrior commented 3 years ago

That log says their client is using LibLib v4.15

[02:50:01] [Netty Epoll Server IO #34/INFO] [FML]: Client attempting to join with 203 mods : ...,librarianlib@4.15,...

If your server is running v4.18 that might be the cause of the issue.

crazygmr101 commented 3 years ago

It appears I made a mistake on the original post (oops 😅). Server is running 4.15, as are we.

image image

crazygmr101 commented 3 years ago

Updated liblib, still occurs on 1.12.2 4.22 https://pastebin.com/xg8JvFxK - latest.log - server

We ended up removing it, as the mod that depended on it was removed, so we had no reason for liblib anymore - Just passing along the crash

thecodewarrior commented 3 years ago

I'm glad you ended up resolving it, even if it was by removing LibLib. 1.12 isn't going to be receiving any more updates, so I'm closing this.

Thanks for taking the time to report it though :)