Giter Club home page Giter Club logo

creepypastacraft's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

creepypastacraft's Issues

Random crash on server

---- Minecraft Crash Report ----
// But it works on my machine.

Time: 7/17/14 7:17 PM
Description: Exception ticking world

java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2658)
    at java.lang.Class.getConstructor0(Class.java:2964)
    at java.lang.Class.getConstructor(Class.java:1812)
    at net.minecraft.world.SpawnerAnimals.findChunksForSpawning(SpawnerAnimals.java:164)
    at net.minecraft.world.WorldServer.tick(WorldServer.java:171)
    at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:702)
    at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:350)
    at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:624)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:495)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 11 more
Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/EntityClientPlayerMP for invalid side SERVER
    at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
    ... 13 more


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

-- Head --
Stacktrace:
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2658)
    at java.lang.Class.getConstructor0(Class.java:2964)
    at java.lang.Class.getConstructor(Class.java:1812)
    at net.minecraft.world.SpawnerAnimals.findChunksForSpawning(SpawnerAnimals.java:164)
    at net.minecraft.world.WorldServer.tick(WorldServer.java:171)

-- Affected level --
Details:
    Level name: world
    All players: 1 total; [EntityPlayerMP['ForgeDevName'/307, l='world', x=-311.63, y=79.25, z=-233.07]]
    Chunk stats: ServerChunkCache: 594 Drop: 0
    Level seed: 2030050850812919760
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options: 
    Level spawn location: World: (-244,64,-112), Chunk: (at 12,4,0 in -16,-7; contains blocks -256,0,-112 to -241,255,-97), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
    Level time: 16011 game time, 9113 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 75352 (now: false), thunder time: 42224 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
    at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:702)
    at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:350)
    at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:624)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:495)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762)

-- System Details --
Details:
    Minecraft Version: 1.7.10
    Operating System: Linux (amd64) version 3.15.5-2-ARCH
    Java Version: 1.8.0_05, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 110502024 bytes (105 MB) / 201748480 bytes (192 MB) up to 1486094336 bytes (1417 MB)
    JVM Flags: 1 total; -Xincgc
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
    FML: MCP v9.05 FML v7.10.23.1186 Minecraft Forge 10.13.0.1186 4 mods loaded, 4 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{7.10.23.1186} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1186.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{10.13.0.1186} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1186.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    cpc{1.7.10} [CreepyPastaCraft] (CreepyPastaCraft) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 1 / 20; [EntityPlayerMP['ForgeDevName'/307, l='world', x=-311.63, y=79.25, z=-233.07]]
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)

Player is null

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 7/13/14 11:29 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
    at recraft.cpc.common.handlers.CPCHiltBlackHandler.entityUpdate(CPCHiltBlackHandler.java:39)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_8_CPCHiltBlackHandler_entityUpdate_LivingUpdateEvent.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.onLivingUpdate(ForgeHooks.java:276)
    at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1775)
    at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:341)
    at net.minecraft.client.entity.EntityClientPlayerMP.onUpdate(EntityClientPlayerMP.java:100)
    at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2253)
    at net.minecraft.world.World.updateEntity(World.java:2213)
    at net.minecraft.world.World.updateEntities(World.java:2063)
    at net.minecraft.client.Minecraft.runTick(Minecraft.java:2096)
    at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1038)
    at net.minecraft.client.Minecraft.run(Minecraft.java:961)
    at net.minecraft.client.main.Main.main(Main.java:164)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at GradleStart.bounce(GradleStart.java:95)
    at GradleStart.startClient(GradleStart.java:88)
    at GradleStart.main(GradleStart.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)


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

-- Head --
Stacktrace:
    at recraft.cpc.common.handlers.CPCHiltBlackHandler.entityUpdate(CPCHiltBlackHandler.java:39)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_8_CPCHiltBlackHandler_entityUpdate_LivingUpdateEvent.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.onLivingUpdate(ForgeHooks.java:276)
    at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1775)
    at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:341)
    at net.minecraft.client.entity.EntityClientPlayerMP.onUpdate(EntityClientPlayerMP.java:100)
    at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2253)
    at net.minecraft.world.World.updateEntity(World.java:2213)

-- Entity being ticked --
Details:
    Entity Type: null (net.minecraft.client.entity.EntityClientPlayerMP)
    Entity ID: 214
    Entity Name: ForgeDevName
    Entity's Exact location: 341.17, 12.62, 385.50
    Entity's Block location: World: (341,12,385), Chunk: (at 5,0,1 in 21,24; contains blocks 336,0,384 to 351,255,399), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
    at net.minecraft.world.World.updateEntities(World.java:2063)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['ForgeDevName'/214, l='MpServer', x=341.17, y=12.62, z=385.50]]
    Chunk stats: MultiplayerChunkCache: 335, 335
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options: 
    Level spawn location: World: (28,64,252), Chunk: (at 12,4,12 in 1,15; contains blocks 16,0,240 to 31,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 37445 game time, 37445 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 71 total; [EntityCreeper['Creeper'/256, l='MpServer', x=289.50, y=39.00, z=445.50], EntityZombie['Zombie'/257, l='MpServer', x=303.13, y=31.74, z=349.07], EntitySheep['Sheep'/258, l='MpServer', x=399.44, y=63.00, z=351.88], EntityCreeper['Creeper'/259, l='MpServer', x=284.50, y=15.00, z=357.50], EntityBat['Bat'/260, l='MpServer', x=284.88, y=14.85, z=358.81], EntityZombie['Zombie'/261, l='MpServer', x=275.50, y=17.00, z=362.50], EntityCow['Cow'/262, l='MpServer', x=377.16, y=71.00, z=450.53], EntityCow['Cow'/263, l='MpServer', x=382.50, y=70.00, z=453.50], EntityCow['Cow'/264, l='MpServer', x=374.59, y=71.00, z=457.56], EntityCow['Cow'/265, l='MpServer', x=376.25, y=71.00, z=454.50], EntityCreeper['Creeper'/266, l='MpServer', x=285.50, y=16.00, z=445.50], EntityCreeper['Creeper'/267, l='MpServer', x=282.50, y=39.00, z=446.50], EntityCreeper['Creeper'/268, l='MpServer', x=277.19, y=40.00, z=439.81], EntitySkeleton['Skeleton'/269, l='MpServer', x=262.50, y=41.00, z=385.13], EntitySkeleton['Skeleton'/274, l='MpServer', x=335.50, y=12.00, z=315.50], EntitySkeleton['Skeleton'/278, l='MpServer', x=284.50, y=40.00, z=463.50], EntityWitch['Witch'/280, l='MpServer', x=270.50, y=36.00, z=446.50], EntitySkeleton['Skeleton'/281, l='MpServer', x=267.50, y=36.00, z=444.84], EntityZombie['Zombie'/283, l='MpServer', x=264.59, y=64.00, z=438.72], EntityCreeper['Creeper'/284, l='MpServer', x=268.50, y=22.00, z=340.50], EntitySkeleton['Skeleton'/285, l='MpServer', x=393.50, y=54.00, z=314.50], EntitySkeleton['Skeleton'/314, l='MpServer', x=285.50, y=40.00, z=464.50], EntitySkeleton['Skeleton'/317, l='MpServer', x=269.44, y=36.00, z=451.16], EntitySlime['Slime'/318, l='MpServer', x=270.63, y=62.00, z=325.38], EntityCreeper['Creeper'/319, l='MpServer', x=414.66, y=57.00, z=307.59], EntityCreeper['Creeper'/334, l='MpServer', x=268.47, y=12.71, z=308.00], EntityEnderman['Enderman'/335, l='MpServer', x=262.47, y=25.71, z=318.69], EntitySkeleton['Skeleton'/215, l='MpServer', x=349.13, y=15.00, z=389.50], EntitySpider['Spider'/216, l='MpServer', x=351.81, y=13.00, z=390.94], EntityCreeper['Creeper'/217, l='MpServer', x=343.63, y=21.00, z=388.69], EntityEnderman['Enderman'/218, l='MpServer', x=328.50, y=27.00, z=396.13], EntitySpider['Spider'/219, l='MpServer', x=350.06, y=15.00, z=409.78], EntityZombie['Zombie'/220, l='MpServer', x=353.34, y=15.00, z=410.06], EntitySkeleton['Skeleton'/221, l='MpServer', x=333.53, y=15.00, z=406.06], EntityCreeper['Creeper'/222, l='MpServer', x=331.69, y=17.00, z=374.56], EntityBat['Bat'/223, l='MpServer', x=333.94, y=18.01, z=382.59], EntityCreeper['Creeper'/224, l='MpServer', x=365.50, y=60.00, z=381.50], EntitySkeleton['Skeleton'/225, l='MpServer', x=355.53, y=14.00, z=408.06], EntitySkeleton['Skeleton'/226, l='MpServer', x=314.50, y=28.00, z=390.50], EntitySkeleton['Skeleton'/227, l='MpServer', x=315.53, y=28.00, z=385.91], EntityBat['Bat'/228, l='MpServer', x=337.81, y=61.67, z=424.03], EntitySkeleton['Skeleton'/356, l='MpServer', x=308.25, y=12.00, z=423.95], EntityBat['Bat'/229, l='MpServer', x=333.19, y=60.92, z=428.59], EntityBat['Bat'/230, l='MpServer', x=339.06, y=60.42, z=429.63], EntityClientPlayerMP['ForgeDevName'/214, l='MpServer', x=341.17, y=12.62, z=385.50], EntityChicken['Chicken'/231, l='MpServer', x=331.56, y=71.00, z=426.56], EntityCreeper['Creeper'/232, l='MpServer', x=325.88, y=72.00, z=429.53], EntitySkeleton['Skeleton'/233, l='MpServer', x=306.59, y=25.00, z=371.47], EntitySkeleton['Skeleton'/234, l='MpServer', x=334.56, y=79.00, z=352.01], EntityZombie['Zombie'/235, l='MpServer', x=364.06, y=20.00, z=425.50], EntityCreeper['Creeper'/236, l='MpServer', x=320.00, y=12.00, z=363.47], EntitySheep['Sheep'/237, l='MpServer', x=382.81, y=63.00, z=361.22], EntityBat['Bat'/238, l='MpServer', x=291.00, y=36.10, z=390.72], EntitySkeleton['Skeleton'/239, l='MpServer', x=296.50, y=32.00, z=393.50], EntityBat['Bat'/240, l='MpServer', x=338.38, y=61.48, z=428.88], EntityBat['Bat'/241, l='MpServer', x=338.06, y=60.18, z=431.06], EntityBat['Bat'/242, l='MpServer', x=340.84, y=60.20, z=432.13], EntityChicken['Chicken'/243, l='MpServer', x=327.85, y=70.14, z=435.53], EntityChicken['Chicken'/244, l='MpServer', x=325.56, y=70.00, z=439.53], EntityChicken['Chicken'/245, l='MpServer', x=332.34, y=70.00, z=433.63], EntityCreeper['Creeper'/246, l='MpServer', x=299.00, y=35.00, z=368.41], EntitySheep['Sheep'/247, l='MpServer', x=387.19, y=63.00, z=355.31], EntitySheep['Sheep'/248, l='MpServer', x=390.53, y=64.00, z=367.56], EntityBat['Bat'/249, l='MpServer', x=286.59, y=32.92, z=394.09], EntitySheep['Sheep'/250, l='MpServer', x=330.06, y=72.00, z=453.16], EntitySheep['Sheep'/251, l='MpServer', x=325.91, y=71.00, z=459.06], EntitySheep['Sheep'/252, l='MpServer', x=321.75, y=71.00, z=462.47], EntitySpider['Spider'/380, l='MpServer', x=299.04, y=40.00, z=461.98], EntitySkeleton['Skeleton'/253, l='MpServer', x=275.50, y=23.00, z=378.50], EntityCreeper['Creeper'/254, l='MpServer', x=288.25, y=17.00, z=445.89], EntityCreeper['Creeper'/255, l='MpServer', x=288.50, y=39.00, z=446.50]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:417)
    at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2567)
    at net.minecraft.client.Minecraft.run(Minecraft.java:983)
    at net.minecraft.client.main.Main.main(Main.java:164)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at GradleStart.bounce(GradleStart.java:95)
    at GradleStart.startClient(GradleStart.java:88)
    at GradleStart.main(GradleStart.java:56)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)

