Could not pass event ENDERMAN_PLACE to HawkEye #48


  • New
  • Defect
Open
Assigned to _ForgeUser7076494
  • _ForgeUser6840554 created this issue Sep 25, 2011

    Hawkeye outputs an exception on event ENDERMAN_PLACE. This is a non-intrusive bug.

    1. Have hawkeye running
    2. Enderman places a block?
    3. ???
    4. The following crashlog:
    >10:40:56 [SEVERE] Could not pass event ENDERMAN_PLACE to HawkEye
    java.lang.NullPointerException
    at uk.co.oliwali.HawkEye.listeners.MonitorEntityListener.onEndermanPlace(MonitorEntityListener.java:129)
    at org.bukkit.plugin.java.JavaPluginLoader$77.execute(JavaPluginLoader.java:782)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.EntityEnderman.s(EntityEnderman.java:126)
    at net.minecraft.server.EntityLiving.s_(EntityLiving.java:280)
    at net.minecraft.server.EntityMonster.s_(EntityMonster.java:31)
    at net.minecraft.server.World.entityJoinedWorld(World.java:1193)
    at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
    at net.minecraft.server.World.playerJoinedWorld(World.java:1175)
    at net.minecraft.server.World.cleanUp(World.java:1090)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:460)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)

    What version of HawkEye are you using (shown in console during start-up)?
    version 1.0.5

    Show me your config.yml and/or your config.php (REMOVE YOUR PASSWORD)
    ---------------------------
    block-filter:
    - 97
    - 98
    log:
        lava-bucket: true
        painting-place: true
        other: false
        pvp-death: false
        block-fade: true
        chat: false
        quit: false
        sign-place: true
        painting-break: true
        lava-flow: true
        flint-steel: true
        button: false
        command: false
        block-form: true
        teleport: false
        lever: false
        item-drop: false
        water-bucket: true
        block-burn: true
        sign-break: true
        block-break: true
        leaf-decay: true
        water-flow: true
        join: false
        door-interact: false
        block-place: true
        open-container: true
        item-pickup: false
        explosion: true
        container-transaction: true
        mob-death: false
        other-death: false
        enderman-pickup: true
        enderman-place: true
    general:
        max-lines: 0
        tool-block: '17'
        log-item-drops-on-death: false
        cleanse-age: '0'
        delete-data-on-rollback: true
        log-ip-addresses: true
        debug: false
        max-radius: 0
        default-here-radius: 5
        default-tool-command: ''
        cleanse-period: 20m
        check-for-updates: true
    mysql:
        hawkeye-table: hawkeye
        port: 3306
        player-table: hawk_players
        username: chrisknyfe
        world-table: hawk_worlds
        hostname: localhost
        max-connections: 10
        password: OMITTED
        database: chrisknyfe
    version: 1.0.5
    command-filter:
    - /login
    - /restartsrv
    - /register

    This is just an FYI.

  • _ForgeUser6840554 added the tags New Defect Sep 25, 2011
  • _ForgeUser6836232 posted a comment Sep 27, 2011

    Having the same issue.

  • _ForgeUser7076494 posted a comment Sep 27, 2011

    Same issues on the new build? That's odd

  • _ForgeUser6832397 posted a comment Sep 27, 2011

    I'm having this as well.

  • _ForgeUser7582604 posted a comment Sep 27, 2011

    I'm also getting this.  RB 1185 and HawkEye v1.0.5.

  • _ForgeUser7076494 posted a comment Sep 27, 2011

    Interesting, not sure what is causing it. Seems like the bukkit endermen events aren't as easy to use as I thought...

  • _ForgeUser6977212 posted a comment Sep 28, 2011

    Problem still present after update to 1.0.5 on RB1185. That you know ;)

  • _ForgeUser6675115 posted a comment Sep 28, 2011

    I'm jumping on this boat also. Same problem! :(

  • _ForgeUser7076494 posted a comment Sep 29, 2011

    It isn't a critical bug - it isn't actually breaking anything - so I won't be releasing a hotfix for it.

  • _ForgeUser7515733 posted a comment Sep 29, 2011

    Also, hawk preview isn't working anymore either!

  • _ForgeUser1334888 posted a comment Sep 29, 2011

    Not possible that you add a way : like if event include endermen you ignore it ?

  • _ForgeUser7076494 posted a comment Sep 30, 2011

    Just realised, you guys can stop this by just disabling enderman place events in the config file.

  • TwitchingShark posted a comment Oct 8, 2011

    Thanks Oliver, this was crashing my server and causing major rollbacks. Lot of pissed of people lol. Hope this fixes the random rollbacks.


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