Tekkit compatibility #8


  • Defect
  • Accepted
Open
Assigned to tyzoid
  • _ForgeUser8807206 created this issue Jul 25, 2012

    What steps will reproduce the problem?
    1. Start a quarry, for example, or anything that uses a fakeplayer to modify blocks.

    What is the expected output? What do you see instead?

    Everything in-game works fine including user activity payments. There's just this error in the console which appears every time a fakeplayer breaks or adds a block. This causes the log to explode in size and makes the console unreadable.

    What version of the product are you using?

    2.0.0

    Do you have an error log of what happened?

    [SEVERE] Could not pass event BlockBreakEvent to HeavenActivity
    org.bukkit.event.EventException
    	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    	at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467)
    	at buildcraft.factory.TileQuarry.positionReached(TileQuarry.java:438)
    	at buildcraft.factory.EntityMechanicalArm.doMove(EntityMechanicalArm.java:183)
    	at buildcraft.factory.TileQuarry.q_(TileQuarry.java:146)
    	at net.minecraft.server.World.tickEntities(World.java:1190)
    	at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
    	at tk.tyzoid.plugins.HeavenActivity.listeners.EventListener.onBlockBreak(EventListener.java:187)
    	at sun.reflect.GeneratedMethodAccessor78.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.java:302)
    	... 10 more
    


  • _ForgeUser8807206 added the tags New Defect Jul 25, 2012
  • tyzoid removed a tag New Oct 29, 2012
  • tyzoid added a tag Accepted Oct 29, 2012

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