Killian Cuellar Posted March 23, 2023 Share Posted March 23, 2023 singleplayer works normal and doesnt crash server debug: https://gist.github.com/Xplodin/3ec81a8128191b8e3c5ca3be2316dd83 client debug: https://gist.github.com/Xplodin/15f5e00f435ad1893baddc07067fc241 Currently in the process of removing mods that seem to add the same functions, but any help would be appreciated. had to install connectivity due to packet and payload size restrictions, mod cant be removed or I get the payload error, and other mods that do the same wont work. Quote Creator of BeanPack: Refried Link to comment Share on other sites More sharing options...
warjort Posted March 23, 2023 Share Posted March 23, 2023 Quote [23Mar2023 14:21:23.502] [Netty Epoll Server IO #6/WARN] [com.connectivity.Connectivity/]: io.netty.handler.codec.EncoderException: java.lang.NullPointerException [23Mar2023 14:21:23.508] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: KillianPC joined the game -- snip -- [23Mar2023 14:21:23.887] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: KillianPC lost connection: Internal Exception: io.netty.handler.codec.EncoderException: java.lang.NullPointerException [23Mar2023 14:21:23.887] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: KillianPC left the game [23Mar2023 14:21:23.887] [Server thread/INFO] [voicechat/]: Disconnecting client KillianPC Something has broken networking. The error message does not say which mod is responsible. You can try adding the following to your user_jvm_args.txt -Dforge.logging.mojang.level=debug to see if that gives any extra information in the server logs/debug.log Otherwise will need to experiment with removing mods until the problem goes away. (Backup your world before removing mods). Quote Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post. Link to comment Share on other sites More sharing options...
Killian Cuellar Posted March 23, 2023 Author Share Posted March 23, 2023 8 minutes ago, warjort said: Something has broken networking. The error message does not say which mod is responsible. You can try adding the following to your user_jvm_args.txt -Dforge.logging.mojang.level=debug to see if that gives any extra information in the server logs/debug.log Otherwise will need to experiment with removing mods until the problem goes away. (Backup your world before removing mods). Ill give this a shot right now, thanks for the debug logging argument. Hopefully this provides more detail Quote Creator of BeanPack: Refried Link to comment Share on other sites More sharing options...
Killian Cuellar Posted March 23, 2023 Author Share Posted March 23, 2023 I figured it out. was apotheosis. updating to 6.1.4 fixes it since the update came out like not even an hour ago Quote Creator of BeanPack: Refried Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.