Not beeing removed from Game and respawning at server spawn after Death #69


  • Other
  • Accepted
Open
Assigned to _ForgeUser9003995
  • _ForgeUser13475154 created this issue Jul 28, 2014

    Hey there,
    I have a weaaly big problem, I have been setting up the arena "RuinsArena" which is in world RuinCraft, Made a lobby on top of the SPawn in the World Lobby which is called RuinsLobby, and the (Deathmatch)Spawns too.
    I was playing with another guy, and as he won, I found myself teleported to the Lobby spawn (Which has been set up as the main world and spawn using Multiverse and possibly Essentials), and I wasn't removed from the battle log (i could still see that scorebord on the right), then I did "SG LEAVE"-command, re-joined and found myself as spectator. Friend was spectator, too, after leaving, because he was still in the Arena and the only thing what popped up in the chat was that I was killed by him.
    When I left while beeing at the spawn, Friend was announced at the winner, and after there was a "Error while attemting to perform this command"
    Error log:

    28.07 16:18:00 [Server] INFO ... 13 more
    28.07 16:18:00 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    28.07 16:18:00 [Server] INFO at me.maker56.survivalgames.commands.CommandSG.onCommand(CommandSG.java:107) ~[?:?]
    28.07 16:18:00 [Server] INFO at me.maker56.survivalgames.game.phases.IngamePhase.killUser(IngamePhase.java:171) ~[?:?]
    28.07 16:18:00 [Server] INFO at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.depositPlayer(Economy_Craftconomy3.java:133) ~[?:?]
    28.07 16:18:00 [Server] INFO at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.depositPlayer(Economy_Craftconomy3.java:317) ~[?:?]
    28.07 16:18:00 [Server] INFO Caused by: java.lang.NullPointerException
    28.07 16:18:00 [Server] INFO at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    28.07 16:18:00 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    28.07 16:18:00 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    28.07 16:18:00 [Server] INFO at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:260) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    28.07 16:18:00 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:667) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    28.07 16:18:00 [Server] INFO at net.minecraft.server.v1_7_R3.ServerConnection.c(SourceFile:134) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    28.07 16:18:00 [Server] INFO at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:157) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    28.07 16:18:00 [Server] INFO at net.minecraft.server.v1_7_R3.PacketPlayInChat.handle(PacketPlayInChat.java:47) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    28.07 16:18:00 [Server] INFO at net.minecraft.server.v1_7_R3.PacketPlayInChat.a(PacketPlayInChat.java:28) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    28.07 16:18:00 [Server] INFO at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:817) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    28.07 16:18:00 [Server] INFO at net.minecraft.server.v1_7_R3.PlayerConnection.handleCommand(PlayerConnection.java:956) [craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    28.07 16:18:00 [Server] INFO at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:701) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    28.07 16:18:00 [Server] INFO at us.Myles.PWP.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:86) ~[?:?]
    28.07 16:18:00 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit_beta.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    28.07 16:18:00 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'sg' in plugin SurvivalGames vBeta 1.9.2
    28.07 16:18:00 [Server] ERROR null
    28.07 16:18:00 [Server] INFO xbrick02x won the SurvivalGames in arena RuinsArena in lobby RuinsLobby!

    Afterwards, the Arena was still ingame, and there were 0 PLayers as the sign said in the game.. When you joined you were a spectator...

    Can you help me with that, I will glady provide more information when asked ^^

  • _ForgeUser13475154 added the tags New Other Jul 28, 2014
  • Z609 posted a comment Jul 29, 2014

    Respawning at spawn is a bug since the FinishPhase was added, are you using a development build?

    And as for the game continuing afterwards, that was a bug I encountered, too. It was in deathmatch phase and when I joined, no one was in the game (0/24 players), and when trying to do /sg leave, it just wouldn't do anything. When I left and rejoined, I was still a spectator, and /spawn didn't work. I had to unload the lobby, and it corrupted the database.

  • Z609 removed a tag New Jul 29, 2014
  • Z609 added a tag Waiting Jul 29, 2014
  • Z609 removed a tag Waiting Jul 29, 2014
  • Z609 added a tag Accepted Jul 29, 2014
  • _ForgeUser13475154 posted a comment Aug 2, 2014

    @Z609: Go

    have you got a solution for that?

  • Z609 posted a comment Sep 5, 2014

    @efgh58: Go

    PacketPlayOutChat is an issue. Try updating your Bukkit server.


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