"[SEVERE] Could not pass event" console spam #1


  • New
  • Defect
Open
Assigned to _ForgeUser7480057
  • _ForgeUser7455111 created this issue Feb 6, 2012

    If you right click on wool when you are NOT holding any dye, it spams the server console with error messages.

    What steps will reproduce the problem?
    - Simply right click on wool when you're not holding dye.

    What is the expected output? What do you see instead?
    - Expected output is nothing. Instead, error messages appear in console.

    What version of the product are you using?
    - DirectDye 1.1 Beta Release for CB 1.0.1-R1 on 13 Jan 2012

    Do you have an error log of what happened?
    Yes, a few million.

    02:10:33 [SEVERE] Could not pass event org.bukkit.event.player.PlayerInteractEvent to DirectDye
    java.lang.NullPointerException
            at biz.ecb2.directdye.DyingListener.onPlayerInteract(DyingListener.java:18)
            at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:340)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:57)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:453)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:187)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:283)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:602)
            at net.minecraft.server.Packet15Place.handle(SourceFile:39)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:587)
            at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)

    Please provide any additional information below.
    - Running CB 1.1 R3
    - Running latest version of Spout on the server
    - Disabled NoCheat (in case of blockbreak.noswing.check problems or otherwise) but the error still occurs

    The plugin works as intended: Right-clicking while holding dye will dye the wool properly (tested with every color). Right clicking on wool without carrying dye does nothing to the wool, it simply spams the server console with error messages. The plugin and server will continue to work without fault after this, but the console spam is too annoying to deal with.

  • _ForgeUser7455111 added the tags New Defect Feb 6, 2012

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