Jump to content

Can´t Join Modded Server "Book" is Null


ZeroTronix

Recommended Posts

Hey i put a modpack together and the server runs but nobody can join the server because you get 

Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException: Cannot invoke "net.minecraft.resources.ResourceLocation.toString()" because "book" is null 

i searched for the error but couldnd find anything

Client log: https://mclo.gs/0ha2gTa
Server Log: https://mclo.gs/wdpqnH3

Link to comment
Share on other sites

That's a network error caused by one of your mods.

The error message does not appear in either of the logs you posted.

It could also be a broken custom recipe, e.g. in a datapack you have installed or some other configuration.

 

You can try adding the following system property to your jvm properties. Which should show the full error message in the logs/debug.log

Quote

-Dforge.logging.mojang.level=debug

I have no idea how to do that with the prism launcher but it should be in a similar place to where you specify the memory allocated to the game.

 

Failing that. The only way to find this kind of problem mod is to remove mods until the issue goes away. Backup your world before removing mods.

 

Your client log also contains this error:

Quote

[21:46:27] [Netty Client IO #9/INFO] [ne.mi.cl.ForgeHooksClient/CLIENTHOOKS]: Client has mods that are missing on server: [essential, smoothchunk, appleskin]

which may or may not be relevant?

 

The server log says that essential mod is broken.

Quote

/home/********/g564884/minecraft-forge/mods/Essential-forge_1-18-2.jar

[15Aug2023 21:45:05.643] [main/FATAL] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Encountered serious error loading transformation service, expect problems

java.util.ServiceConfigurationError: cpw.mods.modlauncher.api.ITransformationService: Provider gg.essential.container.loader.stage0.EssentialTransformationService could not be instantiated

That mod is a custom networking layer for minecraft. It might be breaking things even when you are not actually using it?

If you are using it, then you need to ask them for support.

We cannot support that mod. It is closed source and as I said, completely changes how the networking works.

Edited by warjort
  • Thanks 1

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

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