Not sure if Morph or Extra Utilities...

ieldanth

New Member
Jul 29, 2019
4
0
0
Pack: Direwolf20 1.6.4

Was playing around in Peaceful(yeah, yeah, shutup) and trying to use a Peaceful Table. Apparently, when the mob is spawned and killed, the Morph mod tries to add a morph either to the chest or to the table and the game dies horribly. This could be either due to EU treating the table/chest as a player or Morph not realizing that the table setup isn't a valid player.

Crash Report:
---- Minecraft Crash Report ----
// Shall we play a game?

Time: 12/28/13 5:22 AM
Description: Exception ticking world

java.lang.NullPointerException
at cpw.mods.fml.common.network.PacketDispatcher.sendPacketToPlayer(PacketDispatcher.java:45)
at morph.common.morph.MorphHandler.updatePlayerOfMorphStates(MorphHandler.java:91)
at morph.common.core.EntityHelper.morphPlayer(EntityHelper.java:151)
at morph.common.core.EntityHelper.morphPlayer(EntityHelper.java:43)
at morph.common.core.EventHandler.onLivingDeath(EventHandler.java:624)
at net.minecraftforge.event.ASMEventHandler_174_EventHandler_onLivingDeath_LivingDeathEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:353)
at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:988)
at extrautils.block.BlockPeacefulTable.func_71847_b(BlockPeacefulTable.java:167)
at net.minecraft.world.WorldServer.func_72893_g(WorldServer.java:440)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:199)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:657)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)


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

-- Head --
Stacktrace:
at cpw.mods.fml.common.network.PacketDispatcher.sendPacketToPlayer(PacketDispatcher.java:45)
at morph.common.morph.MorphHandler.updatePlayerOfMorphStates(MorphHandler.java:91)
at morph.common.core.EntityHelper.morphPlayer(EntityHelper.java:151)
at morph.common.core.EntityHelper.morphPlayer(EntityHelper.java:43)
at morph.common.core.EventHandler.onLivingDeath(EventHandler.java:624)
at net.minecraftforge.event.ASMEventHandler_174_EventHandler_onLivingDeath_LivingDeathEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:353)
at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:988)
at extrautils.block.BlockPeacefulTable.func_71847_b(BlockPeacefulTable.java:167)
at net.minecraft.world.WorldServer.func_72893_g(WorldServer.java:440)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:199)

-- Affected level --
Details:

All players: 1 total; [EntityPlayerMP['ieldanth'/299, x=-386.42, y=63.00, z=133.60]]
Chunk stats: ServerChunkCache: 541 Drop: 0
Level seed: 8935550201226667712
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-288,64,218), Chunk: (at 0,4,10 in -18,13; contains blocks -288,0,208 to -273,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 545707 game time, 553019 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 1435 (now: false), thunder time: 84426 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:657)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows Vista (amd64) version 6.0
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 585042576 bytes (557 MB) / 1743257600 bytes (1662 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 3 total; -Xms256M -Xmx2304M -XX:permSize=256m
AABB Pool Size: 1951 (109256 bytes; 0 MB) allocated, 12 (672 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 60
FML: MCP v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 Feed The Beast Mod Pack 129 mods loaded, 129 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-
 

UniZero

Popular Member
Oct 3, 2012
3,406
310
124
Scotland, UK
Try updating morph to 0.5.0 from here.

It is caused by morph thinking it is a player when it is not. There is a mention in the log for 0.5.0 regarding fake players here.

I assume this will be fixed in another pack update.