Getting Errors on /mm info #94


  • New
  • Defect
Open
Assigned to jrbudda
  • _ForgeUser8592120 created this issue Jan 5, 2014

    What steps will reproduce the problem?
    1. Send Command /mm info in Console or as Player

    What is the expected output? What do you see instead?
    Server Display the User an Internal Error

    What version of the product are you using?
    MinecartMania Reborn 2.4
    Bukkit Beta 1.7.2

    Do you have an error log of what happened?
    [05:53:11] [Server thread/WARN]: Unexpected exception while parsing console command "mm info"
    org.bukkit.command.CommandException: Unhandled exception executing command 'mm' in plugin MinecartMania v2.4
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:196) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
        at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:542) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
        at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchServerCommand(CraftServer.java:529) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
        at net.minecraft.server.v1_7_R1.DedicatedServer.aw(DedicatedServer.java:286) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
        at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:251) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
        at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
        at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
        at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    Caused by: java.lang.NullPointerException
        at com.afforess.minecartmania.minecarts.MMMinecart.getOwner(MMMinecart.java:503) ~[?:?]
        at com.afforess.minecartmania.commands.MinecartInfoCommand.onCommand(MinecartInfoCommand.java:46) ~[?:?]
        at com.afforess.minecartmania.MinecartMania.onCommand(MinecartMania.java:177) ~[?:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
        ... 8 more

  • _ForgeUser8592120 added the tags New Defect Jan 5, 2014

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