#935 and #953, exception when changing worlds.
ryall opened this issue ยท 2 comments
I get this when players change worlds:
21:08:01 [INFO] WorldGuard: (build) Single session is enforced.
21:08:01 [INFO] WorldGuard: (build) TNT ignition is blocked.
21:08:01 [INFO] WorldGuard: (build) Lighters are blocked.
21:08:01 [INFO] WorldGuard: (build) Lava fire is blocked.
21:08:01 [INFO] WorldGuard: (build) All fire spread is disabled.
21:08:01 [INFO] WorldGuard: Loaded configuration for world 'build"
21:07:17 [SEVERE] Could not pass event PLAYER_MOVE to WorldGuard
java.lang.NullPointerException
at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerMove(WorldGuardPlayerListener.java:290)
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:321)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:163)
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:84)
at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
I have also had this:
2011-07-02 12:32:23 [INFO] WorldGuard: (utopia) Single session is enforced.
2011-07-02 12:32:23 [INFO] WorldGuard: (utopia) TNT ignition is blocked.
2011-07-02 12:32:23 [INFO] WorldGuard: (utopia) Lighters are blocked.
2011-07-02 12:32:23 [INFO] WorldGuard: (utopia) Lava fire is blocked.
2011-07-02 12:32:23 [INFO] WorldGuard: (utopia) All fire spread is disabled.
2011-07-02 12:32:23 [INFO] WorldGuard: Loaded configuration for world 'utopia"
2011-07-02 12:32:23 [SEVERE] java.lang.NullPointerException
2011-07-02 12:32:23 [SEVERE] at com.sk89q.worldguard.bukkit.FlagStateManager.run(FlagStateManager.java:84)
2011-07-02 12:32:23 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
2011-07-02 12:32:23 [SEVERE] at java.lang.Thread.run(Unknown Source)
This is both using my old config and following a fresh install.
WorldGuard version?
On Sat, Jul 2, 2011 at 1:14 PM, ryall
[email protected]
wrote:
I get this when players change worlds:
[CODE]
21:08:01 [INFO] WorldGuard: (build) Single session is enforced.
21:08:01 [INFO] WorldGuard: (build) TNT ignition is blocked.
21:08:01 [INFO] WorldGuard: (build) Lighters are blocked.
21:08:01 [INFO] WorldGuard: (build) Lava fire is blocked.
21:08:01 [INFO] WorldGuard: (build) All fire spread is disabled.
21:08:01 [INFO] WorldGuard: Loaded configuration for world 'build"
21:07:17 [SEVERE] Could not pass event PLAYER_MOVE to WorldGuard
java.lang.NullPointerException
at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerMove(WorldGuardPlayerListener.java:290)
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:321)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:163)
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:84)
at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
[/CODE]I have also had this:
[CODE]2011-07-02 12:32:23 [INFO] WorldGuard: (utopia) Single session is enforced.
2011-07-02 12:32:23 [INFO] WorldGuard: (utopia) TNT ignition is blocked.
2011-07-02 12:32:23 [INFO] WorldGuard: (utopia) Lighters are blocked.
2011-07-02 12:32:23 [INFO] WorldGuard: (utopia) Lava fire is blocked.
2011-07-02 12:32:23 [INFO] WorldGuard: (utopia) All fire spread is disabled.
2011-07-02 12:32:23 [INFO] WorldGuard: Loaded configuration for world 'utopia"
2011-07-02 12:32:23 [SEVERE] java.lang.NullPointerException
2011-07-02 12:32:23 [SEVERE] at com.sk89q.worldguard.bukkit.FlagStateManager.run(FlagStateManager.java:84)
2011-07-02 12:32:23 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
2011-07-02 12:32:23 [SEVERE] at java.lang.Thread.run(Unknown Source)[/CODE]This is both using my old config and following a fresh install.
Reply to this email directly or view it on GitHub:
#130