Created
November 5, 2014 20:57
-
-
Save boq/977f809e6cad13a7d616 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [21:39:49] [Netty Client IO #2/INFO] [FML]: CLIENT-RAW > class cpw.mods.fml.common.network.internal.FMLProxyPacket (channel: REGISTER, register: [BungeeCord]) | |
| // ^ possible bug: channel is registered only once | |
| // FML fallback - client sends channels on S01PacketJoinGame, even if hanshake failed | |
| [21:39:52] [Netty Client IO #2/INFO] [FML]: CLIENT-DECODED < class cpw.mods.fml.common.network.internal.FMLProxyPacket (channel: REGISTER, register: [FML|HS, FML, OpenMods|E, OpenMods|M, FORGE, OpenMods|RPC, OpenMods|I]) | |
| [21:39:52] [Netty Client IO #2/INFO] [FML]: CLIENT-RAW < class cpw.mods.fml.common.network.internal.FMLProxyPacket (channel: REGISTER, register: [FML|HS, FML, OpenMods|E, OpenMods|M, FORGE, OpenMods|RPC, OpenMods|I]) | |
| [21:39:52] [Netty Client IO #2/INFO] [FML]: Aborting client handshake "VANILLA" | |
| [21:39:52] [Netty Client IO #2/INFO] [FML]: [Netty Client IO #2] Client side vanilla connection established | |
| // server 1 (vanilla) -> server 2 (forge) | |
| [21:40:03] [Netty Client IO #2/INFO] [FML]: CLIENT-RAW > class cpw.mods.fml.common.network.internal.FMLProxyPacket (channel: FML|HS) | |
| [21:40:03] [Netty Client IO #2/INFO] [FML]: CLIENT-DECODED > class cpw.mods.fml.common.network.handshake.FMLHandshakeMessage$HandshakeReset | |
| [21:40:03] [Netty Client IO #2/INFO] [FML]: Applying holder lookups | |
| [21:40:03] [Netty Client IO #2/INFO] [FML]: Holder lookups applied | |
| [21:40:03] [Netty Client IO #2/INFO] [FML]: CLIENT-RAW > class cpw.mods.fml.common.network.internal.FMLProxyPacket (channel: REGISTER, register: [FML|HS, FML, OpenMods|E, OpenMods|M, FORGE, OpenMods|RPC, OpenMods|I]) | |
| [21:40:03] [Netty Client IO #2/INFO] [FML]: CLIENT-RAW > class cpw.mods.fml.common.network.internal.FMLProxyPacket (channel: FML|HS) | |
| [21:40:03] [Netty Client IO #2/INFO] [FML]: CLIENT-DECODED > class cpw.mods.fml.common.network.handshake.FMLHandshakeMessage$ServerHello | |
| // delay due to breakpoint | |
| // single REGISTER sent | |
| [21:40:06] [Netty Client IO #2/INFO] [FML]: CLIENT-DECODED < class cpw.mods.fml.common.network.internal.FMLProxyPacket (channel: REGISTER, register: [FML|HS, FML, OpenMods|E, OpenMods|M, FORGE, OpenMods|RPC, OpenMods|I]) | |
| [21:40:06] [Netty Client IO #2/INFO] [FML]: CLIENT-RAW < class cpw.mods.fml.common.network.internal.FMLProxyPacket (channel: REGISTER, register: [FML|HS, FML, OpenMods|E, OpenMods|M, FORGE, OpenMods|RPC, OpenMods|I]) | |
| [21:40:06] [Netty Client IO #2/INFO] [FML]: Server protocol version 1 | |
| [21:40:06] [Netty Client IO #2/INFO] [FML]: CLIENT-DECODED < class cpw.mods.fml.common.network.handshake.FMLHandshakeMessage$ClientHello | |
| [21:40:06] [Netty Client IO #2/INFO] [FML]: CLIENT-RAW < class cpw.mods.fml.common.network.internal.FMLProxyPacket (channel: FML|HS) | |
| [21:40:06] [Netty Client IO #2/INFO] [FML]: CLIENT-DECODED < class cpw.mods.fml.common.network.handshake.FMLHandshakeMessage$ModList | |
| [21:40:06] [Netty Client IO #2/INFO] [FML]: CLIENT-RAW < class cpw.mods.fml.common.network.internal.FMLProxyPacket (channel: FML|HS) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 21:39:47 [INFO] [/127.0.0.1:8451] <-> InitialHandler has connected | |
| 21:39:49 [INFO] [/127.0.0.1:8453] <-> InitialHandler has connected | |
| 21:39:49 [INFO] [Dev] <-> ServerConnector [server1] has connected | |
| // single REGISTER sent | |
| 21:40:03 [INFO] [Dev] <-> ServerConnector [server2] has connected | |
| 21:40:03 [INFO] [START Server -> Bungee][SENDING: ServerHello] | |
| 21:40:03 [INFO] [HELLO Client <- Bungee][RECEIVED: ServerHello] | |
| // delay due to breakpoint on client | |
| 21:40:06 [INFO] [HELLO Client -> Bungee][SENDING: UnknownChannel: REGISTER] | |
| 21:40:06 [INFO] [HELLO Server <- Bungee][RECEIVED: UnknownChannel: REGISTER] | |
| // duplicated REGISTER - maybe leftover from first handshake | |
| 21:40:06 [INFO] [HELLO Client -> Bungee][SENDING: UnknownChannel: REGISTER] | |
| 21:40:06 [INFO] [HELLO Server <- Bungee][RECEIVED: UnknownChannel: REGISTER] | |
| 21:40:06 [INFO] [HELLO Client -> Bungee][SENDING: ClientHello] | |
| 21:40:06 [INFO] [HELLO Server <- Bungee][RECEIVED: ClientHello] | |
| 21:40:06 [INFO] [HELLO Client -> Bungee][SENDING: ModList] | |
| 21:40:06 [INFO] [HELLO Server <- Bungee][RECEIVED: ModList] | |
| 21:40:06 [INFO] [Dev] <-> ServerConnector [server2] has disconnected |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment