Problem/Bug Cant Connect To My Own Server IMPORTANT HELP

Discussion in 'Bukkit Help' started by MCBro911, Mar 7, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    MCBro911

    It's broken my players can connect but I can't. I removed every plugin and it still happens it all started when I was using the ChatClear plugin and that plugin it has a command called /ccban which will ban a player I thought It would lock chat so I typed in /ccban MCBro911 and it crashed my game now I get the following message in my client:


    Failed To Connect To the server

    Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 64





    In console it says the following message:

    Failed to handle packet for /PRIVATEIP:50393
    java.lang.NullPointerException
    at net.minecraft.server.v1_7_R4.PlayerList.attemptLogin(PlayerList.java:369) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-15-g66c314d-b3104jnks]
    at net.minecraft.server.v1_7_R4.LoginListener.c(LoginListener.java:68) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-15-g66c314d-b3104jnks]
    at net.minecraft.server.v1_7_R4.LoginListener.a(LoginListener.java:42) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-15-g66c314d-b3104jnks]
    at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:160) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.2-15-g66c314d-b3104jnks]
    at net.minecraft.server.v1_7_R4.ServerConnection.c(SourceFile:134) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-15-g66c314d-b3104jnks]
    at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:667) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-15-g66c314d-b3104jnks]
    at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-15-g66c314d-b3104jnks]
    at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-15-g66c314d-b3104jnks]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-15-g66c314d-b3104jnks]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.2-15-g66c314d-b3104jnks]
    [19:43:26] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@115a679[id=c54b7660-9860-4a16-b407-652fca70f3e3,name=MCBro911,properties={textures=[net.minecraft.util.com.mojang.authlib.properties.Property@17b64f1]},legacy=false] (/PRIVATEIP:50393) lost connection: Internal server error
     
  2. Offline

    shades161

    [net.minecraft.util.com.mojang.authlib.properties.Property@17b64f1]},legacy=false]
    I believe, since I've seen that before on my server, the server can't connect to the mojang auth servers and verify that you have a real version of minecraft. If you do have a real version, restart the client, log out and then back in. (make sure you've also transferred your account from minecraft to mojang at their site).
    If you do not have a real version of minecraft, in the server.properties file set "online-mode" to false.
    IE: online-mode=false
     
Thread Status:
Not open for further replies.

Share This Page