-- System Details --
Details:
    Minecraft Version: 1.7.10
    Operating System: Linux (amd64) version 3.15.4-1-ARCH
    Java Version: 1.8.0_05, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 675886184 bytes (644 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    FML: MCP v9.05 FML v7.10.11.1178 Minecraft Forge 10.13.0.1178 4 mods loaded, 4 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{7.10.11.1178} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1178.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{10.13.0.1178} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1178.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    cpc{1.7.10} [CreepyPastaCraft] (CreepyPastaCraft) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Launched Version: 1.7.10
    LWJGL: 2.9.1
    OpenGL: GeForce GTX 650/PCIe/SSE2 GL version 4.4.0 NVIDIA 337.25, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)

Error in EntityAIChildHunt

---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.

Time: 7/17/14 12:59 AM
Description: Ticking entity

java.lang.ClassCastException: net.minecraft.entity.player.EntityPlayerMP cannot be cast to net.minecraft.entity.EntityAgeable
    at recraft.cpc.common.entity.ai.ChildHunt.shouldExecute(ChildHunt.java:56)
    at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:84)
    at net.minecraft.entity.EntityLiving.updateAITasks(EntityLiving.java:613)
    at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:1993)
    at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:431)
    at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:39)
    at recraft.cpc.common.entity.monster.EntitySeed.onLivingUpdate(EntitySeed.java:45)
    at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1826)
    at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:250)
    at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:47)
    at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2253)
    at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:698)
    at net.minecraft.world.World.updateEntity(World.java:2213)
    at net.minecraft.world.World.updateEntities(World.java:2063)
    at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:529)
    at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:713)
    at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:624)
    at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:495)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762)


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

-- Head --
Stacktrace:
    at recraft.cpc.common.entity.ai.ChildHunt.shouldExecute(ChildHunt.java:56)
    at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:84)
    at net.minecraft.entity.EntityLiving.updateAITasks(EntityLiving.java:613)
    at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:1993)
    at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:431)
    at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:39)
    at recraft.cpc.common.entity.monster.EntitySeed.onLivingUpdate(EntitySeed.java:45)
    at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1826)
    at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:250)
    at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:47)
    at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2253)
    at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:698)
    at net.minecraft.world.World.updateEntity(World.java:2213)

-- Entity being ticked --
Details:
    Entity Type: cpc:seed (recraft.cpc.common.entity.monster.EntitySeed)
    Entity ID: 11384
    Entity Name: Seed Eater
    Entity's Exact location: 359.43, 70.00, -79.09
    Entity's Block location: World: (359,70,-80), Chunk: (at 7,4,0 in 22,-5; contains blocks 352,0,-80 to 367,255,-65), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Entity's Momentum: 0.01, -0.08, -0.04
Stacktrace:
    at net.minecraft.world.World.updateEntities(World.java:2063)
    at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:529)

-- Affected level --
Details:
    Level name: New World
    All players: 1 total; [EntityPlayerMP['ForgeDevName'/319, l='New World', x=385.34, y=72.00, z=-83.24]]
    Chunk stats: ServerChunkCache: 1204 Drop: 0
    Level seed: 6049834569078596693
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options: 
    Level spawn location: World: (190,64,-126), Chunk: (at 14,4,2 in 11,-8; contains blocks 176,0,-128 to 191,255,-113), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Level time: 9605 game time, 9605 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 81196 (now: false), thunder time: 91334 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
    at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:713)
    at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:624)
    at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:495)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762)

-- System Details --
Details:
    Minecraft Version: 1.7.10
    Operating System: Linux (amd64) version 3.15.5-2-ARCH
    Java Version: 1.8.0_05, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 619075336 bytes (590 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP v9.05 FML v7.10.18.1184 Minecraft Forge 10.13.0.1184 4 mods loaded, 4 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{7.10.18.1184} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1184.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{10.13.0.1184} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1184.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    cpc{1.7.10} [CreepyPastaCraft] (CreepyPastaCraft) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    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['ForgeDevName'/319, l='New World', x=385.34, y=72.00, z=-83.24]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.