---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 8/14/16 8:48 PM
Description: Ticking entity
java.lang.IllegalAccessError: tried to access field net.minecraftforge.event.entity.living.LivingEvent.entityLiving from class info.icodethings.chroma.Chroma
at info.icodethings.chroma.Chroma.PlayerHurtEvent(Chroma.java:76)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_27_Chroma_PlayerHurtEvent_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:64)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70097_a(Entity3HasStats.java:322)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity6CanBattle.func_70097_a(Entity6CanBattle.java:230)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70097_a(Entity10CanBreed.java:1199)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:224)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity7HasAI.func_70030_z(Entity7HasAI.java:110)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1939)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity1Base.func_70071_h_(Entity1Base.java:328)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70071_h_(Entity2HasModel.java:251)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70071_h_(Entity3HasStats.java:537)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.func_70071_h_(Entity4Textures.java:376)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Rideable.func_70071_h_(Entity5Rideable.java:408)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70071_h_(Entity8HoldsItems.java:75)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70071_h_(Entity10CanBreed.java:109)
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70071_h_(EntityPixelmon.java:311)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
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 --
Thread: Server thread
Stacktrace:
at info.icodethings.chroma.Chroma.PlayerHurtEvent(Chroma.java:76)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_27_Chroma_PlayerHurtEvent_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:64)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70097_a(Entity3HasStats.java:322)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity6CanBattle.func_70097_a(Entity6CanBattle.java:230)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70097_a(Entity10CanBreed.java:1199)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:224)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity7HasAI.func_70030_z(Entity7HasAI.java:110)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1939)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity1Base.func_70071_h_(Entity1Base.java:328)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70071_h_(Entity2HasModel.java:251)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70071_h_(Entity3HasStats.java:537)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.func_70071_h_(Entity4Textures.java:376)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Rideable.func_70071_h_(Entity5Rideable.java:408)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70071_h_(Entity8HoldsItems.java:75)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70071_h_(Entity10CanBreed.java:109)
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70071_h_(EntityPixelmon.java:311)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
-- Entity being ticked --
Details:
Entity Type: pixelmon.Pixelmon (com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon)
Entity ID: 89
Entity Name: Magikarp
Entity's Exact location: -38.50, 59.50, 121.50
Entity's Block location: World: (-39,59,121), Chunk: (at 9,3,9 in -3,7; contains blocks -48,0,112 to -33,255,127), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
-- Affected level --
Details:
Level name: Pokeman
All players: 1 total; [EntityPlayerMP['_ZavreX_'/83, l='Pokeman', x=-10.50, y=67.00, z=50.50]]
Chunk stats: ServerChunkCache: 256 Drop: 0
Level seed: -4133859555852728422
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-4,64,60), Chunk: (at 12,4,12 in -1,3; contains blocks -16,0,48 to -1,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 154 game time, 154 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 149257 (now: false), thunder time: 155579 (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:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 789058632 bytes (752 MB) / 2134114304 bytes (2035 MB) up to 2134114304 bytes (2035 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.32 Powered by Forge 12.18.1.2043 5 mods loaded, 5 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2043.jar)
UCHIJAAAA Forge{12.18.1.2043} [Minecraft Forge] (forge-1.10.2-12.18.1.2043.jar)
UCHIJAAAA chroma{1.0} [ChromaCraft] (chromacraft-1.3.jar)
UCHIJAAAA pixelmon{5.0.0-beta5} [Pixelmon] (Pixelmon-1.10.2-5.0.0-beta5-universal.jar)
Loaded coremods (and transformers):
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['_ZavreX_'/83, l='Pokeman', x=-10.50, y=67.00, z=50.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Whenever i try to load it up it ticks a different pokemon each time like this time
Put your spoiler here.
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 8/15/16 4:18 PM
Description: Ticking entity
java.lang.IllegalAccessError: tried to access field net.minecraftforge.event.entity.living.LivingEvent.entityLiving from class info.icodethings.chroma.Chroma
at info.icodethings.chroma.Chroma.PlayerHurtEvent(Chroma.java:76)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_27_Chroma_PlayerHurtEvent_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:64)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70097_a(Entity3HasStats.java:322)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity6CanBattle.func_70097_a(Entity6CanBattle.java:230)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70097_a(Entity10CanBreed.java:1199)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:224)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity7HasAI.func_70030_z(Entity7HasAI.java:110)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1939)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity1Base.func_70071_h_(Entity1Base.java:328)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70071_h_(Entity2HasModel.java:251)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70071_h_(Entity3HasStats.java:537)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.func_70071_h_(Entity4Textures.java:376)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Rideable.func_70071_h_(Entity5Rideable.java:408)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70071_h_(Entity8HoldsItems.java:75)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70071_h_(Entity10CanBreed.java:109)
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70071_h_(EntityPixelmon.java:311)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
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 --
Thread: Server thread
Stacktrace:
at info.icodethings.chroma.Chroma.PlayerHurtEvent(Chroma.java:76)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_27_Chroma_PlayerHurtEvent_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:64)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70097_a(Entity3HasStats.java:322)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity6CanBattle.func_70097_a(Entity6CanBattle.java:230)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70097_a(Entity10CanBreed.java:1199)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:224)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity7HasAI.func_70030_z(Entity7HasAI.java:110)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1939)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity1Base.func_70071_h_(Entity1Base.java:328)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70071_h_(Entity2HasModel.java:251)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70071_h_(Entity3HasStats.java:537)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.func_70071_h_(Entity4Textures.java:376)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Rideable.func_70071_h_(Entity5Rideable.java:408)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70071_h_(Entity8HoldsItems.java:75)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70071_h_(Entity10CanBreed.java:109)
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70071_h_(EntityPixelmon.java:311)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
-- Entity being ticked --
Details:
Entity Type: pixelmon.Pixelmon (com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon)
Entity ID: 156
Entity Name: Seaking
Entity's Exact location: 11.50, 55.50, 94.50
Entity's Block location: World: (11,55,94), Chunk: (at 11,3,14 in 0,5; contains blocks 0,0,80 to 15,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
-- Affected level --
Details:
Level name: Pokeman
All players: 1 total; [EntityPlayerMP['_ZavreX_'/81, l='Pokeman', x=-10.50, y=67.00, z=50.50]]
Chunk stats: ServerChunkCache: 525 Drop: 267
Level seed: -4133859555852728422
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-4,64,60), Chunk: (at 12,4,12 in -1,3; contains blocks -16,0,48 to -1,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 278 game time, 278 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 149133 (now: false), thunder time: 155455 (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:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 898664576 bytes (857 MB) / 2155880448 bytes (2056 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.32 Powered by Forge 12.18.1.2043 5 mods loaded, 5 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2043.jar)
UCHIJAAAA Forge{12.18.1.2043} [Minecraft Forge] (forge-1.10.2-12.18.1.2043.jar)
UCHIJAAAA chroma{1.0} [ChromaCraft] (chromacraft-1.3.jar)
UCHIJAAAA pixelmon{5.0.0-beta5} [Pixelmon] (Pixelmon-1.10.2-5.0.0-beta5-universal.jar)
Loaded coremods (and transformers):
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['_ZavreX_'/81, l='Pokeman', x=-10.50, y=67.00, z=50.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
and then this time
Put your spoiler here.
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 8/15/16 4:24 PM
Description: Ticking entity
java.lang.IllegalAccessError: tried to access field net.minecraftforge.event.entity.living.LivingEvent.entityLiving from class info.icodethings.chroma.Chroma
at info.icodethings.chroma.Chroma.PlayerHurtEvent(Chroma.java:76)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_29_Chroma_PlayerHurtEvent_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:64)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70097_a(Entity3HasStats.java:322)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity6CanBattle.func_70097_a(Entity6CanBattle.java:230)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70097_a(Entity10CanBreed.java:1199)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:224)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity7HasAI.func_70030_z(Entity7HasAI.java:110)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1939)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity1Base.func_70071_h_(Entity1Base.java:328)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70071_h_(Entity2HasModel.java:251)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70071_h_(Entity3HasStats.java:537)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.func_70071_h_(Entity4Textures.java:376)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Rideable.func_70071_h_(Entity5Rideable.java:408)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70071_h_(Entity8HoldsItems.java:75)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70071_h_(Entity10CanBreed.java:109)
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70071_h_(EntityPixelmon.java:311)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
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 --
Thread: Server thread
Stacktrace:
at info.icodethings.chroma.Chroma.PlayerHurtEvent(Chroma.java:76)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_29_Chroma_PlayerHurtEvent_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:64)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70097_a(Entity3HasStats.java:322)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity6CanBattle.func_70097_a(Entity6CanBattle.java:230)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70097_a(Entity10CanBreed.java:1199)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:224)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity7HasAI.func_70030_z(Entity7HasAI.java:110)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1939)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity1Base.func_70071_h_(Entity1Base.java:328)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70071_h_(Entity2HasModel.java:251)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70071_h_(Entity3HasStats.java:537)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.func_70071_h_(Entity4Textures.java:376)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Rideable.func_70071_h_(Entity5Rideable.java:408)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70071_h_(Entity8HoldsItems.java:75)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70071_h_(Entity10CanBreed.java:109)
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70071_h_(EntityPixelmon.java:311)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
-- Entity being ticked --
Details:
Entity Type: pixelmon.Pixelmon (com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon)
Entity ID: 96
Entity Name: Goldeen
Entity's Exact location: 22.50, 54.50, 98.50
Entity's Block location: World: (22,54,98), Chunk: (at 6,3,2 in 1,6; contains blocks 16,0,96 to 31,255,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
-- Affected level --
Details:
Level name: Pokeman
All players: 1 total; [EntityPlayerMP['_ZavreX_'/79, l='Pokeman', x=-10.50, y=67.00, z=50.50]]
Chunk stats: ServerChunkCache: 525 Drop: 265
Level seed: -4133859555852728422
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-4,64,60), Chunk: (at 12,4,12 in -1,3; contains blocks -16,0,48 to -1,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 340 game time, 340 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 149071 (now: false), thunder time: 155393 (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:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 914909480 bytes (872 MB) / 2151907328 bytes (2052 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.32 Powered by Forge 12.18.1.2043 5 mods loaded, 5 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2043.jar)
UCHIJAAAA Forge{12.18.1.2043} [Minecraft Forge] (forge-1.10.2-12.18.1.2043.jar)
UCHIJAAAA chroma{1.0} [ChromaCraft] (chromacraft-1.3.jar)
UCHIJAAAA pixelmon{5.0.0-beta5} [Pixelmon] (Pixelmon-1.10.2-5.0.0-beta5-universal.jar)
Loaded coremods (and transformers):
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['_ZavreX_'/79, l='Pokeman', x=-10.50, y=67.00, z=50.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Put your spoiler here.
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 8/14/16 8:48 PM
Description: Ticking entity
java.lang.IllegalAccessError: tried to access field net.minecraftforge.event.entity.living.LivingEvent.entityLiving from class info.icodethings.chroma.Chroma
at info.icodethings.chroma.Chroma.PlayerHurtEvent(Chroma.java:76)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_27_Chroma_PlayerHurtEvent_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:64)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70097_a(Entity3HasStats.java:322)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity6CanBattle.func_70097_a(Entity6CanBattle.java:230)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70097_a(Entity10CanBreed.java:1199)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:224)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity7HasAI.func_70030_z(Entity7HasAI.java:110)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1939)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity1Base.func_70071_h_(Entity1Base.java:328)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70071_h_(Entity2HasModel.java:251)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70071_h_(Entity3HasStats.java:537)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.func_70071_h_(Entity4Textures.java:376)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Rideable.func_70071_h_(Entity5Rideable.java:408)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70071_h_(Entity8HoldsItems.java:75)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70071_h_(Entity10CanBreed.java:109)
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70071_h_(EntityPixelmon.java:311)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
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 --
Thread: Server thread
Stacktrace:
at info.icodethings.chroma.Chroma.PlayerHurtEvent(Chroma.java:76)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_27_Chroma_PlayerHurtEvent_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:64)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70097_a(Entity3HasStats.java:322)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity6CanBattle.func_70097_a(Entity6CanBattle.java:230)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70097_a(Entity10CanBreed.java:1199)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:224)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity7HasAI.func_70030_z(Entity7HasAI.java:110)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1939)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity1Base.func_70071_h_(Entity1Base.java:328)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70071_h_(Entity2HasModel.java:251)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70071_h_(Entity3HasStats.java:537)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.func_70071_h_(Entity4Textures.java:376)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Rideable.func_70071_h_(Entity5Rideable.java:408)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70071_h_(Entity8HoldsItems.java:75)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70071_h_(Entity10CanBreed.java:109)
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70071_h_(EntityPixelmon.java:311)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
-- Entity being ticked --
Details:
Entity Type: pixelmon.Pixelmon (com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon)
Entity ID: 89
Entity Name: Magikarp
Entity's Exact location: -38.50, 59.50, 121.50
Entity's Block location: World: (-39,59,121), Chunk: (at 9,3,9 in -3,7; contains blocks -48,0,112 to -33,255,127), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
-- Affected level --
Details:
Level name: Pokeman
All players: 1 total; [EntityPlayerMP['_ZavreX_'/83, l='Pokeman', x=-10.50, y=67.00, z=50.50]]
Chunk stats: ServerChunkCache: 256 Drop: 0
Level seed: -4133859555852728422
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-4,64,60), Chunk: (at 12,4,12 in -1,3; contains blocks -16,0,48 to -1,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 154 game time, 154 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 149257 (now: false), thunder time: 155579 (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:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 789058632 bytes (752 MB) / 2134114304 bytes (2035 MB) up to 2134114304 bytes (2035 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.32 Powered by Forge 12.18.1.2043 5 mods loaded, 5 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2043.jar)
UCHIJAAAA Forge{12.18.1.2043} [Minecraft Forge] (forge-1.10.2-12.18.1.2043.jar)
UCHIJAAAA chroma{1.0} [ChromaCraft] (chromacraft-1.3.jar)
UCHIJAAAA pixelmon{5.0.0-beta5} [Pixelmon] (Pixelmon-1.10.2-5.0.0-beta5-universal.jar)
Loaded coremods (and transformers):
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['_ZavreX_'/83, l='Pokeman', x=-10.50, y=67.00, z=50.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Whenever i try to load it up it ticks a different pokemon each time like this time
Put your spoiler here.
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 8/15/16 4:18 PM
Description: Ticking entity
java.lang.IllegalAccessError: tried to access field net.minecraftforge.event.entity.living.LivingEvent.entityLiving from class info.icodethings.chroma.Chroma
at info.icodethings.chroma.Chroma.PlayerHurtEvent(Chroma.java:76)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_27_Chroma_PlayerHurtEvent_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:64)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70097_a(Entity3HasStats.java:322)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity6CanBattle.func_70097_a(Entity6CanBattle.java:230)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70097_a(Entity10CanBreed.java:1199)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:224)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity7HasAI.func_70030_z(Entity7HasAI.java:110)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1939)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity1Base.func_70071_h_(Entity1Base.java:328)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70071_h_(Entity2HasModel.java:251)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70071_h_(Entity3HasStats.java:537)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.func_70071_h_(Entity4Textures.java:376)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Rideable.func_70071_h_(Entity5Rideable.java:408)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70071_h_(Entity8HoldsItems.java:75)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70071_h_(Entity10CanBreed.java:109)
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70071_h_(EntityPixelmon.java:311)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
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 --
Thread: Server thread
Stacktrace:
at info.icodethings.chroma.Chroma.PlayerHurtEvent(Chroma.java:76)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_27_Chroma_PlayerHurtEvent_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:64)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70097_a(Entity3HasStats.java:322)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity6CanBattle.func_70097_a(Entity6CanBattle.java:230)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70097_a(Entity10CanBreed.java:1199)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:224)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity7HasAI.func_70030_z(Entity7HasAI.java:110)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1939)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity1Base.func_70071_h_(Entity1Base.java:328)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70071_h_(Entity2HasModel.java:251)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70071_h_(Entity3HasStats.java:537)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.func_70071_h_(Entity4Textures.java:376)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Rideable.func_70071_h_(Entity5Rideable.java:408)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70071_h_(Entity8HoldsItems.java:75)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70071_h_(Entity10CanBreed.java:109)
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70071_h_(EntityPixelmon.java:311)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
-- Entity being ticked --
Details:
Entity Type: pixelmon.Pixelmon (com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon)
Entity ID: 156
Entity Name: Seaking
Entity's Exact location: 11.50, 55.50, 94.50
Entity's Block location: World: (11,55,94), Chunk: (at 11,3,14 in 0,5; contains blocks 0,0,80 to 15,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
-- Affected level --
Details:
Level name: Pokeman
All players: 1 total; [EntityPlayerMP['_ZavreX_'/81, l='Pokeman', x=-10.50, y=67.00, z=50.50]]
Chunk stats: ServerChunkCache: 525 Drop: 267
Level seed: -4133859555852728422
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-4,64,60), Chunk: (at 12,4,12 in -1,3; contains blocks -16,0,48 to -1,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 278 game time, 278 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 149133 (now: false), thunder time: 155455 (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:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 898664576 bytes (857 MB) / 2155880448 bytes (2056 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.32 Powered by Forge 12.18.1.2043 5 mods loaded, 5 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2043.jar)
UCHIJAAAA Forge{12.18.1.2043} [Minecraft Forge] (forge-1.10.2-12.18.1.2043.jar)
UCHIJAAAA chroma{1.0} [ChromaCraft] (chromacraft-1.3.jar)
UCHIJAAAA pixelmon{5.0.0-beta5} [Pixelmon] (Pixelmon-1.10.2-5.0.0-beta5-universal.jar)
Loaded coremods (and transformers):
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['_ZavreX_'/81, l='Pokeman', x=-10.50, y=67.00, z=50.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
and then this time
Put your spoiler here.
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 8/15/16 4:24 PM
Description: Ticking entity
java.lang.IllegalAccessError: tried to access field net.minecraftforge.event.entity.living.LivingEvent.entityLiving from class info.icodethings.chroma.Chroma
at info.icodethings.chroma.Chroma.PlayerHurtEvent(Chroma.java:76)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_29_Chroma_PlayerHurtEvent_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:64)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70097_a(Entity3HasStats.java:322)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity6CanBattle.func_70097_a(Entity6CanBattle.java:230)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70097_a(Entity10CanBreed.java:1199)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:224)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity7HasAI.func_70030_z(Entity7HasAI.java:110)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1939)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity1Base.func_70071_h_(Entity1Base.java:328)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70071_h_(Entity2HasModel.java:251)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70071_h_(Entity3HasStats.java:537)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.func_70071_h_(Entity4Textures.java:376)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Rideable.func_70071_h_(Entity5Rideable.java:408)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70071_h_(Entity8HoldsItems.java:75)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70071_h_(Entity10CanBreed.java:109)
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70071_h_(EntityPixelmon.java:311)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
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 --
Thread: Server thread
Stacktrace:
at info.icodethings.chroma.Chroma.PlayerHurtEvent(Chroma.java:76)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_29_Chroma_PlayerHurtEvent_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:502)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1296)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:890)
at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:64)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70097_a(Entity3HasStats.java:322)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity6CanBattle.func_70097_a(Entity6CanBattle.java:230)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70097_a(Entity10CanBreed.java:1199)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:224)
at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity7HasAI.func_70030_z(Entity7HasAI.java:110)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1939)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity1Base.func_70071_h_(Entity1Base.java:328)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70071_h_(Entity2HasModel.java:251)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70071_h_(Entity3HasStats.java:537)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.func_70071_h_(Entity4Textures.java:376)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Rideable.func_70071_h_(Entity5Rideable.java:408)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70071_h_(Entity8HoldsItems.java:75)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70071_h_(Entity10CanBreed.java:109)
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70071_h_(EntityPixelmon.java:311)
at net.minecraft.world.World.func_72866_a(World.java:1962)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:837)
at net.minecraft.world.World.func_72870_g(World.java:1932)
-- Entity being ticked --
Details:
Entity Type: pixelmon.Pixelmon (com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon)
Entity ID: 96
Entity Name: Goldeen
Entity's Exact location: 22.50, 54.50, 98.50
Entity's Block location: World: (22,54,98), Chunk: (at 6,3,2 in 1,6; contains blocks 16,0,96 to 31,255,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1748)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
-- Affected level --
Details:
Level name: Pokeman
All players: 1 total; [EntityPlayerMP['_ZavreX_'/79, l='Pokeman', x=-10.50, y=67.00, z=50.50]]
Chunk stats: ServerChunkCache: 525 Drop: 265
Level seed: -4133859555852728422
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-4,64,60), Chunk: (at 12,4,12 in -1,3; contains blocks -16,0,48 to -1,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 340 game time, 340 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 149071 (now: false), thunder time: 155393 (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:709)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 914909480 bytes (872 MB) / 2151907328 bytes (2052 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.32 Powered by Forge 12.18.1.2043 5 mods loaded, 5 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2043.jar)
UCHIJAAAA Forge{12.18.1.2043} [Minecraft Forge] (forge-1.10.2-12.18.1.2043.jar)
UCHIJAAAA chroma{1.0} [ChromaCraft] (chromacraft-1.3.jar)
UCHIJAAAA pixelmon{5.0.0-beta5} [Pixelmon] (Pixelmon-1.10.2-5.0.0-beta5-universal.jar)
Loaded coremods (and transformers):
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['_ZavreX_'/79, l='Pokeman', x=-10.50, y=67.00, z=50.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIt looks like ChromaCraft is firing a Forge event wrong to me. Try removing that.
Deleting ChromaCraft worked! thanks!!!!!!!