Hardcore Ender Expansion

Hardcore Ender Expansion

2M Downloads

[INVALID] HomeLand Enderman Server Crash

Sir-Will opened this issue ยท 5 comments

commented

hey,
I'm not sure if this is a ars magica 2 or HEE issue.

Description: Ticking entity

java.lang.NullPointerException: Ticking entity
    at am2.playerextensions.ExtendedProperties.shrinkTick(ExtendedProperties.java:1081)
    at am2.AMEventHandler.onEntityLiving(AMEventHandler.java:433)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_745_AMEventHandler_onEntityLiving_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:292)
    at chylex.hee.entity.mob.EntityMobHomelandEnderman.func_70071_h_(EntityMobHomelandEnderman.java:997)
    at net.minecraft.world.World.func_72866_a(World.java:2647)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838)
    at net.minecraft.world.World.func_72870_g(World.java:2600)
    at net.minecraft.world.World.func_72939_s(World.java:2412)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:943)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
    at java.lang.Thread.run(Thread.java:745)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at am2.playerextensions.ExtendedProperties.shrinkTick(ExtendedProperties.java:1081)
    at am2.AMEventHandler.onEntityLiving(AMEventHandler.java:433)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_745_AMEventHandler_onEntityLiving_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:292)
    at chylex.hee.entity.mob.EntityMobHomelandEnderman.func_70071_h_(EntityMobHomelandEnderman.java:997)
    at net.minecraft.world.World.func_72866_a(World.java:2647)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838)
    at net.minecraft.world.World.func_72870_g(World.java:2600)

-- Entity being ticked --
Details:
    Entity Type: HardcoreEnderExpansion.HomelandEnderman (chylex.hee.entity.mob.EntityMobHomelandEnderman)
    Entity ID: 364018
    Entity Name: Homeland Enderman
    Entity's Exact location: 717.00, 64.01, 1589.00
    Entity's Block location: World: (717,64,1589), Chunk: (at 13,4,5 in 44,99; contains blocks 704,0,1584 to 719,255,1599), Region: (1,3; contains chunks 32,96 to 63,127, blocks 512,0,1536 to 1023,255,2047)
    Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:2412)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669)

-- Affected level --
Details:
    Level name: DIM1
    All players: 1 total; [GCEntityPlayerMP['Kevlarkello'/361232, l='DIM1', x=670.54, y=54.40, z=1460.25](Kevlarkello at 670.5409667453047,54.40268143867548,1460.2521543746761)]
    Chunk stats: ServerChunkCache: 456 Drop: 0
    Level seed: -1127677632210349872
    Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: true
    Level generator options: 
    Level spawn location: World: (0,50,0), Chunk: (at 0,3,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 75138145 game time, 3927230 day time
    Level dimension: 1
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 0 (now: false), thunder time: 0 (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:943)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
    at java.lang.Thread.run(Thread.java:745)
commented

Need full log.

commented

Full crash report or full server log?

commented

Both, just to be sure.

commented

Full crash report: http://pastebin.com/vFxt1GNx

I can't provide a server log atm, I will post it here in few days if you still need it.

commented

No need. Replicate issues with latest version of the mod before reporting.