diff options
Diffstat (limited to 'eclipse/crash-reports/crash-2015-04-19_21.52.06-server.txt')
| -rw-r--r-- | eclipse/crash-reports/crash-2015-04-19_21.52.06-server.txt | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/eclipse/crash-reports/crash-2015-04-19_21.52.06-server.txt b/eclipse/crash-reports/crash-2015-04-19_21.52.06-server.txt new file mode 100644 index 0000000..c5a9a97 --- /dev/null +++ b/eclipse/crash-reports/crash-2015-04-19_21.52.06-server.txt @@ -0,0 +1,118 @@ +---- Minecraft Crash Report ---- +// Why is it breaking :( + +Time: 4/19/15 9:52 PM +Description: Ticking entity + +java.lang.ClassCastException: net.minecraft.entity.monster.EntityCreeper cannot be cast to net.minecraft.entity.player.EntityPlayer + at darkknight.jewelrycraft.events.EntityEventHandler.onEntityDead(EntityEventHandler.java:357) + at cpw.mods.fml.common.eventhandler.ASMEventHandler_9_EntityEventHandler_onEntityDead_LivingDeathEvent.invoke(.dynamic) + at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) + at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) + at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:293) + at net.minecraft.entity.EntityLivingBase.onDeath(EntityLivingBase.java:980) + at net.minecraft.entity.monster.EntitySkeleton.onDeath(EntitySkeleton.java:202) + at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:938) + at net.minecraft.entity.monster.EntityMob.attackEntityFrom(EntityMob.java:84) + at net.minecraft.world.Explosion.doExplosionA(Explosion.java:143) + at net.minecraft.world.WorldServer.newExplosion(WorldServer.java:971) + at net.minecraft.world.World.createExplosion(World.java:2628) + at net.minecraft.entity.monster.EntityCreeper.func_146077_cc(EntityCreeper.java:296) + at net.minecraft.entity.monster.EntityCreeper.onUpdate(EntityCreeper.java:170) + at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2271) + at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684) + at net.minecraft.world.World.updateEntity(World.java:2231) + at net.minecraft.world.World.updateEntities(World.java:2081) + at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515) + at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703) + at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) + at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) + at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- Head -- +Stacktrace: + at darkknight.jewelrycraft.events.EntityEventHandler.onEntityDead(EntityEventHandler.java:357) + at cpw.mods.fml.common.eventhandler.ASMEventHandler_9_EntityEventHandler_onEntityDead_LivingDeathEvent.invoke(.dynamic) + at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) + at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) + at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:293) + at net.minecraft.entity.EntityLivingBase.onDeath(EntityLivingBase.java:980) + at net.minecraft.entity.monster.EntitySkeleton.onDeath(EntitySkeleton.java:202) + at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:938) + at net.minecraft.entity.monster.EntityMob.attackEntityFrom(EntityMob.java:84) + at net.minecraft.world.Explosion.doExplosionA(Explosion.java:143) + at net.minecraft.world.WorldServer.newExplosion(WorldServer.java:971) + at net.minecraft.world.World.createExplosion(World.java:2628) + at net.minecraft.entity.monster.EntityCreeper.func_146077_cc(EntityCreeper.java:296) + at net.minecraft.entity.monster.EntityCreeper.onUpdate(EntityCreeper.java:170) + at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2271) + at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684) + at net.minecraft.world.World.updateEntity(World.java:2231) + +-- Entity being ticked -- +Details: + Entity Type: Creeper (net.minecraft.entity.monster.EntityCreeper) + Entity ID: 137 + Entity Name: Creeper + Entity's Exact location: -226.53, 64.00, -747.30 + Entity's Block location: World: (-227,64,-748), Chunk: (at 13,4,4 in -15,-47; contains blocks -240,0,-752 to -225,255,-737), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513) + Entity's Momentum: 0.00, -0.08, 0.00 +Stacktrace: + at net.minecraft.world.World.updateEntities(World.java:2081) + at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515) + +-- Affected level -- +Details: + Level name: Test 2 + All players: 1 total; [EntityPlayerMP['OnyxDarkKnight'/221, l='Test 2', x=-230.51, y=64.58, z=-750.35]] + Chunk stats: ServerChunkCache: 462 Drop: 0 + Level seed: 4964662363478817909 + Level generator: ID 01 - flat, ver 0. Features enabled: true + Level generator options: 2;7,3x1,52x24,8x12;2;stronghold,biome_1,village,decoration,dungeon,mineshaft + Level spawn location: World: (-235,4,-715), Chunk: (at 5,0,5 in -15,-45; contains blocks -240,0,-720 to -225,255,-705), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513) + Level time: 6256452 game time, 1000 day time + Level dimension: 0 + Level storage version: 0x04ABD - Anvil + Level weather: Rain time: 81397 (now: false), thunder time: 25204 (now: false) + Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true +Stacktrace: + at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703) + at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) + at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) + at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) + +-- System Details -- +Details: + Minecraft Version: 1.7.10 + Operating System: Windows 8.1 (amd64) version 6.3 + Java Version: 1.7.0_71, Oracle Corporation + Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 143980528 bytes (137 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB) + JVM Flags: 3 total; -Xincgc -Xmx512M -Xms512M + AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used + IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 + FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 11 mods loaded, 11 mods active + mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + FML{7.10.25.1208} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + Forge{10.13.0.1208} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + CodeChickenCore{1.0.4.35} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + NotEnoughItems{1.0.4.95} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.95-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + jewelrycraft2{1.0} [Jewelrycraft 2] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + iChunUtil{4.1.3} [iChunUtil] (iChunUtil-4.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + Mantle{1.7.10-0.3.1.jenkins180} [Mantle] (Mantle-mc1.7.10-0.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + Tabula{4.1.1} [Tabula] (Tabula-4.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + TConstruct{1.7.10-1.6.0.build611} [Tinkers' Construct] (TConstruct_mc1.7.10_1.6.0d40.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available + Mantle Environment: Environment healthy. + TConstruct Environment: Environment healthy. + Profiler Position: N/A (disabled) + Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used + Player Count: 1 / 8; [EntityPlayerMP['OnyxDarkKnight'/221, l='Test 2', x=-230.51, y=64.58, z=-750.35]] + Type: Integrated Server (map_client.txt) + Is Modded: Definitely; Client brand changed to 'fml,forge'
\ No newline at end of file |
