Error in Log when user leaves #86


  • New
  • Defect
Open
Assigned to _ForgeUser8134542
  • _ForgeUser15988044 created this issue Jul 31, 2014

    DO NOT JUST POST YOUR ERROR LOG AND NO OTHER INFORMATION! YOUR TICKET WILL BE DELETED FOR NOT PROVIDING FULL INFORMATION!

    What steps will reproduce the problem?
    1. Logut with player from server:

    Plugin Versions:
         BuyLand: 0.9.0
         Vault: 1.4.1
         WorldEdit: 5.6.2
         WorldGuard: 5.9
         Craftbukkit 1.7.9

    What did you expect to see or happen?
    no error

    What actually happened?

    [20:10:34 INFO]: NightDragon_ lost connection: Disconnected
    [20:10:34 ERROR]: Could not pass event PlayerQuitEvent to BuyLand v0.8.8
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
            at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
            at net.minecraft.server.v1_7_R3.PlayerList.disconnect(PlayerList.java:307) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
            at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:705) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
            at net.minecraft.server.v1_7_R3.ServerConnection.c(SourceFile:130) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
            at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:667) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
            at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:260) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
            at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
            at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
            at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    Caused by: java.lang.NullPointerException
            at me.buyland2.BuyLand.locationFromString(BuyLand.java:3484) ~[?:?]
            at me.buyland2.BuyLand.signReloadConfig(BuyLand.java:226) ~[?:?]
            at me.buyland2.BuyLand.signSetExempt(BuyLand.java:1625) ~[?:?]
            at me.buyland2.BlEventListenerPlayerJoin.onPlayerLeave(BlEventListenerPlayerJoin.java:43) ~[?:?]
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_11]
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
            at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_11]
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit-1.7.9-R0.2.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
            ... 11 more
    [20:10:35 INFO]: NightDragon_ left the game.

    Do you have an error log of what happened?
    see above

    What other plugins do you use?
    N/A
    Please provide any additional information below.
    The events are now changed in bukkit.

  • _ForgeUser15988044 added the tags New Defect Jul 31, 2014

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