1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
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'
|