Skip to content

Instantly share code, notes, and snippets.

@ivardensphere
Created July 5, 2015 09:17
Show Gist options
  • Save ivardensphere/cab473119bf797ea3197 to your computer and use it in GitHub Desktop.
Save ivardensphere/cab473119bf797ea3197 to your computer and use it in GitHub Desktop.
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.entity.player.EntityPlayerMP.func_70670_a(EntityPlayerMP.java:891)
at net.minecraft.entity.EntityLivingBase.func_70690_d(EntityLivingBase.java:642)
at funwayguy.esm.handlers.entities.ESM_EndermanHandler.onLivingUpdate(ESM_EndermanHandler.java:38)
at funwayguy.esm.handlers.ESM_EventManager.onLivingUpdate(ESM_EventManager.java:624)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_582_ESM_EventManager_onLivingUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.func_70670_a(EntityPlayerMP.java:891)
at net.minecraft.entity.EntityLivingBase.func_70690_d(EntityLivingBase.java:642)
at funwayguy.esm.handlers.entities.ESM_EndermanHandler.onLivingUpdate(ESM_EndermanHandler.java:38)
at funwayguy.esm.handlers.ESM_EventManager.onLivingUpdate(ESM_EventManager.java:624)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_582_ESM_EventManager_onLivingUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
-- Entity being ticked --
Details:
Entity Type: Enderman (chylex.hee.entity.mob.EntityMobEnderman)
Entity ID: 1643
Entity Name: Enderman
Entity's Exact location: -588.39, 109.36, 5072.55
Entity's Block location: World: (-589,109,5072), Chunk: (at 3,6,0 in -37,317; contains blocks -592,0,5072 to -577,255,5087), Region: (-2,9; contains chunks -64,288 to -33,319, blocks -1024,0,4608 to -513,255,5119)
Entity's Momentum: -0.02, 0.28, 0.22
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['combichrist'/394, l='world', x=-586.19, y=116.62, z=5042.00]]
Chunk stats: ServerChunkCache: 829 Drop: 0
Level seed: -1947582418549672748
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-172,64,220), Chunk: (at 4,4,12 in -11,13; contains blocks -176,0,208 to -161,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 43532975 game time, 43794111 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 57511 (now: false), thunder time: 25414 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment