FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

NPE #36

Closed dbernhard-0x7CD closed 11 years ago

dbernhard-0x7CD commented 11 years ago

2012-10-21 15:46:27 [SEVERE] Exception while calling plugin function in 'class BlockListener' while calling hook: 'EXPLOSION'. java.lang.NullPointerException at BlockListener.onExplosion(BlockListener.java:130) at PluginLoader.callHook(PluginLoader.java:914) at OExplosion.a(OExplosion.java:104) at OWorldServer.a(OWorldServer.java:590) at OEntityFireball.a(SourceFile:189) at OEntityFireball.h_(SourceFile:139) at OWorld.a(OWorld.java:1144) at OWorldServer.a(OWorldServer.java:386) at OWorld.g(OWorld.java:1126) at OWorld.h(OWorld.java:1038) at OWorldServer.h(OWorldServer.java:310) at OMinecraftServer.q(OMinecraftServer.java:430) at ODedicatedServer.q(SourceFile:224) at OMinecraftServer.p(OMinecraftServer.java:372) at OMinecraftServer.run(OMinecraftServer.java:310) at OThreadServerApplication.run(SourceFile:539)

WWOL commented 11 years ago

Details please, to me this looks like a plugin problem. I'm not going to look into this until I get details.

WWOL

gregcarlin commented 11 years ago

I'm pretty sure that BlockListener is a plugin class. If you really think that this is a Canary problem, please post the code that's throwing the error.

14mRh4X0r commented 11 years ago

Closing for lack of reply