Just finished modding a server with ATLauncher. I can connect for about 1 sec, and can see my hotbar has some items from mods, so it recognized that that I logged in, but then it kicks me with "Internal server error"
Here is the text from the server
2014-02-09 11:53:13 [INFO] Starting minecraft server version 1.6.4
2014-02-09 11:53:54 [INFO] ComputerCraftAPI: ComputerCraft not found.
2014-02-09 11:54:03 [INFO] Loading properties
2014-02-09 11:54:03 [WARNING] server.properties does not exist
2014-02-09 11:54:03 [INFO] Generating new properties file
2014-02-09 11:54:03 [INFO] Default game type: SURVIVAL
2014-02-09 11:54:03 [INFO] Generating keypair
2014-02-09 11:54:03 [INFO] Starting Minecraft server on *:25565
2014-02-09 11:54:18 [WARNING] Failed to load operators list: java.io.FileNotFoundException: .\ops.txt (The system cannot find the file specified)
2014-02-09 11:54:18 [WARNING] Failed to load white-list: java.io.FileNotFoundException: .\white-list.txt (The system cannot find the file specified)
2014-02-09 11:54:18 [INFO] Preparing level "world"
2014-02-09 11:54:47 [INFO] Preparing start region for level 0
2014-02-09 11:54:48 [INFO] Preparing spawn area: 4%
2014-02-09 11:54:49 [INFO] Preparing spawn area: 6%
2014-02-09 11:54:50 [INFO] Preparing spawn area: 10%
2014-02-09 11:54:51 [INFO] Preparing spawn area: 11%
2014-02-09 11:54:52 [INFO] Preparing spawn area: 16%
2014-02-09 11:54:53 [INFO] Preparing spawn area: 23%
2014-02-09 11:54:54 [INFO] Preparing spawn area: 29%
2014-02-09 11:54:55 [INFO] Preparing spawn area: 34%
2014-02-09 11:54:57 [INFO] Preparing spawn area: 40%
2014-02-09 11:54:58 [INFO] Preparing spawn area: 45%
2014-02-09 11:54:59 [INFO] Preparing spawn area: 50%
2014-02-09 11:55:02 [INFO] Preparing spawn area: 54%
2014-02-09 11:55:04 [INFO] Preparing spawn area: 59%
2014-02-09 11:55:05 [INFO] Preparing spawn area: 64%
2014-02-09 11:55:07 [INFO] Preparing spawn area: 72%
2014-02-09 11:55:08 [INFO] Preparing spawn area: 80%
2014-02-09 11:55:10 [INFO] Preparing spawn area: 82%
2014-02-09 11:55:11 [INFO] Preparing spawn area: 92%
2014-02-09 11:55:12 [INFO] Preparing spawn area: 98%
2014-02-09 11:55:12 [INFO] Done (54.280s)! For help, type "help" or "?"
2014-02-09 11:55:23 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 11:56:32 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 11:56:35 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 11:57:14 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 11:57:16 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:03:34 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:07:20 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:08:15 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:09:02 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:09:04 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:09:04 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:09:04 [INFO] /25.0.156.115:52296 lost connection
2014-02-09 12:09:05 [INFO] /25.0.156.115:52297 lost connection
2014-02-09 12:09:20 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:09:32 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:09:46 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:09:51 [INFO] SirTitan[/25.0.156.115:52303] logged in with entity id 11849 at (163.5, 68.0, 248.5)
2014-02-09 12:09:53 [INFO] SirTitan joined the game
2014-02-09 12:10:22 [INFO] Disconnecting SirTitan [/25.0.156.115:52303]: Internal server error
2014-02-09 12:10:25 [WARNING] Failed to handle packet for SirTitan [/25.0.156.115:52303]: net.minecraft.util.ReportedException: Ticking player
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:377)
at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:80)
at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:55)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:29)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerCapabilities.func_75092_a(F)V
at hoopawolf.MTM.lib.MTMEventHandler.onLivingUpdateEvent(MTMEventHandler.java:57)
at net.minecraftforge.event.ASMEventHandler_286_MTMEventHandler_onLivingUpdateEvent_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:337)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1776)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:342)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:328)
... 11 more
2014-02-09 12:10:34 [INFO] SirTitan lost connection: disconnect.closed
2014-02-09 12:10:34 [INFO] SirTitan left the game
2014-02-09 12:10:43 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:10:56 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:11:25 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:11:29 [INFO] SirTitan[/25.0.156.115:52333] logged in with entity id 11852 at (163.5, 68.0, 248.5)
2014-02-09 12:11:29 [INFO] SirTitan joined the game
2014-02-09 12:11:31 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:11:42 [WARNING] Failed to handle packet for SirTitan/25.0.156.115: net.minecraft.util.ReportedException: Ticking player
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:377)
at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerCapabilities.func_75092_a(F)V
at hoopawolf.MTM.lib.MTMEventHandler.onLivingUpdateEvent(MTMEventHandler.java:57)
at net.minecraftforge.event.ASMEventHandler_286_MTMEventHandler_onLivingUpdateEvent_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:337)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1776)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:342)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:328)
... 11 more
2014-02-09 12:11:42 [INFO] SirTitan left the game
2014-02-09 12:11:42 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:11:55 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:12:04 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:12:08 [INFO] SirTitan[/25.0.156.115:52341] logged in with entity id 12242 at (163.5, 68.0, 248.5)
2014-02-09 12:12:08 [INFO] SirTitan joined the game
2014-02-09 12:12:10 [WARNING] Failed to handle packet for SirTitan/25.0.156.115: net.minecraft.util.ReportedException: Ticking player
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:377)
at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerCapabilities.func_75092_a(F)V
at hoopawolf.MTM.lib.MTMEventHandler.onLivingUpdateEvent(MTMEventHandler.java:57)
at net.minecraftforge.event.ASMEventHandler_286_MTMEventHandler_onLivingUpdateEvent_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:337)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1776)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:342)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:328)
... 11 more
2014-02-09 12:12:10 [INFO] SirTitan left the game
2014-02-09 12:12:11 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:12:11 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:14:29 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:14:39 [INFO] Stopping the server
2014-02-09 12:14:39 [INFO] Stopping server
2014-02-09 12:14:39 [INFO] Saving players
2014-02-09 12:14:39 [INFO] Saving worlds
2014-02-09 12:14:39 [INFO] Saving chunks for level 'world'/Overworld
2014-02-09 12:14:39 [INFO] Closing listening thread
2014-02-09 12:14:39 [INFO] Saving chunks for level 'world'/Nether
2014-02-09 12:14:39 [INFO] Saving chunks for level 'world'/The End
2014-02-09 12:14:39 [INFO] Saving chunks for level 'world'/Twilight Forest
2014-02-09 12:14:39 [INFO] Saving chunks for level 'world'/Wyvern Lair
2014-02-09 12:14:39 [INFO] Saving chunks for level 'world'/The Moo Moo Farm
2014-02-09 12:14:42 [INFO] Stopping server
2014-02-09 12:14:42 [INFO] Saving players
2014-02-09 12:14:42 [INFO] Saving worlds
That all i have for error reports i think, let me know if you can help or if you need more information.
Thank you!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Here is the text from the server
2014-02-09 11:53:54 [INFO] ComputerCraftAPI: ComputerCraft not found.
2014-02-09 11:54:03 [INFO] Loading properties
2014-02-09 11:54:03 [WARNING] server.properties does not exist
2014-02-09 11:54:03 [INFO] Generating new properties file
2014-02-09 11:54:03 [INFO] Default game type: SURVIVAL
2014-02-09 11:54:03 [INFO] Generating keypair
2014-02-09 11:54:03 [INFO] Starting Minecraft server on *:25565
2014-02-09 11:54:18 [WARNING] Failed to load operators list: java.io.FileNotFoundException: .\ops.txt (The system cannot find the file specified)
2014-02-09 11:54:18 [WARNING] Failed to load white-list: java.io.FileNotFoundException: .\white-list.txt (The system cannot find the file specified)
2014-02-09 11:54:18 [INFO] Preparing level "world"
2014-02-09 11:54:47 [INFO] Preparing start region for level 0
2014-02-09 11:54:48 [INFO] Preparing spawn area: 4%
2014-02-09 11:54:49 [INFO] Preparing spawn area: 6%
2014-02-09 11:54:50 [INFO] Preparing spawn area: 10%
2014-02-09 11:54:51 [INFO] Preparing spawn area: 11%
2014-02-09 11:54:52 [INFO] Preparing spawn area: 16%
2014-02-09 11:54:53 [INFO] Preparing spawn area: 23%
2014-02-09 11:54:54 [INFO] Preparing spawn area: 29%
2014-02-09 11:54:55 [INFO] Preparing spawn area: 34%
2014-02-09 11:54:57 [INFO] Preparing spawn area: 40%
2014-02-09 11:54:58 [INFO] Preparing spawn area: 45%
2014-02-09 11:54:59 [INFO] Preparing spawn area: 50%
2014-02-09 11:55:02 [INFO] Preparing spawn area: 54%
2014-02-09 11:55:04 [INFO] Preparing spawn area: 59%
2014-02-09 11:55:05 [INFO] Preparing spawn area: 64%
2014-02-09 11:55:07 [INFO] Preparing spawn area: 72%
2014-02-09 11:55:08 [INFO] Preparing spawn area: 80%
2014-02-09 11:55:10 [INFO] Preparing spawn area: 82%
2014-02-09 11:55:11 [INFO] Preparing spawn area: 92%
2014-02-09 11:55:12 [INFO] Preparing spawn area: 98%
2014-02-09 11:55:12 [INFO] Done (54.280s)! For help, type "help" or "?"
2014-02-09 11:55:23 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 11:56:32 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 11:56:35 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 11:57:14 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 11:57:16 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:03:34 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:07:20 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:08:15 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:09:02 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:09:04 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:09:04 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:09:04 [INFO] /25.0.156.115:52296 lost connection
2014-02-09 12:09:05 [INFO] /25.0.156.115:52297 lost connection
2014-02-09 12:09:20 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:09:32 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:09:46 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:09:51 [INFO] SirTitan[/25.0.156.115:52303] logged in with entity id 11849 at (163.5, 68.0, 248.5)
2014-02-09 12:09:53 [INFO] SirTitan joined the game
2014-02-09 12:10:22 [INFO] Disconnecting SirTitan [/25.0.156.115:52303]: Internal server error
2014-02-09 12:10:25 [WARNING] Failed to handle packet for SirTitan [/25.0.156.115:52303]: net.minecraft.util.ReportedException: Ticking player
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:377)
at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:80)
at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:55)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:29)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerCapabilities.func_75092_a(F)V
at hoopawolf.MTM.lib.MTMEventHandler.onLivingUpdateEvent(MTMEventHandler.java:57)
at net.minecraftforge.event.ASMEventHandler_286_MTMEventHandler_onLivingUpdateEvent_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:337)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1776)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:342)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:328)
... 11 more
2014-02-09 12:10:34 [INFO] SirTitan lost connection: disconnect.closed
2014-02-09 12:10:34 [INFO] SirTitan left the game
2014-02-09 12:10:43 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:10:56 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:11:25 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:11:29 [INFO] SirTitan[/25.0.156.115:52333] logged in with entity id 11852 at (163.5, 68.0, 248.5)
2014-02-09 12:11:29 [INFO] SirTitan joined the game
2014-02-09 12:11:31 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:11:42 [WARNING] Failed to handle packet for SirTitan/25.0.156.115: net.minecraft.util.ReportedException: Ticking player
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:377)
at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerCapabilities.func_75092_a(F)V
at hoopawolf.MTM.lib.MTMEventHandler.onLivingUpdateEvent(MTMEventHandler.java:57)
at net.minecraftforge.event.ASMEventHandler_286_MTMEventHandler_onLivingUpdateEvent_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:337)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1776)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:342)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:328)
... 11 more
2014-02-09 12:11:42 [INFO] SirTitan left the game
2014-02-09 12:11:42 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:11:55 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:12:04 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:12:08 [INFO] SirTitan[/25.0.156.115:52341] logged in with entity id 12242 at (163.5, 68.0, 248.5)
2014-02-09 12:12:08 [INFO] SirTitan joined the game
2014-02-09 12:12:10 [WARNING] Failed to handle packet for SirTitan/25.0.156.115: net.minecraft.util.ReportedException: Ticking player
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:377)
at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerCapabilities.func_75092_a(F)V
at hoopawolf.MTM.lib.MTMEventHandler.onLivingUpdateEvent(MTMEventHandler.java:57)
at net.minecraftforge.event.ASMEventHandler_286_MTMEventHandler_onLivingUpdateEvent_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:337)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1776)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:342)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:328)
... 11 more
2014-02-09 12:12:10 [INFO] SirTitan left the game
2014-02-09 12:12:11 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:12:11 [SEVERE] Reached end of stream for /25.0.156.115
2014-02-09 12:14:29 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
2014-02-09 12:14:39 [INFO] Stopping the server
2014-02-09 12:14:39 [INFO] Stopping server
2014-02-09 12:14:39 [INFO] Saving players
2014-02-09 12:14:39 [INFO] Saving worlds
2014-02-09 12:14:39 [INFO] Saving chunks for level 'world'/Overworld
2014-02-09 12:14:39 [INFO] Closing listening thread
2014-02-09 12:14:39 [INFO] Saving chunks for level 'world'/Nether
2014-02-09 12:14:39 [INFO] Saving chunks for level 'world'/The End
2014-02-09 12:14:39 [INFO] Saving chunks for level 'world'/Twilight Forest
2014-02-09 12:14:39 [INFO] Saving chunks for level 'world'/Wyvern Lair
2014-02-09 12:14:39 [INFO] Saving chunks for level 'world'/The Moo Moo Farm
2014-02-09 12:14:42 [INFO] Stopping server
2014-02-09 12:14:42 [INFO] Saving players
2014-02-09 12:14:42 [INFO] Saving worlds
That all i have for error reports i think, let me know if you can help or if you need more information.
Thank you!