Internal error one savetriggers #130


  • New
  • Defect
Open
Assigned to kiak
  • skeddles created this issue Jun 11, 2014

    What steps will reproduce the problem?
    /vt savetriggers

    What is the expected output? What do you see instead?
    Expected to save, instead it says "An internal error occurred while attempting to perform this command"

    What version of the product are you using?
    1.3.2? latest probably, downloaded a couple days ago

    Do you have an error log of what happened?
    2014-06-11 19:16:23 [INFO] skeddles issued server command: /vtrigger savetriggers
    2014-06-11 19:16:23 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'vtrigger' in plugin VariableTriggers v1.3.2
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
        at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchCommand(CraftServer.java:528)
        at net.minecraft.server.v1_6_R3.PlayerConnection.handleCommand(PlayerConnection.java:968)
        at net.minecraft.server.v1_6_R3.PlayerConnection.chat(PlayerConnection.java:886)
        at net.minecraft.server.v1_6_R3.PlayerConnection.a(PlayerConnection.java:837)
        at net.minecraft.server.v1_6_R3.Packet3Chat.handle(SourceFile:49)
        at net.minecraft.server.v1_6_R3.NetworkManager.b(NetworkManager.java:296)
        at net.minecraft.server.v1_6_R3.PlayerConnection.e(PlayerConnection.java:116)
        at net.minecraft.server.v1_6_R3.ServerConnection.b(SourceFile:37)
        at net.minecraft.server.v1_6_R3.DedicatedServerConnection.b(SourceFile:30)
        at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:592)
        at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:227)
        at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:488)
        at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:421)
        at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
    Caused by: java.lang.NullPointerException
        at com.wizardscraft.tools.FancyLogging.log(FancyLogging.java:85)
        at com.wizardscraft.tools.FancyLogging.info(FancyLogging.java:47)
        at com.wizardscraft.CustomConfigs.WalkTriggersConfig.saveConfig(WalkTriggersConfig.java:76)
        at com.wizardscraft.CommandEx.Command_vtrigger.onCommand(Command_vtrigger.java:321)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
        ... 15 more

    Please provide any additional information below.
    If I try to do reloadtriggers, I get the same thing.

  • skeddles added the tags New Defect Jun 11, 2014
  • _ForgeUser8773666 removed their assignment Jun 14, 2014
  • _ForgeUser8773666 assigned issue to kiak Jun 14, 2014

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