Player_Move error #1


  • New
  • Defect
Open
Assigned to _ForgeUser7555614
  • _ForgeUser7096979 created this issue Oct 17, 2011

    What steps will reproduce the problem?
    1.make a zone
    2.walk into zone
    3.trigger not required

    What is the expected output? What do you see instead?
    rigger should activate, does not

    What version of the product are you using?
    1.1.115

    Do you have an error log of what happened?
    2011-10-17 20:03:35 [SEVERE] Could not pass event PLAYER_MOVE to RedZone
    java.lang.NullPointerException
        at com.squirrelclan.da404lewzer.PlethPack.RedZone.PlethPack.debug(PlethPack.java:61)
        at com.squirrelclan.da404lewzer.PlethPack.RedZone.RedZoneRegion.addToRegionList(RedZoneRegion.java:236)
        at com.squirrelclan.da404lewzer.PlethPack.RedZone.RedZoneRegion.notifyPlayerEntered(RedZoneRegion.java:225)
        at com.squirrelclan.da404lewzer.PlethPack.RedZone.RedZoneRegionManager.notifyPlayerMoved(RedZoneRegionManager.java:85)
        at com.squirrelclan.da404lewzer.PlethPack.RedZone.RedZonePlayerListener.onPlayerMove(RedZonePlayerListener.java:15)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:180)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:618)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    the above scrolls anytime a player enters/exits the zone
    Please provide any additional information below.
    happens with any and all zones created, could there be a conflict with another plugin that modifies/watches signs? craftbook, xwarp, or others?

  • _ForgeUser7096979 added the tags New Defect Oct 17, 2011
  • _ForgeUser7096979 posted a comment Oct 19, 2011

    i know this plugin is listed in 'beta' stages but is anyone still here?


    Edited Oct 19, 2011

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