unknown exception #4


  • New
  • Defect
Open
Assigned to _ForgeUser8901178
  • _ForgeUser10992965 created this issue Aug 11, 2013

    What steps will reproduce the problem?
    1.command /reload
    2. right clicking the sign for SG (teleports and starts countdown as per tutorial video)
    3. command /sgreload SG (exact name of the world)

    What is the expected output? What do you see instead?
    it says "go!Go!Go!" so the game starts but throws an error and a lot of text in console

    What version of the product are you using?
    newest v1.4.5

    Do you have an error log of what happened?
    18:06:02 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sgactivate' in plugin SurvivalGamesMultiverse v1.4.5
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189)
    at org.bukkit.craftbukkit.v1_6_R2.CraftServer.dispatchCommand(CraftServer.java:523)
    at net.minecraft.server.v1_6_R2.PlayerConnection.handleCommand(PlayerConnection.java:962)
    at net.minecraft.server.v1_6_R2.PlayerConnection.chat(PlayerConnection.java:880)
    at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:837)
    at net.minecraft.server.v1_6_R2.Packet3Chat.handle(SourceFile:49)
    at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296)
    at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116)
    at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37)
    at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590)
    at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226)
    at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486)
    at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419)
    at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
    Caused by: java.lang.NullPointerException

    Please provide any additional information below.
    upon activating /sgdebug listen true
    i get a message WARNING [signmenager] - Sign is Null! Worldname:SG after using command /sgleave
    From what I gather it has a problem with the signs but I created a valid sign for the SG world just as it is shown in the setup YT video

    plz help thanks

  • _ForgeUser10992965 added the tags New Defect Aug 11, 2013
  • _ForgeUser10992965 posted a comment Aug 11, 2013

    I think I figured it out :D I forgot to change the line in config

    backup: inventories: true lobbyworld: Erato

    my lobbyworld is named Erato and it is World by default so the plugin was searching for the wrong world....

    after testing it turns out this was the cause of the error :)

    however while we are on the topic I am still strugling with another problem.

    atm the plugin doesn't wipe the inventories of players so I start with whatever I was carrying upon clicking the sign...

  • _ForgeUser10992965 posted a comment Aug 11, 2013

    the plugin seems to work fine except for the EQ problem. it doesn t take away the EQ at tp

    also i cannot find a way to give rewards for participating in the games

  • _ForgeUser10992965 posted a comment Aug 11, 2013

    multiple issues now... My server is not solely SG i want SG to be just an "event" like joining a mob arena or pvp arena... I want my players to be put with empty eq in the sg and get their gear back or be forced to leave all gear somewhere before joining the fight

    i want them to be rewarded so far I failed to find a solution to the eq problem

    also it seems the chests are not being filled with random stuff as they should so the very essence of the plugin doesn't work

    btw I am using 1.6.2 r0-1

  • _ForgeUser8901178 posted a comment Aug 11, 2013

    About equipment: Make sure noone has access to the survivalgames.ignore.clearinv permission.

    Also make sure noone has the * permission.

    If you are using PEx, I recommend switching to an other permissions plugin since PEx breaks alot of plugins and messes up the permissions.


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