Skip to content

Instantly share code, notes, and snippets.

@greatman
Created July 27, 2012 22:25
Show Gist options
  • Save greatman/3190753 to your computer and use it in GitHub Desktop.
Save greatman/3190753 to your computer and use it in GitHub Desktop.
18:25:00 [INFOS] STRING CHECK LENGTH 20 STRING: A Spout Serverº0º20º
18:25:00 [INFOS] Channel disconnected: [id: 0x57b306eb, /127.0.0.1:57806 :> /127
.0.0.1:25565].
18:25:02 [INFOS] Downstream channel connected: [id: 0x2c9f55f3, /127.0.0.1:57810
=> /127.0.0.1:25565].
18:25:02 [INFOS] Setting protocol to Vanilla
18:25:02 [INFOS] DECODER: 2
18:25:02 [INFOS] DECODER: 253
18:25:02 [INFOS] STRING CHECK LENGTH 16 STRING: 5955456e50b6a9e4
18:25:02 [INFOS] DECODER: 252
18:25:02 [INFOS] Test
18:25:02 [INFOS] DECODER: 252
18:25:02 [INFOS] DECODER: 205
18:25:02 [INFOS] Client sent: ClientStatusMessage{status=0}
18:25:02 [INFOS] ←[96mgreatman321←[96m has joined the game←[m
18:25:02 [INFOS] Player Join Event took 38 ms
18:25:02 [INFOS] Spout Engine Player Connect Event took 41 ms
18:25:02 [INFOS] DECODER: 1
18:25:02 [INFOS] LoginRequestMessage{id=11,worldType=default,mode=1,dimension=0,
difficulty=2,maxPlayers=20}
18:25:02 [INFOS] STRING CHECK LENGTH 7 STRING: default
18:25:03 [INFOS] ←[96mgreatman321←[96m has left the game←[m
18:25:03 [AVERTISSEMENT] Exception caught, closing channel: [id: 0x2c9f55f3, /12
7.0.0.1:57810 => /127.0.0.1:25565]...
java.lang.IllegalStateException: Stored data must be completely read before writ
ing more data
at org.spout.api.security.EncryptionChannelProcessor.write(EncryptionCha
nnelProcessor.java:48)
at org.spout.api.protocol.CommonChannelProcessor.write(CommonChannelProc
essor.java:64)
at org.spout.api.protocol.PreprocessReplayingDecoder.decode(PreprocessRe
playingDecoder.java:93)
at org.jboss.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDeco
der.java:328)
at org.jboss.netty.handler.codec.frame.FrameDecoder.messageReceived(Fram
eDecoder.java:211)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:26
8)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:25
5)
at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:94)
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.processSelectedK
eys(AbstractNioWorker.java:372)
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioW
orker.java:246)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:38)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment