fullwall / Citizens

An NPC plugin for bukkit.
Other
35 stars 7 forks source link

Can't unload properly #152

Closed theMadness closed 13 years ago

theMadness commented 13 years ago

Could not pass event PLAYER_QUIT to Citizens gets thrown regularly.

aPunch commented 13 years ago

That error is of no help to us. Please post the full stack trace and follow our bug reporting guidelines in the original post on our Bukkit forum thread.

theMadness commented 13 years ago

07:24:41 [SEVERE] Could not pass event PLAYER_QUIT to Citizens java.lang.NullPointerException at com.fullwall.Citizens.NPCTypes.Questers.Quests.QuestManager.unload(QuestManager.java:77) at com.fullwall.Citizens.Listeners.PlayerListen.onPlayerQuit(PlayerListen.java:71) at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.java:251) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338) at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:146) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:628) at net.minecraft.server.NetworkManager.b(NetworkManager.java:231) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89) at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:435) at net.minecraft.server.NetworkListenThread.a(SourceFile:105) at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363) at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

This is all I have, unless you know how to get more information that's not readily in the console.