Skip to content

Instantly share code, notes, and snippets.

View ivardensphere's full-sized avatar

ivardensphere

View GitHub Profile
// Uh... Did I do that?
Time: 8/18/17 4:05 PM
Description: Ticking entity
java.lang.NoSuchMethodError: net.minecraft.entity.player.InventoryPlayer.func_70440_f(I)Lnet/minecraft/item/ItemStack;
at com.someguyssoftware.metals.eventhandler.EntityEventHandler.onPlayerHurtEvent(EntityEventHandler.java:34)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_146_EntityEventHandler_onPlayerHurtEvent_LivingHurtEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
@ivardensphere
ivardensphere / gist:5ed04ce3a9c9036bf91017933286e980
Created May 13, 2017 14:20
Baby Chicken + Baby Zombie Crash
Stacktrace:
at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:234)
at net.minecraftforge.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:356)
at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:80)
at net.minecraft.world.ServerWorldEventHandler.func_72703_a(ServerWorldEventHandler.java:37)
at net.minecraft.world.World.func_72923_a(World.java:1211)
at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:1120)
at net.minecraft.world.World.func_72838_d(World.java:1202)
at net.minecraft.world.WorldServer.func_72838_d(WorldServer.java:1066)
at furgl.babyMobs.common.event.BabyReplaceEvent.spawnEntity(BabyReplaceEvent.java:333)
[20:43:58] [Server thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: net.minecraft.entity.player.InventoryPlayer.func_70440_f(I)Lnet/minecraft/item/ItemStack;
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_121]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_121]
at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:679) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:384) [lh.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
@ivardensphere
ivardensphere / gist:c8ee5fe8cbeeaa64481e
Created February 27, 2016 04:20
Decocraft 2 Crash
java.lang.ClassCastException: jds.bibliocraft.tileentities.TileEntityLantern cannot be cast to com.mia.props.common.TileProps
at com.mia.props.common.TileFake.getMaster(TileFake.java:42)
at com.mia.props.common.BlockFake.func_149731_a(BlockFake.java:63)
at net.minecraft.world.World.func_147447_a(World.java:1221)
at net.minecraft.entity.EntityLivingBase.func_70614_a(EntityLivingBase.java:1978)
at mekanism.client.render.RenderTickHandler.tickEnd(RenderTickHandler.java:50)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_877_RenderTickHandler_tickEnd_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:340)
[22:56:24] [Server thread/ERROR] [FML]: The following problems were captured during this phase
[22:56:24] [Server thread/ERROR] [FML]: Caught exception from achget
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected a string but was BEGIN_OBJECT at line 72 column 4
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176) ~[ReflectiveTypeAdapterFactory$Adapter.class:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[TypeAdapterRuntimeTypeWrapper.class:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[ArrayTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.item.Item.func_77640_w()Lnet/minecraft/creativetab/CreativeTabs;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:744)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
java.lang.NullPointerException
at com.brandon3055.draconicevolution.common.items.tools.baseclasses.ToolHandler.damageEntityBasedOnHealth(ToolHandler.java:151) ~[ToolHandler.class:?]
at com.brandon3055.draconicevolution.common.items.weapons.WyvernSword.onLeftClickEntity(WyvernSword.java:87) ~[WyvernSword.class:?]
at net.minecraft.entity.player.EntityPlayer.func_71059_n(EntityPlayer.java:1190) ~[yz.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147340_a(NetHandlerPlayServer.java:821) ~[nh.class:?]
at net.minecraft.network.play.client.C02PacketUseEntity.func_148833_a(SourceFile:55) ~[ja.class:?]
at net.minecraft.network.play.client.C02PacketUseEntity.func_148833_a(SourceFile:10) ~[ja.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?]
Description: Exception getting block type in world
java.lang.NullPointerException: Exception getting block type in world
at net.minecraft.world.chunk.storage.ExtendedBlockStorage.func_150818_a(SourceFile:57)
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:595)
at net.minecraft.world.World.func_147465_d(World.java:451)
at net.minecraft.world.gen.feature.WorldGenLakes.func_76484_a(SourceFile:79)
at steamcraft.common.worldgen.dimension.ChunkProviderDeeps.func_73153_a(ChunkProviderDeeps.java:442)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.entity.player.EntityPlayerMP.func_70670_a(EntityPlayerMP.java:891)
at net.minecraft.entity.EntityLivingBase.func_70690_d(EntityLivingBase.java:642)
at funwayguy.esm.handlers.entities.ESM_EndermanHandler.onLivingUpdate(ESM_EndermanHandler.java:38)
at funwayguy.esm.handlers.ESM_EventManager.onLivingUpdate(ESM_EventManager.java:624)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_582_ESM_EventManager_onLivingUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.entity.player.EntityPlayerMP.func_70670_a(EntityPlayerMP.java:891)
at net.minecraft.entity.EntityLivingBase.func_70690_d(EntityLivingBase.java:642)
at funwayguy.esm.handlers.entities.ESM_EndermanHandler.onLivingUpdate(ESM_EndermanHandler.java:38)
at funwayguy.esm.handlers.ESM_EventManager.onLivingUpdate(ESM_EventManager.java:554)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_542_ESM_EventManager_onLivingUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)