mcMMO-Dev / mcMMO

The RPG Lover's Mod!
https://mcmmo.org
GNU General Public License v3.0
1.01k stars 864 forks source link

mcMMO v1.2.10-b85 Erroring on startup #114

Closed wolfwoodbrbu closed 12 years ago

wolfwoodbrbu commented 12 years ago

Our server's running git-Bukkit-1.1-R3-b1846jnks and we get this error (I also deleted the mcmmo config folder to test but to no avail)

11:28:05 [INFO] [mcMMO] Loading mcMMO v1.2.10-b85. 11:28:06 [INFO] [mcMMO] Loading Config File... 11:28:06 [INFO] [mcMMO] Using Bukkit Permissions. 11:28:06 [INFO] mcMMO version 1.2.10-b85 is enabled! 11:19:14 [SEVERE] Error occurred while enabling mcMMO v1.2.10-b85 (Is it up to date?): null java.lang.NullPointerException at com.gmail.nossr50.mcMMO.registerCommands(mcMMO.java:315) at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:169) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:231) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:379) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:191) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:174) at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:444) at org.bukkit.Bukkit.reload(Bukkit.java:188) at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:386) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:382) at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:574) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435) at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)

We're running these plugins: TimTheEnchanter, MinecraftViewer, zPermissions, WorldEdit, WorldInventories, CommandBook, EndReload, Vault, Multiverse-Core, LWC, GameModePro, WorldGuard, dynmap, mChatSuite, LazyRoad, AntiGuest, FoodTrees, Announcer, HawkEye, CommandHelper, Netstats, DispNameChanger, mcMMO, WeatherNews, CleanroomGenerator, Multiverse-Portals

nossr50 commented 12 years ago

See if you can replicate this bug after restarting the server again.

gmcferrin commented 12 years ago

Try rebooting your server with just mcMMO enabled. I'm not able to reproduce this error on my server.

wolfwoodbrbu commented 12 years ago

Tried doing both error still occurs after restart but not when the only plugin.

I've noticed that mcmmo is actually working even with the error.

I'll do more prodding to see which plugin is making give the error.

wolfwoodbrbu commented 12 years ago

Upon further prodding both DispNameChanger & mChatSuite separately caused it to throw the error, the only commonality is that they're both chat related.

gmcferrin commented 12 years ago

OK, so in short - not a problem with mcMMO, but another plugin.

Closing.