![The Knocker](https://media.forgecdn.net/avatars/thumbnails/978/691/256/256/638483758899567543_animated.gif)
The Knocker crashes the game when the Murdered Cow event is triggered for any players in the vicinity
xDarkShadow133 opened this issue ยท 2 comments
The mod creates the following error and then crashes the client, though sometimes the client can render the it and other times it crashes when in proximity.
The Setup Used
- Minecraft: 1.20.1 (Forge 47.2.0) <- Used with the CurseForge App Profiles
java.lang.NullPointerException: Cannot invoke "net.minecraft.world.entity.Entity.m_6842_(boolean)" because "armor_stand" is null
at TRANSFORMER/[email protected]/net.mcreator.theknocker.procedures.DeadcoweventProcedure.execute(DeadcoweventProcedure.java:39)
at TRANSFORMER/[email protected]/net.mcreator.theknocker.procedures.RandomeventProcedure.execute(RandomeventProcedure.java:42)
at TRANSFORMER/[email protected]/net.mcreator.theknocker.procedures.RandomspawnProcedure.execute(RandomspawnProcedure.java:83)
at TRANSFORMER/[email protected]/net.mcreator.theknocker.procedures.RandomspawnProcedure.onPlayerTick(RandomspawnProcedure.java:30)
at TRANSFORMER/[email protected]/net.mcreator.theknocker.procedures.__RandomspawnProcedure_onPlayerTick_PlayerTickEvent.invoke(.dynamic)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
at TRANSFORMER/[email protected]/net.minecraftforge.event.ForgeEventFactory.onPlayerPostTick(ForgeEventFactory.java:920)
at TRANSFORMER/[email protected]/net.minecraft.world.entity.player.Player.m_8119_(Player.java:285)
at TRANSFORMER/[email protected]/net.minecraft.client.player.AbstractClientPlayer.m_8119_(AbstractClientPlayer.java:70)
at TRANSFORMER/[email protected]/net.minecraft.client.player.LocalPlayer.m_8119_(LocalPlayer.java:189)
at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ClientLevel.m_104639_(ClientLevel.java:274)
at TRANSFORMER/[email protected]/net.minecraft.world.level.Level.m_46653_(Level.java:479)
at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ClientLevel.m_194182_(ClientLevel.java:256)
at TRANSFORMER/[email protected]/net.minecraft.world.level.entity.EntityTickList.m_156910_(EntityTickList.java:54)
at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ClientLevel.m_104804_(ClientLevel.java:254)
at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91398_(Minecraft.java:1814)
at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1112)
at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718)
at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:218)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111)
at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99)
at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
This is the same thing Happening to me as well
with the same error log but It didn't occured earlier does any one know whats the issue?