Issue with using it on muiltworlds #29


  • New
  • Defect
Open
Assigned to _ForgeUser7596480
  • _ForgeUser4114009 created this issue May 19, 2013

    SWatchdog version:
    Bukkit version:
    Are you using tekkit? (yes / )
    If you have custom worlds, what plugin are you using for those? (E.g. MultiVerse)
    world
    world_pvp
    What is the problem?
    The problem is when I use the sws on world it works perfect,

    When I use it on world-pvp this is what I get : An internal error occurred while attempting to perform this command

    What steps will reproduce the problem?
    1.
    2.
    3.

    Please paste an error-log:

    rg.bukkit.command.CommandException: Unhandled exception executing command 'sws' in plugin SWatchdog v1.18
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
        at forge.bukkit.ForgeCommandMap.dispatch(ForgeCommandMap.java:55)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:497)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:843)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:799)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:781)
        at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:234)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:119)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:83)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:579)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
        at me.Sanzennin.SWatchdog.returnThread.getID(returnThread.java:1346)
        at me.Sanzennin.SWatchdog.returnThread.run(returnThread.java:76)
        at me.Sanzennin.SWatchdog.returnThread.<init>(returnThread.java:38)
        at me.Sanzennin.SWatchdog.SWatchdog.onCommand(SWatchdog.java:558)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 13 more
    Paste your config.txt:

  • _ForgeUser4114009 added the tags New Defect May 19, 2013
  • _ForgeUser7502376 posted a comment May 19, 2013

    Looks like the 'plugin' field of returnThread is never set. Should be an easy fix. Well, for the error, at least.

    You might want to run an integrity check to ensure that none of your files are corrupted.


    Edited May 19, 2013

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