Damage by Zombies causes Errors #63


  • New
  • Defect
Open
Assigned to _ForgeUser10234625
  • _ForgeUser11589279 created this issue Sep 9, 2013

    What steps will reproduce the problem?
    1. getting hit by zombies (maybe other mobs aswell, just have zombies enabled on my world so i cant tell for sure)

    What is the expected output? What do you see instead?
    weird server logs, may effect the gameplay in some way

    What version of the product are you using?
    Beta version for 1.6.2

    Do you have an error log of what happened?
    18:09:21 [SEVERE] Could not pass event EntityDamageByEntityEvent to BackFromTheD ead v0.9.5.0 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:363) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav a:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j ava:479) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j ava:464) at org.bukkit.craftbukkit.v1_6_R2.event.CraftEventFactory.callEvent(Craf tEventFactory.java:77) at org.bukkit.craftbukkit.v1_6_R2.event.CraftEventFactory.callEntityDama geEvent(CraftEventFactory.java:398) at org.bukkit.craftbukkit.v1_6_R2.event.CraftEventFactory.handleEntityDa mageEvent(CraftEventFactory.java:427) at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.j ava:961) at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.ja va:1229) at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerM P.java:608) at net.minecraft.entity.monster.EntityMob.func_70652_k(EntityMob.java:13 2) at net.minecraft.entity.monster.EntityZombie.func_70652_k(EntityZombie.j ava:289) at net.minecraft.entity.ai.EntityAIAttackOnCollide.func_75246_d(EntityAI AttackOnCollide.java:157) at net.minecraft.entity.ai.EntityAITasks.func_75774_a(EntityAITasks.java :123) at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:642 ) at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.j ava:2137) at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:482)

    at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:41 ) at net.minecraft.entity.monster.EntityZombie.func_70636_d(EntityZombie.j ava:203) at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase. java:1970) at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:261 ) at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:4 9) at net.minecraft.entity.monster.EntityZombie.func_70071_h_(EntityZombie. java:284) at net.minecraft.world.World.func_72866_a(World.java:2905) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:1016) at net.minecraft.world.World.func_72870_g(World.java:2856) at net.minecraft.world.World.func_72939_s(World.java:2668) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:881) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.jav a:845) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(Dedicated Server.java:318) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.jav a:741) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:625) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer. java:16) Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityDamageEven t.getDamage()I at me.apollo.backfromthedead.backfromthedeaddayz.DayzMain.willPlayerBlee d(DayzMain.java:1002) at me.apollo.backfromthedead.backfromthedeaddayz.DayzMain.onPlayerTakeDa mage(DayzMain.java:934) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja va:361) ... 32 more

    Please provide any additional information below.
    -none-

  • _ForgeUser11589279 added the tags New Defect Sep 9, 2013

To post a comment, please login or register a new account.