
Renaming p2p to -1 crashes game
ludial000 opened this issue · 6 comments
Your GTNH Discord Username
ludial000
Your Pack Version
2.8.0-beta3
Your Server
SP
Java Version
Java 21
Type of Server
None
Your Actions
I renamed a p2p to -1
Crash Report
Final Checklist
- I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying the crash still exists will prompt us to investigate and reopen it once we confirm your report.
- I can reproduce this crash consistently by following the exact steps I described above.
- I have asked other people and they confirm they also crash by following the exact steps I described above.
It is the log, so the crash is in there, check line 113260. and you will find the crash.
It is the log, so the crash is in there, check line 113260. and you will find the crash.
My bad
error copied out of log for convenience:
[19:10:47] [Server thread/ERROR] [FML/]: SimpleChannelHandlerWrapper exception
java.lang.NullPointerException: {
pa…l.input
} must not be null
at Launch//com.projecturanus.betterp2p.network.packet.ServerRenameP2PTunnel.onMessage(C2SRenameP2P.kt:62) ~[ServerRenameP2PTunnel.class:?]
at Launch//com.projecturanus.betterp2p.network.packet.ServerRenameP2PTunnel.onMessage(C2SRenameP2P.kt:46) ~[ServerRenameP2PTunnel.class:?]
at Launch//cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:37) ~[SimpleChannelHandlerWrapper.class:?]
at Launch//cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:17) ~[SimpleChannelHandlerWrapper.class:?]
at Launch//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[netty-all-4.0.10.Final.jar:?]
...