When filling the "crystal chest" into the "Pretty Pipes" Crafting Terminal using JEI on a server, your client will instantly disconnect from the server
NielsPilgaard opened this issue ยท 3 comments
PrettyPipes-1.9.8
Hi! Can you relay a full stack trace from the client (if there is one) and from the server (if there is one)? Thanks!
No stack traces, no crash logs, nothing except:
Server:
[17Apr2022 16:25:01.747] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Querna lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: Payload may not be larger than 32767 bytes
Client:
[16:24:27] [Render thread/ERROR]: java.lang.NullPointerException
[16:24:29] [Render thread/INFO]: [CHAT] Sending 1 sets of ingredients
[16:24:36] [Render thread/ERROR]: java.lang.NullPointerException
[16:24:40] [Render thread/INFO]: [CHAT] Sending 1 sets of ingredients
[16:24:47] [Render thread/ERROR]: java.lang.NullPointerException
[16:24:50] [Render thread/INFO]: [CHAT] Sending 1 sets of ingredients
[16:24:57] [Render thread/ERROR]: java.lang.NullPointerException
[16:25:01] [Render thread/INFO]: Client cache cleared!
On both client and server basically the same error.
So the sending request generated a nullpointer, then sends stuff. The first three were the crafts for respectively the iron/gold/diamond chests. And on the crystal chest it generates the nullpointer and then crashes on a packet overflow error.
Apparently the exceptions get caught and not logged.
Edit: Manually crafting it in the Crafting Terminal grid works fine.