Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ivardensphere/f79692428320342054e40ebd7f068bfd to your computer and use it in GitHub Desktop.
Save ivardensphere/f79692428320342054e40ebd7f068bfd to your computer and use it in GitHub Desktop.
// 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)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:556)
at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1118)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:917)
at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1036)
at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:645)
at net.minecraft.entity.projectile.EntityArrow.func_184549_a(SourceFile:339)
at net.minecraft.entity.projectile.EntityArrow.func_70071_h_(SourceFile:256)
at net.minecraft.entity.projectile.EntityTippedArrow.func_70071_h_(SourceFile:98)
at net.minecraft.world.World.func_72866_a(World.java:1976)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:833)
at net.minecraft.world.World.func_72870_g(World.java:1939)
at net.minecraft.world.World.func_72939_s(World.java:1753)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:614)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:761)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:391)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:665)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:523)
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 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)
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:556)
at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1118)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:917)
at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1036)
at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:645)
at net.minecraft.entity.projectile.EntityArrow.func_184549_a(SourceFile:339)
at net.minecraft.entity.projectile.EntityArrow.func_70071_h_(SourceFile:256)
at net.minecraft.entity.projectile.EntityTippedArrow.func_70071_h_(SourceFile:98)
at net.minecraft.world.World.func_72866_a(World.java:1976)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:833)
at net.minecraft.world.World.func_72870_g(World.java:1939)
-- Entity being ticked --
Details:
Entity Type: minecraft:arrow (net.minecraft.entity.projectile.EntityTippedArrow)
Entity ID: 128091
Entity Name: Arrow
Entity's Exact location: -42.43, 64.17, -1733.93
Entity's Block location: World: (-43,64,-1734), Chunk: (at 5,4,10 in -3,-109; contains blocks -48,0,-1744 to -33,255,-1729), Region: (-1,-4; contains chunks -32,-128 to -1,-97, blocks -512,0,-2048 to -1,255,-1537)
Entity's Momentum: 1.51, -0.40, 0.69
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1753)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:614)
-- Affected level --
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['BinaryDruid'/1760, l='world', x=-40.73, y=62.07, z=-1732.76]]
Chunk stats: ServerChunkCache: 714 Drop: 0
Level seed: 8287179702269711902
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (160,64,252), Chunk: (at 0,4,12 in 10,15; contains blocks 160,0,240 to 175,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 150734 game time, 189311 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 46646 (now: false), thunder time: 113632 (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:761)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:391)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:665)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:523)
at java.lang.Thread.run(Thread.java:745)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment