Jump to content

Cant get into my server due to java.lang.NullPointerException [1.19.2]


Recommended Posts

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.

Creator of BeanPack: Refried

Link to comment
Share on other sites

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).

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

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

Creator of BeanPack: Refried

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.