Problem NPE - codechicken.xycraftcopy.core

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Jawshee

New Member
Jul 29, 2019
20
0
0
Many FTB and other servers are having this issue which is causing crashes frequently and varies depending on the server, in our case we have been having hourly crashes, so we have had no option but to put a temporary server online until we can find a resolution.
This is not related to TickThreading, the mod. Many servers with and without the mod are having the issue.

Code:
java.lang.NullPointerException
at codechicken.xycraftcopy.core.world.WorldExtension.watchChunk(WorldExtension.java:72)
at codechicken.xycraftcopy.core.world.WorldExtensionManager$WorldExtensionEventHandler.onChunkWatch(WorldExtensionManager.java:101)
at net.minecraftforge.event.ASMEventHandler_171_WorldExtensionEventHandler_onChunkWatch_Watch.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
at net.minecraftforge.event.EventBus.post(EventBus.java:103)
at iq.j_(EntityPlayerMP.java:348)
at yc.a(World.java:2745)
at in.a(WorldServer.java:844)
at yc.g(World.java:2707)
at yc.h(World.java:2536)
at in.h(WorldServer.java:701)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:956)
at ho.r(DedicatedServer.java:309)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:857)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:744)
at fy.run(ThreadMinecraftServer.java:16)

Full crash log: http://www.jawshee.net/paste/index.php/view/e3ab61afi

Thanks for taking al look!
 
Has anyone resolved this issue? Our server is suffering from these crashes as well running latest MindCrack on MCPC+.
Not sure if it's related to MCPC+ or not.

Crash report

Also, one of my players reported a chunk reverted back to wilderness, this chunk was on the first home she made with all her storage items gone. I had to revert to a backup. I will investigate what mods is being use in this chunk that may have caused it. This isn't related to this thread.
 
As far as I am aware, this is only MCPC, its due to the way it handles chunks, it interferes with how FTB Handles chunks.