Console get spammed #3


  • New
  • Defect
Open
Assigned to _ForgeUser5868487
  • _ForgeUser8291187 created this issue May 9, 2012

    What steps will reproduce the problem?
    1. Install Netstats.jar
    2. Run the server
    3.

    Console get spammed time to time with this:
    http://pastebin.com/vFNx1LfV

    I'm using latest Netstats v5.0.4 with Bukkit craftbukkit-1.2.5-R1.3

    I also get this http://pastebin.com/Tsq9C0Mj , but managed to clear it by changing line 72 in NetPlayerListener.java from .set(SECONDS, prop.getByte(SECONDS)) to .set(SECONDS, prop.getLong(SECONDS)) and recompile the jar. Now don't see "Could not pass event PlayerJoinEvent to Netstats" anymore, but "Could not pass event EntityDeathEvent to Netstats" is far for my knowledge, to try to fix it.

  • _ForgeUser8291187 added the tags New Defect May 9, 2012
  • _ForgeUser7455807 posted a comment May 10, 2012

    Same happens here both the join and death events. I think one of the times the death error comes up is when you set the mob on fire with a lava arrow or another Plugin like mcmmo catches a mob on fire or bleeds.

  • _ForgeUser7455807 posted a comment May 27, 2012

    Also from what I see the .getByte(SECONDS) is correct but some how that value got a 256 in the .stats file and that's above a byte when really it should only reach 60.

    I'm going try and fix the stuff that's I need fixed since Valrix seems to have disappeared.


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