Could not pass event EntityDeathEvent #48


  • New
  • Defect
Open
Assigned to _ForgeUser10234625
  • wasasquatch created this issue Jun 29, 2013

    What steps will reproduce the problem?
    1. Install configure
    2. When you die it says "<playerName>Null" where <playerName> is the users name.

    What is the expected output? What do you see instead?
    Should be a death by zombie message

    What version of the product are you using?
    v0.9.4.9

    Do you have an error log of what happened?
    05:52:25 [SEVERE] Could not pass event EntityDeathEvent to BackFromTheDead v0.9.4.9
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
            at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
            at org.bukkit.craftbukkit.v1_5_R3.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:323)
            at net.minecraft.server.v1_5_R3.EntityLiving.dropDeathLoot(EntityLiving.java:945)
            at net.minecraft.server.v1_5_R3.EntityLiving.die(EntityLiving.java:893)
            at net.minecraft.server.v1_5_R3.EntityLiving.damageEntity(EntityLiving.java:750)
            at net.minecraft.server.v1_5_R3.EntityMonster.damageEntity(EntityMonster.java:39)
            at net.minecraft.server.v1_5_R3.EntityArrow.l_(EntityArrow.java:229)
            at net.minecraft.server.v1_5_R3.World.entityJoinedWorld(World.java:1355)
            at net.minecraft.server.v1_5_R3.WorldServer.entityJoinedWorld(WorldServer.java:614)
            at net.minecraft.server.v1_5_R3.World.playerJoinedWorld(World.java:1336)
            at net.minecraft.server.v1_5_R3.World.tickEntities(World.java:1224)
            at net.minecraft.server.v1_5_R3.WorldServer.tickEntities(WorldServer.java:480)
            at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:563)
            at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226)
            at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
            at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
            at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
    Caused by: java.lang.IllegalArgumentException: Cannot drop a Null item.
            at org.apache.commons.lang.Validate.notNull(Validate.java:203)
            at org.bukkit.craftbukkit.v1_5_R3.CraftWorld.dropItem(CraftWorld.java:295)
            at org.bukkit.craftbukkit.v1_5_R3.CraftWorld.dropItemNaturally(CraftWorld.java:313)
            at me.apollo.backfromthedead.backfromthedeadcore.CoreListener.onEntityDeath(CoreListener.java:399)
            at sun.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:606)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
            ... 19 more

    Please provide any additional information below.
    I'm not sure what the error is, but it also happens with other plugins that I guess try to utilize classes BFTD is modifying, however this error is from just BFTD installed on bukkit with bPermissions. Nothing else.

  • wasasquatch added the tags New Defect Jun 29, 2013
  • _ForgeUser6902859 posted a comment Jun 30, 2013

    update to the latest dev build of bukkit and it should fix the issue

    1.5.2-R1.1 http://dl.bukkit.org/downloads/craftbukkit/view/02176_1.5.2-R1.1/

    Best regards Fox

  • wasasquatch posted a comment Jul 1, 2013

    @fox243: Go

    I'll give it a try, thanks. It's the only error out of this plugin, other then that, completely compatible with 1.5.2 (besides the zombie spawner having no radius so they spawn in your face xD)

  • wasasquatch posted a comment Jul 1, 2013

    @fox243: Go

    Well now food doesn't regenerate stamina, so they starve and have to continue to eat food 24/7 to stay alive... Hmm... Toss upon between console errors or in-game erros. :\

  • _ForgeUser6902859 posted a comment Jul 1, 2013

    um... i dont have that issue. so id say check your plugins to c if one might cause it.?


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