
Crash due to a NullPointerException
LoganFievez opened this issue ยท 2 comments
Hi,
I'm playing the modpack craftoria.
The modpack version 1.11.0 and the Minecraft version is 1.21.1.
I'm having a crash due to a NullPointerException. I think it happens when a mob spawn, at least it's what I understood from the log.
It happens from time to time but more frequently during blood moon and super blood moon event.
Here is the crash log:
[17:51:14] [Server thread/ERROR] [ne.ne.bu.EventBus/EVENTBUS]: Exception caught during firing event: Cannot invoke "net.minecraft.resources.ResourceLocation.toString()" because the return value of "dev.shadowsoffire.apotheosis.mobs.registries.EliteRegistry.getKey(dev.shadowsoffire.placebo.codec.CodecProvider)" is null
Index: 11
Listeners:
0: @SubscribeEvent: class dev.architectury.event.forge.EventHandlerImplCommon eventLivingSpawnEvent(Lnet/neoforged/neoforge/event/entity/living/FinalizeSpawnEvent;)V
1: @SubscribeEvent: class ky.someone.mods.gag.GAG checkSpawn(Lnet/neoforged/neoforge/event/entity/living/FinalizeSpawnEvent;)V
2: @SubscribeEvent: class dev.shadowsoffire.wstweaks.WSTEvents witherTransform(Lnet/neoforged/neoforge/event/entity/living/FinalizeSpawnEvent;)V
3: com.telepathicgrunt.the_bumblezone.neoforge.NeoForgeEventManager$$Lambda/0x0000018bc6f72e30@70ecf8a7
4: net.p3pp3rf1y.sophisticatedbackpacks.common.CommonEventHandler$$Lambda/0x0000018bc71db060@7eda37eb
5: @SubscribeEvent: class com.hollingsworth.arsnouveau.common.event.EventHandler livingSpawnEvent(Lnet/neoforged/neoforge/event/entity/living/FinalizeSpawnEvent;)V
6: @SubscribeEvent: class tallestegg.illagersweararmor.IWASpawnEvents finalizeSpawn(Lnet/neoforged/neoforge/event/entity/living/FinalizeSpawnEvent;)V
7: @SubscribeEvent: class twilightforest.events.EntityEvents adjustEntityHealthInMultiplayerFights(Lnet/neoforged/neoforge/event/entity/living/FinalizeSpawnEvent;)V
8: @SubscribeEvent: class dev.latvian.mods.kubejs.entity.KubeJSEntityEventHandler checkSpawn(Lnet/neoforged/neoforge/event/entity/living/FinalizeSpawnEvent;)V
9: @SubscribeEvent: class io.redspace.ironsspellbooks.player.ServerPlayerEvents handleResistanceAttributesOnSpawn(Lnet/neoforged/neoforge/event/entity/living/FinalizeSpawnEvent;)V
10: mekanism.tools.common.MekanismTools$$Lambda/0x0000018bc88abc38@2797118
11: @SubscribeEvent: dev.shadowsoffire.apotheosis.mobs.ApothMobEvents@1f9b9f20 finalizeMobSpawns(Lnet/neoforged/neoforge/event/entity/living/FinalizeSpawnEvent;)V
12: @SubscribeEvent: me.desht.pneumaticcraft.common.event.MiscEventHandler@edfc6ed onMobSpawn(Lnet/neoforged/neoforge/event/entity/living/FinalizeSpawnEvent;)V
java.lang.NullPointerException: Cannot invoke "net.minecraft.resources.ResourceLocation.toString()" because the return value of "dev.shadowsoffire.apotheosis.mobs.registries.EliteRegistry.getKey(dev.shadowsoffire.placebo.codec.CodecProvider)" is null
at TRANSFORMER/[email protected]/dev.shadowsoffire.apotheosis.mobs.ApothMobEvents.trySpawnElite(ApothMobEvents.java:193)
at TRANSFORMER/[email protected]/dev.shadowsoffire.apotheosis.mobs.ApothMobEvents.finalizeMobSpawns(ApothMobEvents.java:96)
at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.SubscribeEventListener.invoke(SubscribeEventListener.java:49)
at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:350)
at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:315)
at TRANSFORMER/[email protected]/net.neoforged.neoforge.event.EventHooks.finalizeMobSpawn(EventHooks.java:320)
at TRANSFORMER/[email protected]/net.minecraft.world.level.NaturalSpawner.spawnCategoryForPosition(NaturalSpawner.java:196)
at TRANSFORMER/[email protected]/net.minecraft.world.level.NaturalSpawner.spawnCategoryForChunk(NaturalSpawner.java:125)
at TRANSFORMER/[email protected]/net.minecraft.world.level.NaturalSpawner.spawnForChunk(NaturalSpawner.java:113)
at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerChunkCache.tickChunks(ServerChunkCache.java:367)
at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerChunkCache.tick(ServerChunkCache.java:321)
at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:379)
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1037)
at TRANSFORMER/[email protected]/net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:320)
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:917)
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:707)
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:267)
at java.base/java.lang.Thread.run(Thread.java:1583)
Is it possible to disable blood moon and super blood moon via config to reduce the frequency of the crashes ?
Thank you.
Same issue as #1423. Can you please update Apotheosis and Placebo to their latest versions (8.0.2 and 9.6.3 respectively)?