Minecraftforge: [1.13.2 - Released] Crashing when Joining Multiplayer :: Failing to Tick Entities in World

Created on 15 Feb 2019  路  7Comments  路  Source: MinecraftForge/MinecraftForge

Forge Version: 1.13.2-forge-25.0.10 (Just Released)

Probable Cause: Missing child config for ForgeConfig.SERVER.removeErroringEntities

Stacktrace:

java.lang.NullPointerException: Cannot get config value without assigned Config object present
    at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)
    at net.minecraftforge.common.ForgeConfigSpec$ConfigValue.get(ForgeConfigSpec.java:595)
    at net.minecraft.world.World.func_72939_s(World.java:1087)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1198)
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:772)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:358)
    at net.minecraft.client.main.Main.main(SourceFile:144)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:19)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:35)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:58)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:44)

Full Crash Report: https://gist.github.com/willies952002/8961b6212fbfac626c46f3e85b4856a3

Note: Issue persisted from dev builds

Most likely relates to #5430 and #5460.

1.13 Bug

Most helpful comment

Fixed for forge servers. Vanilla needs additional research.

All 7 comments

I'm also facing this issue. Happens with various different servers

I also have this issue.

Post with more information, not useless comments like that.

Version: 25.0.22
happens when connecting to vanilla servers.
forge servers works fine.

Fixed for forge servers. Vanilla needs additional research.

I managed to join vanilla servers without a crash on Forge 25.0.34. I will check newer version later tonight.

Tested and working in 25.0.44 - Issue is resolved 馃憤

Was this page helpful?
0 / 5 - 0 ratings