Advertisement
Guest User

Untitled

a guest
Sep 20th, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 131.22 KB | None | 0 0
  1. 16:30:51 [GRAVE] [Garciat427] -> UpstreamBridge - encountered exception
  2. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  3. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  4. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  5. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:691)
  6. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:626)
  7. at io.netty.channel.DefaultChannelPipeline.write(DefaultChannelPipeline.java:944)
  8. at io.netty.channel.AbstractChannel.write(AbstractChannel.java:239)
  9. at net.md_5.bungee.netty.ChannelWrapper.write(ChannelWrapper.java:49)
  10. at net.md_5.bungee.UserConnection$1.sendPacket(UserConnection.java:138)
  11. at net.md_5.bungee.tab.ServerUnique.onServerChange(ServerUnique.java:77)
  12. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.handlers.ServerConnectHandler.handle(ServerConnectHandler.java:162)
  13. at net.md_5.bungee.protocol.packet.Login.handle(Login.java:60)
  14. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:76)
  15. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  16. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  17. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
  18. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  19. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  20. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  21. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  22. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  23. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  24. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  25. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  26. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  27. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  28. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  29. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  30. at java.lang.Thread.run(Thread.java:745)
  31. Caused by: java.lang.NullPointerException
  32. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  33. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  34. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  35. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  36. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  37. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  38. ... 27 more
  39. 16:30:51 [INFORMACIÓN] [Garciat427] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  40. 16:30:51 [GRAVE] [applenerd123] <-> DownstreamBridge <-> [Hub] - encountered exception
  41. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -10813 (expected: >= 0)
  42. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
  43. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
  44. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  45. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  46. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  47. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  48. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  49. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  50. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  51. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  52. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  53. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  54. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  55. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  56. at java.lang.Thread.run(Thread.java:745)
  57. Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -10813 (expected: >= 0)
  58. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1163)
  59. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:655)
  60. at protocolsupport.utils.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469)
  61. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readItemStackData(PacketDataSerializer.java:30)
  62. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readDatawatcherData(PacketDataSerializer.java:67)
  63. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:141)
  64. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  65. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:35)
  66. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
  67. ... 14 more
  68. 16:30:51 [INFORMACIÓN] [applenerd123] <-> DownstreamBridge <-> [Hub] has disconnected
  69. 16:30:51 [INFORMACIÓN] [applenerd123] <-> ServerConnector [Auth] has connected
  70. 16:30:51 [INFORMACIÓN] [applenerd123] disconnected with: §cKicked whilst connecting to Auth: §fA player with this name is already online!
  71. 16:30:51 [INFORMACIÓN] [applenerd123] <-> ServerConnector [Auth] has disconnected
  72. 16:30:51 [INFORMACIÓN] [/190.51.148.1:25942] <-> InitialHandler has connected
  73. 16:30:51 [GRAVE] [slubub] -> UpstreamBridge - encountered exception
  74. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  75. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  76. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  77. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  78. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  79. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  80. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  81. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  82. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  83. at java.lang.Thread.run(Thread.java:745)
  84. Caused by: java.lang.NullPointerException
  85. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  86. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  87. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  88. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  89. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  90. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  91. ... 8 more
  92. 16:30:51 [GRAVE] [alexis] -> UpstreamBridge - encountered exception
  93. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  94. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  95. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  96. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  97. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  98. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  99. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  100. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  101. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  102. at java.lang.Thread.run(Thread.java:745)
  103. Caused by: java.lang.NullPointerException
  104. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  105. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  106. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  107. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  108. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  109. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  110. ... 8 more
  111. 16:30:51 [INFORMACIÓN] [Garciat427] -> UpstreamBridge has disconnected
  112. 16:30:51 [GRAVE] [PO3EHPOT] -> UpstreamBridge - encountered exception
  113. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  114. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  115. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  116. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  117. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  118. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  119. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  120. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  121. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  122. at java.lang.Thread.run(Thread.java:745)
  123. Caused by: java.lang.NullPointerException
  124. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  125. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  126. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  127. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  128. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  129. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  130. ... 8 more
  131. 16:30:51 [INFORMACIÓN] [PO3EHPOT] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  132. 16:30:51 [INFORMACIÓN] [alexis] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  133. 16:30:51 [INFORMACIÓN] [slubub] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  134. 16:30:51 [GRAVE] [REDHOOD] -> UpstreamBridge - encountered exception
  135. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  136. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  137. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  138. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  139. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  140. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  141. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  142. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  143. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  144. at java.lang.Thread.run(Thread.java:745)
  145. Caused by: java.lang.NullPointerException
  146. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  147. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  148. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  149. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  150. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  151. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  152. ... 8 more
  153. 16:30:51 [GRAVE] [Sheik] -> UpstreamBridge - encountered exception
  154. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  155. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  156. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  157. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  158. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  159. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  160. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  161. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  162. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  163. at java.lang.Thread.run(Thread.java:745)
  164. Caused by: java.lang.NullPointerException
  165. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  166. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  167. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  168. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  169. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  170. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  171. ... 8 more
  172. 16:30:51 [INFORMACIÓN] [REDHOOD] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  173. 16:30:51 [INFORMACIÓN] [Sheik] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  174. 16:30:51 [GRAVE] [Garciat427] <-> DownstreamBridge <-> [Hub] - encountered exception
  175. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -10225 (expected: >= 0)
  176. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
  177. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
  178. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  179. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  180. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  181. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  182. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  183. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  184. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  185. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  186. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  187. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  188. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  189. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  190. at java.lang.Thread.run(Thread.java:745)
  191. Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -10225 (expected: >= 0)
  192. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1163)
  193. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:655)
  194. at protocolsupport.utils.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469)
  195. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readItemStackData(PacketDataSerializer.java:30)
  196. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readDatawatcherData(PacketDataSerializer.java:67)
  197. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:141)
  198. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  199. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:35)
  200. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
  201. ... 14 more
  202. 16:30:51 [INFORMACIÓN] [Garciat427] <-> DownstreamBridge <-> [Hub] has disconnected
  203. 16:30:51 [GRAVE] [holasoysteve] -> UpstreamBridge - encountered exception
  204. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  205. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  206. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  207. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  208. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  209. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  210. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  211. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  212. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  213. at java.lang.Thread.run(Thread.java:745)
  214. Caused by: java.lang.NullPointerException
  215. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  216. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  217. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  218. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  219. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  220. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  221. ... 8 more
  222. 16:30:51 [INFORMACIÓN] [holasoysteve] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  223. 16:30:51 [GRAVE] [Santino] -> UpstreamBridge - encountered exception
  224. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  225. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  226. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  227. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  228. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  229. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  230. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  231. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  232. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  233. at java.lang.Thread.run(Thread.java:745)
  234. Caused by: java.lang.NullPointerException
  235. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  236. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  237. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  238. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  239. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  240. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  241. ... 8 more
  242. 16:30:51 [INFORMACIÓN] [alexis] -> UpstreamBridge has disconnected
  243. 16:30:51 [INFORMACIÓN] [Santino] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  244. 16:30:51 [INFORMACIÓN] [holasoysteve] -> UpstreamBridge has disconnected
  245. 16:30:51 [INFORMACIÓN] [Garciat427] disconnected with: §f[Proxy] Lost connection to server.
  246. 16:30:51 [INFORMACIÓN] [Garciat427] <-> DownstreamBridge <-> [Auth] has disconnected
  247. 16:30:51 [INFORMACIÓN] [holasoysteve] disconnected with: §f[Proxy] Lost connection to server.
  248. 16:30:51 [INFORMACIÓN] [holasoysteve] <-> DownstreamBridge <-> [Auth] has disconnected
  249. 16:30:51 [INFORMACIÓN] [holasoybenjamin] <-> InitialHandler has connected
  250. 16:30:51 [INFORMACIÓN] [BungeePerms] Login by holasoybenjamin
  251. 16:30:51 [INFORMACIÓN] [BungeePerms] Adding default groups to holasoybenjamin
  252. 16:30:51 [INFORMACIÓN] [holasoybenjamin] <-> ServerConnector [Auth] has connected
  253. 16:30:51 [INFORMACIÓN] [Sheik] -> UpstreamBridge has disconnected
  254. 16:30:51 [INFORMACIÓN] [Santino] -> UpstreamBridge has disconnected
  255. 16:30:51 [INFORMACIÓN] [slubub] -> UpstreamBridge has disconnected
  256. 16:30:51 [GRAVE] [holasoybenjamin] -> UpstreamBridge - encountered exception
  257. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  258. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  259. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  260. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  261. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  262. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  263. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  264. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  265. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  266. at java.lang.Thread.run(Thread.java:745)
  267. Caused by: java.lang.NullPointerException
  268. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  269. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  270. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  271. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  272. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  273. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  274. ... 8 more
  275. 16:30:51 [INFORMACIÓN] [holasoybenjamin] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  276. 16:30:51 [INFORMACIÓN] [slubub] disconnected with: §f[Proxy] Lost connection to server.
  277. 16:30:51 [INFORMACIÓN] [Santino] disconnected with: §f[Proxy] Lost connection to server.
  278. 16:30:51 [INFORMACIÓN] [slubub] <-> DownstreamBridge <-> [Auth] has disconnected
  279. 16:30:51 [INFORMACIÓN] [Santino] <-> DownstreamBridge <-> [Auth] has disconnected
  280. 16:30:51 [INFORMACIÓN] [alexis] disconnected with: §f[Proxy] Lost connection to server.
  281. 16:30:51 [INFORMACIÓN] [alexis] <-> DownstreamBridge <-> [Auth] has disconnected
  282. 16:30:51 [INFORMACIÓN] [Sheik] disconnected with: §f[Proxy] Lost connection to server.
  283. 16:30:51 [INFORMACIÓN] [Sheik] <-> DownstreamBridge <-> [Auth] has disconnected
  284. 16:30:51 [INFORMACIÓN] [holasoybenjamin] -> UpstreamBridge has disconnected
  285. 16:30:51 [INFORMACIÓN] [/189.144.5.237:57590] <-> InitialHandler has connected
  286. 16:30:51 [INFORMACIÓN] [holasoybenjamin] disconnected with: §f[Proxy] Lost connection to server.
  287. 16:30:51 [INFORMACIÓN] [holasoybenjamin] <-> DownstreamBridge <-> [Auth] has disconnected
  288. 16:30:51 [INFORMACIÓN] [PO3EHPOT] -> UpstreamBridge has disconnected
  289. 16:30:51 [INFORMACIÓN] [applenerd123] -> UpstreamBridge has disconnected
  290. 16:30:51 [INFORMACIÓN] [REDHOOD] -> UpstreamBridge has disconnected
  291. 16:30:51 [INFORMACIÓN] [PO3EHPOT] disconnected with: §f[Proxy] Lost connection to server.
  292. 16:30:51 [INFORMACIÓN] [PO3EHPOT] <-> DownstreamBridge <-> [Auth] has disconnected
  293. 16:30:51 [INFORMACIÓN] [REDHOOD] disconnected with: §f[Proxy] Lost connection to server.
  294. 16:30:51 [INFORMACIÓN] [REDHOOD] <-> DownstreamBridge <-> [Auth] has disconnected
  295. 16:30:51 [INFORMACIÓN] [/190.226.154.93:55116] <-> InitialHandler has connected
  296. 16:30:51 [INFORMACIÓN] [/189.148.106.36:57399] <-> InitialHandler has connected
  297. 16:30:52 [INFORMACIÓN] [/201.253.31.98:59554] <-> InitialHandler has connected
  298. 16:30:52 [INFORMACIÓN] [/190.247.167.49:49543] <-> InitialHandler has connected
  299. 16:30:52 [INFORMACIÓN] [/187.188.78.0:23641] <-> InitialHandler has connected
  300. 16:30:52 [INFORMACIÓN] [BryceC1213] <-> InitialHandler has connected
  301. 16:30:52 [INFORMACIÓN] [BungeePerms] Login by BryceC1213
  302. 16:30:52 [INFORMACIÓN] [BryceC1213] <-> ServerConnector [Hub] has connected
  303. 16:30:52 [INFORMACIÓN] [BryceC1213] <-> ServerConnector [Auth] has connected
  304. 16:30:52 [INFORMACIÓN] [BryceC1213] disconnected with: §cKicked whilst connecting to Auth: §fA player with this name is already online!
  305. 16:30:52 [INFORMACIÓN] [BryceC1213] <-> ServerConnector [Auth] has disconnected
  306. 16:30:53 [GRAVE] [BryceC1213] <-> DownstreamBridge <-> [Hub] - encountered exception
  307. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -32118 (expected: >= 0)
  308. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
  309. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
  310. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  311. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  312. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  313. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  314. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  315. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  316. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  317. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  318. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  319. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  320. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  321. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  322. at java.lang.Thread.run(Thread.java:745)
  323. Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -32118 (expected: >= 0)
  324. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1163)
  325. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:655)
  326. at protocolsupport.utils.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469)
  327. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readItemStackData(PacketDataSerializer.java:30)
  328. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readDatawatcherData(PacketDataSerializer.java:67)
  329. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:141)
  330. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  331. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:35)
  332. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
  333. ... 14 more
  334. 16:30:53 [INFORMACIÓN] [BryceC1213] <-> DownstreamBridge <-> [Hub] has disconnected
  335. 16:30:53 [INFORMACIÓN] [BryceC1213] <-> ServerConnector [Auth] has connected
  336. 16:30:53 [INFORMACIÓN] [BryceC1213] disconnected with: §cKicked whilst connecting to Auth: §fA player with this name is already online!
  337. 16:30:53 [INFORMACIÓN] [BryceC1213] <-> ServerConnector [Auth] has disconnected
  338. 16:30:53 [INFORMACIÓN] [franci58384] <-> InitialHandler has connected
  339. 16:30:53 [INFORMACIÓN] [BungeePerms] Login by franci58384
  340. 16:30:53 [INFORMACIÓN] [BungeePerms] Adding default groups to franci58384
  341. 16:30:53 [INFORMACIÓN] [franci58384] <-> ServerConnector [Auth] has connected
  342. 16:30:53 [INFORMACIÓN] [/179.41.223.163:29964] <-> InitialHandler has connected
  343. 16:30:53 [INFORMACIÓN] [/167.63.0.64:52662] <-> InitialHandler has connected
  344. 16:30:53 [INFORMACIÓN] [texmod] <-> InitialHandler has connected
  345. 16:30:53 [INFORMACIÓN] [BungeePerms] Login by texmod
  346. 16:30:53 [INFORMACIÓN] [/186.3.66.23:3937] <-> InitialHandler has connected
  347. 16:30:53 [INFORMACIÓN] [BryceC1213] -> UpstreamBridge has disconnected
  348. 16:30:53 [INFORMACIÓN] [texmod] <-> ServerConnector [Hub] has connected
  349. 16:30:53 [INFORMACIÓN] [texmod] <-> ServerConnector [Auth] has connected
  350. 16:30:53 [INFORMACIÓN] [/187.147.201.135:60873] <-> InitialHandler has connected
  351. 16:30:53 [GRAVE] [texmod] -> UpstreamBridge - encountered exception
  352. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  353. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  354. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  355. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:691)
  356. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:626)
  357. at io.netty.channel.DefaultChannelPipeline.write(DefaultChannelPipeline.java:944)
  358. at io.netty.channel.AbstractChannel.write(AbstractChannel.java:239)
  359. at net.md_5.bungee.netty.ChannelWrapper.write(ChannelWrapper.java:49)
  360. at net.md_5.bungee.UserConnection$1.sendPacket(UserConnection.java:138)
  361. at net.md_5.bungee.tab.ServerUnique.onServerChange(ServerUnique.java:77)
  362. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.handlers.ServerConnectHandler.handle(ServerConnectHandler.java:162)
  363. at net.md_5.bungee.protocol.packet.Login.handle(Login.java:60)
  364. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:76)
  365. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  366. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  367. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
  368. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  369. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  370. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  371. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  372. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  373. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  374. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  375. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  376. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  377. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  378. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  379. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  380. at java.lang.Thread.run(Thread.java:745)
  381. Caused by: java.lang.NullPointerException
  382. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  383. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  384. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  385. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  386. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  387. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  388. ... 27 more
  389. 16:30:53 [INFORMACIÓN] [texmod] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  390. 16:30:53 [INFORMACIÓN] [Sheik] <-> InitialHandler has connected
  391. 16:30:53 [INFORMACIÓN] [BungeePerms] Login by Sheik
  392. 16:30:53 [INFORMACIÓN] [Sheik] <-> ServerConnector [Auth] has connected
  393. 16:30:53 [GRAVE] [franci58384] -> UpstreamBridge - encountered exception
  394. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  395. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  396. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  397. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  398. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  399. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  400. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  401. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  402. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  403. at java.lang.Thread.run(Thread.java:745)
  404. Caused by: java.lang.NullPointerException
  405. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  406. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  407. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  408. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  409. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  410. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  411. ... 8 more
  412. 16:30:53 [INFORMACIÓN] [texmod] -> UpstreamBridge has disconnected
  413. 16:30:53 [INFORMACIÓN] [franci58384] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  414. 16:30:53 [GRAVE] [texmod] <-> DownstreamBridge <-> [Hub] - encountered exception
  415. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -10225 (expected: >= 0)
  416. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
  417. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
  418. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  419. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  420. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  421. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  422. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  423. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  424. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  425. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  426. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  427. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  428. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  429. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  430. at java.lang.Thread.run(Thread.java:745)
  431. Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -10225 (expected: >= 0)
  432. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1163)
  433. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:655)
  434. at protocolsupport.utils.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469)
  435. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readItemStackData(PacketDataSerializer.java:30)
  436. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readDatawatcherData(PacketDataSerializer.java:67)
  437. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:141)
  438. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  439. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:35)
  440. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
  441. ... 14 more
  442. 16:30:53 [INFORMACIÓN] [texmod] <-> DownstreamBridge <-> [Hub] has disconnected
  443. 16:30:53 [INFORMACIÓN] [franci58384] -> UpstreamBridge has disconnected
  444. 16:30:53 [INFORMACIÓN] [texmod] disconnected with: §f[Proxy] Lost connection to server.
  445. 16:30:53 [INFORMACIÓN] [texmod] <-> DownstreamBridge <-> [Auth] has disconnected
  446. 16:30:53 [INFORMACIÓN] [franci58384] disconnected with: §f[Proxy] Lost connection to server.
  447. 16:30:53 [INFORMACIÓN] [franci58384] <-> DownstreamBridge <-> [Auth] has disconnected
  448. 16:30:54 [INFORMACIÓN] [/190.2.123.22:49263] <-> InitialHandler has connected
  449. 16:30:54 [INFORMACIÓN] [holasoysteve] <-> InitialHandler has connected
  450. 16:30:54 [INFORMACIÓN] [BungeePerms] Login by holasoysteve
  451. 16:30:54 [INFORMACIÓN] [/190.236.242.133:25510] <-> InitialHandler has connected
  452. 16:30:54 [INFORMACIÓN] [/190.23.68.144:28784] <-> InitialHandler has connected
  453. 16:30:54 [INFORMACIÓN] [holasoysteve] <-> ServerConnector [Hub] has connected
  454. 16:30:54 [INFORMACIÓN] [holasoysteve] <-> ServerConnector [Auth] has connected
  455. 16:30:54 [INFORMACIÓN] [/132.251.241.128:52024] <-> InitialHandler has connected
  456. 16:30:54 [GRAVE] [holasoysteve] -> UpstreamBridge - encountered exception
  457. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  458. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  459. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  460. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:691)
  461. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:626)
  462. at io.netty.channel.DefaultChannelPipeline.write(DefaultChannelPipeline.java:944)
  463. at io.netty.channel.AbstractChannel.write(AbstractChannel.java:239)
  464. at net.md_5.bungee.netty.ChannelWrapper.write(ChannelWrapper.java:49)
  465. at net.md_5.bungee.UserConnection$1.sendPacket(UserConnection.java:138)
  466. at net.md_5.bungee.tab.ServerUnique.onServerChange(ServerUnique.java:77)
  467. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.handlers.ServerConnectHandler.handle(ServerConnectHandler.java:162)
  468. at net.md_5.bungee.protocol.packet.Login.handle(Login.java:60)
  469. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:76)
  470. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  471. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  472. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
  473. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  474. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  475. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  476. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  477. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  478. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  479. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  480. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  481. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  482. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  483. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  484. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  485. at java.lang.Thread.run(Thread.java:745)
  486. Caused by: java.lang.NullPointerException
  487. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  488. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  489. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  490. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  491. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  492. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  493. ... 27 more
  494. 16:30:54 [INFORMACIÓN] [holasoysteve] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  495. 16:30:54 [INFORMACIÓN] [/189.197.143.173:52162] <-> InitialHandler has connected
  496. 16:30:54 [GRAVE] [Sheik] -> UpstreamBridge - encountered exception
  497. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  498. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  499. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  500. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  501. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  502. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  503. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  504. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  505. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  506. at java.lang.Thread.run(Thread.java:745)
  507. Caused by: java.lang.NullPointerException
  508. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  509. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  510. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  511. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  512. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  513. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  514. ... 8 more
  515. 16:30:54 [INFORMACIÓN] [holasoysteve] -> UpstreamBridge has disconnected
  516. 16:30:54 [INFORMACIÓN] [Sheik] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  517. 16:30:54 [INFORMACIÓN] [holasoysteve] <-> DownstreamBridge <-> [Hub] has disconnected
  518. 16:30:54 [INFORMACIÓN] [Sheik] -> UpstreamBridge has disconnected
  519. 16:30:54 [INFORMACIÓN] [Sheik] disconnected with: §f[Proxy] Lost connection to server.
  520. 16:30:54 [INFORMACIÓN] [holasoysteve] disconnected with: §f[Proxy] Lost connection to server.
  521. 16:30:54 [INFORMACIÓN] [Sheik] <-> DownstreamBridge <-> [Auth] has disconnected
  522. 16:30:54 [INFORMACIÓN] [holasoysteve] <-> DownstreamBridge <-> [Auth] has disconnected
  523. 16:30:54 [INFORMACIÓN] [argon26] <-> InitialHandler has connected
  524. 16:30:54 [INFORMACIÓN] [BungeePerms] Login by argon26
  525. 16:30:54 [INFORMACIÓN] [argon26] <-> ServerConnector [Hub] has connected
  526. 16:30:54 [INFORMACIÓN] [argon26] <-> ServerConnector [Auth] has connected
  527. 16:30:54 [GRAVE] [argon26] -> UpstreamBridge - encountered exception
  528. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  529. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  530. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  531. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:691)
  532. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:626)
  533. at io.netty.channel.DefaultChannelPipeline.write(DefaultChannelPipeline.java:944)
  534. at io.netty.channel.AbstractChannel.write(AbstractChannel.java:239)
  535. at net.md_5.bungee.netty.ChannelWrapper.write(ChannelWrapper.java:49)
  536. at net.md_5.bungee.UserConnection$1.sendPacket(UserConnection.java:138)
  537. at net.md_5.bungee.tab.ServerUnique.onServerChange(ServerUnique.java:77)
  538. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.handlers.ServerConnectHandler.handle(ServerConnectHandler.java:162)
  539. at net.md_5.bungee.protocol.packet.Login.handle(Login.java:60)
  540. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:76)
  541. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  542. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  543. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
  544. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  545. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  546. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  547. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  548. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  549. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  550. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  551. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  552. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  553. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  554. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  555. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  556. at java.lang.Thread.run(Thread.java:745)
  557. Caused by: java.lang.NullPointerException
  558. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  559. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  560. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  561. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  562. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  563. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  564. ... 27 more
  565. 16:30:54 [INFORMACIÓN] [argon26] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  566. 16:30:54 [INFORMACIÓN] [argon26] -> UpstreamBridge has disconnected
  567. 16:30:54 [GRAVE] [argon26] <-> DownstreamBridge <-> [Hub] - encountered exception
  568. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -10225 (expected: >= 0)
  569. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
  570. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
  571. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  572. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  573. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  574. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  575. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  576. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  577. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  578. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  579. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  580. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  581. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  582. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  583. at java.lang.Thread.run(Thread.java:745)
  584. Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -10225 (expected: >= 0)
  585. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1163)
  586. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:655)
  587. at protocolsupport.utils.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469)
  588. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readItemStackData(PacketDataSerializer.java:30)
  589. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readDatawatcherData(PacketDataSerializer.java:67)
  590. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:141)
  591. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  592. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:35)
  593. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
  594. ... 14 more
  595. 16:30:54 [INFORMACIÓN] [argon26] <-> DownstreamBridge <-> [Hub] has disconnected
  596. 16:30:54 [INFORMACIÓN] [/181.25.134.226:29507] <-> InitialHandler has connected
  597. 16:30:54 [INFORMACIÓN] [argon26] disconnected with: §f[Proxy] Lost connection to server.
  598. 16:30:54 [INFORMACIÓN] [argon26] <-> DownstreamBridge <-> [Auth] has disconnected
  599. 16:30:55 [INFORMACIÓN] [/190.232.189.54:26784] <-> InitialHandler has connected
  600. 16:30:55 [INFORMACIÓN] [alexis] <-> InitialHandler has connected
  601. 16:30:55 [INFORMACIÓN] [BungeePerms] Login by alexis
  602. 16:30:55 [INFORMACIÓN] [alexis] <-> ServerConnector [Auth] has connected
  603. 16:30:55 [INFORMACIÓN] [/190.194.107.12:51683] <-> InitialHandler has connected
  604. 16:30:55 [INFORMACIÓN] [BungeePerms] Login by lautarodj2
  605. 16:30:55 [INFORMACIÓN] [BungeePerms] Adding default groups to lautarodj2
  606. 16:30:55 [INFORMACIÓN] [lautarodj2] <-> ServerConnector [Auth] has connected
  607. 16:30:55 [INFORMACIÓN] [/190.2.123.22:49265] <-> InitialHandler has connected
  608. 16:30:55 [INFORMACIÓN] [/190.111.198.241:50253] <-> InitialHandler has connected
  609. 16:30:55 [INFORMACIÓN] [applenerd123] <-> InitialHandler has connected
  610. 16:30:55 [INFORMACIÓN] [BungeePerms] Login by applenerd123
  611. 16:30:55 [INFORMACIÓN] [applenerd123] <-> ServerConnector [Hub] has connected
  612. 16:30:55 [INFORMACIÓN] [applenerd123] <-> ServerConnector [Auth] has connected
  613. 16:30:55 [INFORMACIÓN] [applenerd123] disconnected with: §cKicked whilst connecting to Auth: §fA player with this name is already online!
  614. 16:30:55 [INFORMACIÓN] [applenerd123] <-> ServerConnector [Auth] has disconnected
  615. 16:30:56 [GRAVE] [applenerd123] <-> DownstreamBridge <-> [Hub] - encountered exception
  616. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -32118 (expected: >= 0)
  617. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
  618. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
  619. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  620. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  621. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  622. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  623. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  624. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  625. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  626. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  627. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  628. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  629. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  630. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  631. at java.lang.Thread.run(Thread.java:745)
  632. Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -32118 (expected: >= 0)
  633. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1163)
  634. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:655)
  635. at protocolsupport.utils.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469)
  636. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readItemStackData(PacketDataSerializer.java:30)
  637. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readDatawatcherData(PacketDataSerializer.java:67)
  638. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:141)
  639. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  640. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:35)
  641. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
  642. ... 14 more
  643. 16:30:56 [INFORMACIÓN] [applenerd123] <-> DownstreamBridge <-> [Hub] has disconnected
  644. 16:30:56 [INFORMACIÓN] [applenerd123] <-> ServerConnector [Auth] has connected
  645. 16:30:56 [INFORMACIÓN] [applenerd123] disconnected with: §cKicked whilst connecting to Auth: §fA player with this name is already online!
  646. 16:30:56 [INFORMACIÓN] [applenerd123] <-> ServerConnector [Auth] has disconnected
  647. 16:30:56 [INFORMACIÓN] [holasoybenjamin] <-> InitialHandler has connected
  648. 16:30:56 [INFORMACIÓN] [BungeePerms] Login by holasoybenjamin
  649. 16:30:56 [INFORMACIÓN] [/189.148.106.36:57404] <-> InitialHandler has connected
  650. 16:30:56 [INFORMACIÓN] [/190.181.104.178:51450] <-> InitialHandler has connected
  651. 16:30:56 [INFORMACIÓN] [/81.32.161.137:55314] <-> InitialHandler has connected
  652. 16:30:56 [INFORMACIÓN] [holasoybenjamin] <-> ServerConnector [Auth] has connected
  653. 16:30:56 [INFORMACIÓN] [/187.147.201.135:60886] <-> InitialHandler has connected
  654. 16:30:56 [INFORMACIÓN] [applenerd123] -> UpstreamBridge has disconnected
  655. 16:30:56 [INFORMACIÓN] [/187.188.78.0:24924] <-> InitialHandler has connected
  656. 16:30:57 [INFORMACIÓN] [Santino] <-> InitialHandler has connected
  657. 16:30:57 [INFORMACIÓN] [BungeePerms] Login by Santino
  658. 16:30:57 [INFORMACIÓN] [Santino] <-> ServerConnector [Auth] has connected
  659. 16:30:57 [INFORMACIÓN] [/187.254.16.211:54956] <-> InitialHandler has connected
  660. 16:30:57 [INFORMACIÓN] [PO3EHPOT] <-> InitialHandler has connected
  661. 16:30:57 [INFORMACIÓN] [BungeePerms] Login by PO3EHPOT
  662. 16:30:57 [INFORMACIÓN] [pas5i] <-> InitialHandler has connected
  663. 16:30:57 [INFORMACIÓN] [BungeePerms] Login by pas5i
  664. 16:30:57 [INFORMACIÓN] [BungeePerms] Adding default groups to pas5i
  665. 16:30:57 [INFORMACIÓN] [pas5i] <-> ServerConnector [Auth] has connected
  666. 16:30:57 [INFORMACIÓN] [PO3EHPOT] <-> ServerConnector [Hub] has connected
  667. 16:30:57 [INFORMACIÓN] [PO3EHPOT] <-> ServerConnector [Auth] has connected
  668. 16:30:57 [GRAVE] [PO3EHPOT] -> UpstreamBridge - encountered exception
  669. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  670. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  671. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  672. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:691)
  673. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:626)
  674. at io.netty.channel.DefaultChannelPipeline.write(DefaultChannelPipeline.java:944)
  675. at io.netty.channel.AbstractChannel.write(AbstractChannel.java:239)
  676. at net.md_5.bungee.netty.ChannelWrapper.write(ChannelWrapper.java:49)
  677. at net.md_5.bungee.UserConnection$1.sendPacket(UserConnection.java:138)
  678. at net.md_5.bungee.tab.ServerUnique.onServerChange(ServerUnique.java:77)
  679. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.handlers.ServerConnectHandler.handle(ServerConnectHandler.java:162)
  680. at net.md_5.bungee.protocol.packet.Login.handle(Login.java:60)
  681. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:76)
  682. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  683. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  684. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
  685. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  686. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  687. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  688. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  689. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  690. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  691. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  692. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  693. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  694. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  695. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  696. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  697. at java.lang.Thread.run(Thread.java:745)
  698. Caused by: java.lang.NullPointerException
  699. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  700. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  701. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  702. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  703. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  704. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  705. ... 27 more
  706. 16:30:57 [INFORMACIÓN] [PO3EHPOT] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  707. 16:30:57 [INFORMACIÓN] [/187.254.16.211:54962] <-> InitialHandler has connected
  708. 16:30:57 [INFORMACIÓN] [/187.254.16.211:54964] <-> InitialHandler has connected
  709. 16:30:57 [GRAVE] [alexis] -> UpstreamBridge - encountered exception
  710. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  711. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  712. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  713. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  714. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  715. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  716. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  717. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  718. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  719. at java.lang.Thread.run(Thread.java:745)
  720. Caused by: java.lang.NullPointerException
  721. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  722. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  723. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  724. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  725. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  726. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  727. ... 8 more
  728. 16:30:57 [GRAVE] [pas5i] -> UpstreamBridge - encountered exception
  729. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  730. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  731. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  732. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  733. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  734. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  735. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  736. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  737. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  738. at java.lang.Thread.run(Thread.java:745)
  739. Caused by: java.lang.NullPointerException
  740. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  741. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  742. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  743. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  744. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  745. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  746. ... 8 more
  747. 16:30:57 [GRAVE] [Santino] -> UpstreamBridge - encountered exception
  748. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  749. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  750. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  751. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  752. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  753. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  754. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  755. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  756. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  757. at java.lang.Thread.run(Thread.java:745)
  758. Caused by: java.lang.NullPointerException
  759. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  760. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  761. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  762. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  763. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  764. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  765. ... 8 more
  766. 16:30:57 [INFORMACIÓN] [PO3EHPOT] -> UpstreamBridge has disconnected
  767. 16:30:57 [GRAVE] [holasoybenjamin] -> UpstreamBridge - encountered exception
  768. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  769. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  770. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  771. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  772. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  773. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  774. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  775. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  776. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  777. at java.lang.Thread.run(Thread.java:745)
  778. Caused by: java.lang.NullPointerException
  779. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  780. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  781. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  782. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  783. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  784. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  785. ... 8 more
  786. 16:30:57 [INFORMACIÓN] [Santino] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  787. 16:30:57 [INFORMACIÓN] [pas5i] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  788. 16:30:57 [INFORMACIÓN] [alexis] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  789. 16:30:57 [INFORMACIÓN] [holasoybenjamin] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  790. 16:30:57 [INFORMACIÓN] [holasoybenjamin] -> UpstreamBridge has disconnected
  791. 16:30:57 [INFORMACIÓN] [pas5i] -> UpstreamBridge has disconnected
  792. 16:30:57 [INFORMACIÓN] [alexis] -> UpstreamBridge has disconnected
  793. 16:30:57 [GRAVE] [PO3EHPOT] <-> DownstreamBridge <-> [Hub] - encountered exception
  794. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -27553 (expected: >= 0)
  795. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
  796. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
  797. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  798. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  799. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  800. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  801. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  802. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  803. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  804. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  805. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  806. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  807. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  808. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  809. at java.lang.Thread.run(Thread.java:745)
  810. Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -27553 (expected: >= 0)
  811. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1163)
  812. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:655)
  813. at protocolsupport.utils.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469)
  814. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readItemStackData(PacketDataSerializer.java:30)
  815. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readDatawatcherData(PacketDataSerializer.java:67)
  816. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:141)
  817. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  818. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:35)
  819. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
  820. ... 14 more
  821. 16:30:57 [INFORMACIÓN] [PO3EHPOT] <-> DownstreamBridge <-> [Hub] has disconnected
  822. 16:30:57 [INFORMACIÓN] [Santino] -> UpstreamBridge has disconnected
  823. 16:30:57 [INFORMACIÓN] [holasoybenjamin] disconnected with: §f[Proxy] Lost connection to server.
  824. 16:30:57 [INFORMACIÓN] [PO3EHPOT] disconnected with: §f[Proxy] Lost connection to server.
  825. 16:30:57 [INFORMACIÓN] [alexis] disconnected with: §f[Proxy] Lost connection to server.
  826. 16:30:57 [INFORMACIÓN] [PO3EHPOT] <-> DownstreamBridge <-> [Auth] has disconnected
  827. 16:30:57 [INFORMACIÓN] [holasoybenjamin] <-> DownstreamBridge <-> [Auth] has disconnected
  828. 16:30:57 [INFORMACIÓN] [alexis] <-> DownstreamBridge <-> [Auth] has disconnected
  829. 16:30:57 [INFORMACIÓN] [Santino] disconnected with: §f[Proxy] Lost connection to server.
  830. 16:30:57 [INFORMACIÓN] [Santino] <-> DownstreamBridge <-> [Auth] has disconnected
  831. 16:30:57 [INFORMACIÓN] [pas5i] disconnected with: §f[Proxy] Lost connection to server.
  832. 16:30:57 [INFORMACIÓN] [pas5i] <-> DownstreamBridge <-> [Auth] has disconnected
  833. 16:30:58 [INFORMACIÓN] [/181.197.224.53:53245] <-> InitialHandler has connected
  834. 16:30:58 [INFORMACIÓN] [/190.51.148.1:25953] <-> InitialHandler has connected
  835. 16:30:58 [INFORMACIÓN] [Sheik] <-> InitialHandler has connected
  836. 16:30:58 [INFORMACIÓN] [BungeePerms] Login by Sheik
  837. 16:30:58 [INFORMACIÓN] [Sheik] <-> ServerConnector [Auth] has connected
  838. 16:30:58 [INFORMACIÓN] [texmod] <-> InitialHandler has connected
  839. 16:30:58 [INFORMACIÓN] [BungeePerms] Login by texmod
  840. 16:30:58 [INFORMACIÓN] [texmod] <-> ServerConnector [Hub] has connected
  841. 16:30:58 [INFORMACIÓN] [texmod] <-> ServerConnector [Auth] has connected
  842. 16:30:59 [INFORMACIÓN] [/190.23.68.144:28805] <-> InitialHandler has connected
  843. 16:30:59 [GRAVE] [texmod] -> UpstreamBridge - encountered exception
  844. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  845. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  846. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  847. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:691)
  848. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:626)
  849. at io.netty.channel.DefaultChannelPipeline.write(DefaultChannelPipeline.java:944)
  850. at io.netty.channel.AbstractChannel.write(AbstractChannel.java:239)
  851. at net.md_5.bungee.netty.ChannelWrapper.write(ChannelWrapper.java:49)
  852. at net.md_5.bungee.UserConnection$1.sendPacket(UserConnection.java:138)
  853. at net.md_5.bungee.tab.ServerUnique.onServerChange(ServerUnique.java:77)
  854. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.handlers.ServerConnectHandler.handle(ServerConnectHandler.java:162)
  855. at net.md_5.bungee.protocol.packet.Login.handle(Login.java:60)
  856. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:76)
  857. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  858. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  859. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
  860. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  861. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  862. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  863. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  864. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  865. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  866. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  867. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  868. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  869. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  870. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  871. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  872. at java.lang.Thread.run(Thread.java:745)
  873. Caused by: java.lang.NullPointerException
  874. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  875. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  876. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  877. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  878. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  879. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  880. ... 27 more
  881. 16:30:59 [INFORMACIÓN] [texmod] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  882. 16:30:59 [INFORMACIÓN] [/190.226.154.93:55127] <-> InitialHandler has connected
  883. 16:30:59 [GRAVE] [Sheik] -> UpstreamBridge - encountered exception
  884. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  885. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  886. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  887. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  888. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  889. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  890. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  891. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  892. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  893. at java.lang.Thread.run(Thread.java:745)
  894. Caused by: java.lang.NullPointerException
  895. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  896. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  897. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  898. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  899. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  900. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  901. ... 8 more
  902. 16:30:59 [INFORMACIÓN] [texmod] -> UpstreamBridge has disconnected
  903. 16:30:59 [INFORMACIÓN] [Sheik] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  904. 16:30:59 [GRAVE] [texmod] <-> DownstreamBridge <-> [Hub] - encountered exception
  905. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -30887 (expected: >= 0)
  906. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
  907. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
  908. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  909. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  910. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  911. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  912. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  913. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  914. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  915. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  916. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  917. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  918. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  919. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  920. at java.lang.Thread.run(Thread.java:745)
  921. Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -30887 (expected: >= 0)
  922. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1163)
  923. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:655)
  924. at protocolsupport.utils.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469)
  925. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readItemStackData(PacketDataSerializer.java:30)
  926. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readDatawatcherData(PacketDataSerializer.java:67)
  927. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:141)
  928. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  929. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:35)
  930. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
  931. ... 14 more
  932. 16:30:59 [INFORMACIÓN] [texmod] <-> DownstreamBridge <-> [Hub] has disconnected
  933. 16:30:59 [INFORMACIÓN] [Sheik] -> UpstreamBridge has disconnected
  934. 16:30:59 [INFORMACIÓN] [texmod] disconnected with: §f[Proxy] Lost connection to server.
  935. 16:30:59 [INFORMACIÓN] [texmod] <-> DownstreamBridge <-> [Auth] has disconnected
  936. 16:30:59 [INFORMACIÓN] [Sheik] disconnected with: §f[Proxy] Lost connection to server.
  937. 16:30:59 [INFORMACIÓN] [Sheik] <-> DownstreamBridge <-> [Auth] has disconnected
  938. 16:30:59 [INFORMACIÓN] [/190.237.143.176:26210] <-> InitialHandler has connected
  939. 16:31:00 [INFORMACIÓN] [franci58384] <-> InitialHandler has connected
  940. 16:31:00 [INFORMACIÓN] [BungeePerms] Login by franci58384
  941. 16:31:00 [INFORMACIÓN] [/132.251.230.81:59982] <-> InitialHandler has connected
  942. 16:31:00 [INFORMACIÓN] [franci58384] <-> ServerConnector [Auth] has connected
  943. 16:31:00 [INFORMACIÓN] [applenerd123] <-> InitialHandler has connected
  944. 16:31:00 [INFORMACIÓN] [BungeePerms] Login by applenerd123
  945. 16:31:00 [INFORMACIÓN] [applenerd123] <-> ServerConnector [Hub] has connected
  946. 16:31:00 [INFORMACIÓN] [applenerd123] <-> ServerConnector [Auth] has connected
  947. 16:31:00 [INFORMACIÓN] [applenerd123] disconnected with: §cKicked whilst connecting to Auth: §fA player with this name is already online!
  948. 16:31:00 [INFORMACIÓN] [applenerd123] <-> ServerConnector [Auth] has disconnected
  949. 16:31:00 [INFORMACIÓN] [/190.111.198.241:50265] <-> InitialHandler has connected
  950. 16:31:00 [INFORMACIÓN] [/186.3.66.23:3948] <-> InitialHandler has connected
  951. 16:31:00 [INFORMACIÓN] [holasoysteve] <-> InitialHandler has connected
  952. 16:31:00 [INFORMACIÓN] [BungeePerms] Login by holasoysteve
  953. 16:31:00 [GRAVE] [applenerd123] <-> DownstreamBridge <-> [Hub] - encountered exception
  954. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -27553 (expected: >= 0)
  955. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
  956. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
  957. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  958. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  959. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  960. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  961. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  962. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  963. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  964. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  965. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  966. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  967. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  968. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  969. at java.lang.Thread.run(Thread.java:745)
  970. Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -27553 (expected: >= 0)
  971. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1163)
  972. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:655)
  973. at protocolsupport.utils.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469)
  974. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readItemStackData(PacketDataSerializer.java:30)
  975. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readDatawatcherData(PacketDataSerializer.java:67)
  976. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:141)
  977. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  978. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:35)
  979. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
  980. ... 14 more
  981. 16:31:00 [INFORMACIÓN] [applenerd123] <-> DownstreamBridge <-> [Hub] has disconnected
  982. 16:31:00 [INFORMACIÓN] [applenerd123] <-> ServerConnector [Auth] has connected
  983. 16:31:00 [INFORMACIÓN] [applenerd123] disconnected with: §cKicked whilst connecting to Auth: §fA player with this name is already online!
  984. 16:31:00 [INFORMACIÓN] [applenerd123] <-> ServerConnector [Auth] has disconnected
  985. 16:31:00 [INFORMACIÓN] [holasoysteve] <-> ServerConnector [Hub] has connected
  986. 16:31:00 [INFORMACIÓN] [holasoysteve] <-> ServerConnector [Auth] has connected
  987. 16:31:00 [GRAVE] [holasoysteve] -> UpstreamBridge - encountered exception
  988. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  989. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  990. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  991. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:691)
  992. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:626)
  993. at io.netty.channel.DefaultChannelPipeline.write(DefaultChannelPipeline.java:944)
  994. at io.netty.channel.AbstractChannel.write(AbstractChannel.java:239)
  995. at net.md_5.bungee.netty.ChannelWrapper.write(ChannelWrapper.java:49)
  996. at net.md_5.bungee.UserConnection$1.sendPacket(UserConnection.java:138)
  997. at net.md_5.bungee.tab.ServerUnique.onServerChange(ServerUnique.java:77)
  998. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.handlers.ServerConnectHandler.handle(ServerConnectHandler.java:162)
  999. at net.md_5.bungee.protocol.packet.Login.handle(Login.java:60)
  1000. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:76)
  1001. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1002. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1003. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
  1004. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1005. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1006. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  1007. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1008. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1009. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  1010. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  1011. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  1012. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  1013. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  1014. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  1015. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  1016. at java.lang.Thread.run(Thread.java:745)
  1017. Caused by: java.lang.NullPointerException
  1018. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  1019. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  1020. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  1021. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  1022. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  1023. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  1024. ... 27 more
  1025. 16:31:00 [INFORMACIÓN] [holasoysteve] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  1026. 16:31:00 [INFORMACIÓN] [holasoysteve] -> UpstreamBridge has disconnected
  1027. 16:31:00 [GRAVE] [franci58384] -> UpstreamBridge - encountered exception
  1028. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  1029. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  1030. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  1031. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  1032. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  1033. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  1034. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  1035. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  1036. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  1037. at java.lang.Thread.run(Thread.java:745)
  1038. Caused by: java.lang.NullPointerException
  1039. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  1040. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  1041. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  1042. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  1043. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  1044. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  1045. ... 8 more
  1046. 16:31:00 [INFORMACIÓN] [franci58384] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  1047. 16:31:00 [GRAVE] [holasoysteve] <-> DownstreamBridge <-> [Hub] - encountered exception
  1048. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -20602 (expected: >= 0)
  1049. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
  1050. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
  1051. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1052. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1053. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  1054. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1055. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1056. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  1057. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  1058. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  1059. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  1060. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  1061. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  1062. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  1063. at java.lang.Thread.run(Thread.java:745)
  1064. Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -20602 (expected: >= 0)
  1065. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1163)
  1066. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:655)
  1067. at protocolsupport.utils.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469)
  1068. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readItemStackData(PacketDataSerializer.java:30)
  1069. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readDatawatcherData(PacketDataSerializer.java:67)
  1070. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:141)
  1071. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  1072. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:35)
  1073. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
  1074. ... 14 more
  1075. 16:31:00 [INFORMACIÓN] [holasoysteve] <-> DownstreamBridge <-> [Hub] has disconnected
  1076. 16:31:00 [INFORMACIÓN] [franci58384] -> UpstreamBridge has disconnected
  1077. 16:31:00 [INFORMACIÓN] [/186.54.16.157:60502] <-> InitialHandler has connected
  1078. 16:31:01 [INFORMACIÓN] [/189.148.106.36:57411] <-> InitialHandler has connected
  1079. 16:31:01 [INFORMACIÓN] [franci58384] disconnected with: §f[Proxy] Lost connection to server.
  1080. 16:31:01 [INFORMACIÓN] [holasoysteve] disconnected with: §f[Proxy] Lost connection to server.
  1081. 16:31:01 [INFORMACIÓN] [franci58384] <-> DownstreamBridge <-> [Auth] has disconnected
  1082. 16:31:01 [INFORMACIÓN] [holasoysteve] <-> DownstreamBridge <-> [Auth] has disconnected
  1083. 16:31:01 [INFORMACIÓN] [applenerd123] -> UpstreamBridge has disconnected
  1084. 16:31:01 [INFORMACIÓN] [/190.232.189.54:26829] <-> InitialHandler has connected
  1085. 16:31:01 [INFORMACIÓN] [Garciat427] <-> InitialHandler has connected
  1086. 16:31:01 [INFORMACIÓN] [BungeePerms] Login by Garciat427
  1087. 16:31:01 [INFORMACIÓN] [Garciat427] <-> ServerConnector [Hub] has connected
  1088. 16:31:01 [INFORMACIÓN] [Garciat427] <-> ServerConnector [Auth] has connected
  1089. 16:31:01 [GRAVE] [Garciat427] -> UpstreamBridge - encountered exception
  1090. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  1091. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  1092. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  1093. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:691)
  1094. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:626)
  1095. at io.netty.channel.DefaultChannelPipeline.write(DefaultChannelPipeline.java:944)
  1096. at io.netty.channel.AbstractChannel.write(AbstractChannel.java:239)
  1097. at net.md_5.bungee.netty.ChannelWrapper.write(ChannelWrapper.java:49)
  1098. at net.md_5.bungee.UserConnection$1.sendPacket(UserConnection.java:138)
  1099. at net.md_5.bungee.tab.ServerUnique.onServerChange(ServerUnique.java:77)
  1100. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.handlers.ServerConnectHandler.handle(ServerConnectHandler.java:162)
  1101. at net.md_5.bungee.protocol.packet.Login.handle(Login.java:60)
  1102. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:76)
  1103. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1104. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1105. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
  1106. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1107. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1108. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  1109. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1110. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1111. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  1112. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  1113. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  1114. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  1115. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  1116. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  1117. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  1118. at java.lang.Thread.run(Thread.java:745)
  1119. Caused by: java.lang.NullPointerException
  1120. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  1121. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  1122. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  1123. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  1124. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  1125. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  1126. ... 27 more
  1127. 16:31:01 [INFORMACIÓN] [Garciat427] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  1128. 16:31:01 [INFORMACIÓN] [argon26] <-> InitialHandler has connected
  1129. 16:31:01 [INFORMACIÓN] [BungeePerms] Login by argon26
  1130. 16:31:01 [INFORMACIÓN] [BryceC1213] <-> DownstreamBridge <-> [Auth] has disconnected
  1131. 16:31:01 [INFORMACIÓN] [argon26] <-> ServerConnector [Hub] has connected
  1132. 16:31:01 [INFORMACIÓN] [argon26] <-> ServerConnector [Auth] has connected
  1133. 16:31:01 [INFORMACIÓN] [/190.204.46.6:53732] <-> InitialHandler has connected
  1134. 16:31:01 [INFORMACIÓN] [Garciat427] -> UpstreamBridge has disconnected
  1135. 16:31:01 [GRAVE] [argon26] -> UpstreamBridge - encountered exception
  1136. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  1137. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  1138. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  1139. at io.netty.channel.AbstractChannelHandlerContext.access$1900(AbstractChannelHandlerContext.java:32)
  1140. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.write(AbstractChannelHandlerContext.java:908)
  1141. at io.netty.channel.AbstractChannelHandlerContext$AbstractWriteTask.run(AbstractChannelHandlerContext.java:893)
  1142. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)
  1143. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  1144. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  1145. at java.lang.Thread.run(Thread.java:745)
  1146. Caused by: java.lang.NullPointerException
  1147. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  1148. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  1149. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  1150. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  1151. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  1152. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  1153. ... 8 more
  1154. 16:31:01 [INFORMACIÓN] [argon26] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  1155. 16:31:01 [INFORMACIÓN] [Garciat427] <-> DownstreamBridge <-> [Auth] has disconnected
  1156. 16:31:01 [GRAVE] [Garciat427] <-> DownstreamBridge <-> [Hub] - encountered exception
  1157. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -10225 (expected: >= 0)
  1158. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
  1159. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
  1160. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1161. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1162. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  1163. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1164. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1165. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  1166. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  1167. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  1168. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  1169. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  1170. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  1171. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  1172. at java.lang.Thread.run(Thread.java:745)
  1173. Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -10225 (expected: >= 0)
  1174. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1163)
  1175. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:655)
  1176. at protocolsupport.utils.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469)
  1177. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readItemStackData(PacketDataSerializer.java:30)
  1178. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readDatawatcherData(PacketDataSerializer.java:67)
  1179. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:141)
  1180. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  1181. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:35)
  1182. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
  1183. ... 14 more
  1184. 16:31:01 [INFORMACIÓN] [Garciat427] <-> DownstreamBridge <-> [Hub] has disconnected
  1185. 16:31:01 [INFORMACIÓN] [Garciat427] <-> ServerConnector [Auth] has connected
  1186. 16:31:01 [INFORMACIÓN] [Garciat427] disconnected with: §cKicked whilst connecting to Auth: §fA player with this name is already online!
  1187. 16:31:01 [INFORMACIÓN] [Garciat427] <-> ServerConnector [Auth] has disconnected
  1188. 16:31:01 [INFORMACIÓN] [pas5i] <-> InitialHandler has connected
  1189. 16:31:01 [INFORMACIÓN] [BungeePerms] Login by pas5i
  1190. 16:31:01 [INFORMACIÓN] [pas5i] <-> ServerConnector [Auth] has connected
  1191. 16:31:01 [INFORMACIÓN] [/189.148.106.36:57413] <-> InitialHandler has connected
  1192. 16:31:01 [INFORMACIÓN] [argon26] -> UpstreamBridge has disconnected
  1193. 16:31:01 [GRAVE] [argon26] <-> DownstreamBridge <-> [Hub] - encountered exception
  1194. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -11366 (expected: >= 0)
  1195. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
  1196. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
  1197. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1198. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1199. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  1200. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1201. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1202. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  1203. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  1204. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  1205. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  1206. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  1207. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  1208. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  1209. at java.lang.Thread.run(Thread.java:745)
  1210. Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -11366 (expected: >= 0)
  1211. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1163)
  1212. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:655)
  1213. at protocolsupport.utils.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469)
  1214. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readItemStackData(PacketDataSerializer.java:30)
  1215. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readDatawatcherData(PacketDataSerializer.java:67)
  1216. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:141)
  1217. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  1218. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:35)
  1219. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
  1220. ... 14 more
  1221. 16:31:01 [INFORMACIÓN] [argon26] <-> DownstreamBridge <-> [Hub] has disconnected
  1222. 16:31:01 [INFORMACIÓN] [/83.11.189.63:59839] <-> InitialHandler has connected
  1223. 16:31:01 [INFORMACIÓN] [/189.148.106.36:57415] <-> InitialHandler has connected
  1224. 16:31:01 [INFORMACIÓN] [Isaac978] -> UpstreamBridge has disconnected
  1225. 16:31:02 [INFORMACIÓN] [Isaac978] disconnected with: §f[Proxy] Lost connection to server.
  1226. 16:31:02 [INFORMACIÓN] [Isaac978] <-> DownstreamBridge <-> [AgarMC] has disconnected
  1227. 16:31:02 [INFORMACIÓN] [/189.148.106.36:57418] <-> InitialHandler has connected
  1228. 16:31:02 [INFORMACIÓN] [holasoybenjamin] <-> InitialHandler has connected
  1229. 16:31:02 [INFORMACIÓN] [BungeePerms] Login by holasoybenjamin
  1230. 16:31:02 [INFORMACIÓN] [holasoybenjamin] <-> ServerConnector [Auth] has connected
  1231. 16:31:03 [INFORMACIÓN] [/187.147.201.135:60900] <-> InitialHandler has connected
  1232. 16:31:03 [INFORMACIÓN] [/190.181.104.178:51463] <-> InitialHandler has connected
  1233. 16:31:03 [INFORMACIÓN] [/200.70.45.251:62970] <-> InitialHandler has connected
  1234. 16:31:03 [INFORMACIÓN] [/190.237.143.176:26238] <-> InitialHandler has connected
  1235. 16:31:03 [INFORMACIÓN] [/167.56.169.132:24522] <-> InitialHandler has connected
  1236. 16:31:04 [INFORMACIÓN] [/189.148.106.36:57421] <-> InitialHandler has connected
  1237. 16:31:04 [INFORMACIÓN] [/190.51.148.1:25963] <-> InitialHandler has connected
  1238. 16:31:04 [INFORMACIÓN] [/190.181.104.178:51462] <-> InitialHandler has connected
  1239. 16:31:04 [INFORMACIÓN] [/190.42.24.153:49491] <-> InitialHandler has connected
  1240. 16:31:05 [INFORMACIÓN] [Garciat427] <-> InitialHandler has connected
  1241. 16:31:05 [INFORMACIÓN] [BungeePerms] Login by Garciat427
  1242. 16:31:05 [INFORMACIÓN] [Garciat427] <-> ServerConnector [Hub] has connected
  1243. 16:31:05 [INFORMACIÓN] [Garciat427] <-> ServerConnector [Auth] has connected
  1244. 16:31:05 [GRAVE] [Garciat427] -> UpstreamBridge - encountered exception
  1245. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  1246. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  1247. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  1248. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:691)
  1249. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:626)
  1250. at io.netty.channel.DefaultChannelPipeline.write(DefaultChannelPipeline.java:944)
  1251. at io.netty.channel.AbstractChannel.write(AbstractChannel.java:239)
  1252. at net.md_5.bungee.netty.ChannelWrapper.write(ChannelWrapper.java:49)
  1253. at net.md_5.bungee.UserConnection$1.sendPacket(UserConnection.java:138)
  1254. at net.md_5.bungee.tab.ServerUnique.onServerChange(ServerUnique.java:77)
  1255. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.handlers.ServerConnectHandler.handle(ServerConnectHandler.java:162)
  1256. at net.md_5.bungee.protocol.packet.Login.handle(Login.java:60)
  1257. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:76)
  1258. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1259. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1260. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
  1261. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1262. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1263. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  1264. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1265. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1266. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  1267. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  1268. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  1269. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  1270. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  1271. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  1272. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  1273. at java.lang.Thread.run(Thread.java:745)
  1274. Caused by: java.lang.NullPointerException
  1275. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  1276. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  1277. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  1278. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  1279. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  1280. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  1281. ... 27 more
  1282. 16:31:05 [INFORMACIÓN] [Garciat427] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  1283. 16:31:05 [INFORMACIÓN] [Garciat427] -> UpstreamBridge has disconnected
  1284. 16:31:05 [INFORMACIÓN] [Garciat427] <-> DownstreamBridge <-> [Auth] has disconnected
  1285. 16:31:05 [GRAVE] [Garciat427] <-> DownstreamBridge <-> [Hub] - encountered exception
  1286. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -11366 (expected: >= 0)
  1287. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
  1288. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
  1289. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1290. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1291. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  1292. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1293. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1294. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  1295. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  1296. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  1297. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  1298. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  1299. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  1300. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  1301. at java.lang.Thread.run(Thread.java:745)
  1302. Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -11366 (expected: >= 0)
  1303. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1163)
  1304. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:655)
  1305. at protocolsupport.utils.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469)
  1306. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readItemStackData(PacketDataSerializer.java:30)
  1307. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readDatawatcherData(PacketDataSerializer.java:67)
  1308. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:141)
  1309. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  1310. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:35)
  1311. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
  1312. ... 14 more
  1313. 16:31:05 [INFORMACIÓN] [Garciat427] <-> DownstreamBridge <-> [Hub] has disconnected
  1314. 16:31:05 [INFORMACIÓN] [Garciat427] <-> ServerConnector [Auth] has connected
  1315. 16:31:05 [INFORMACIÓN] [Garciat427] disconnected with: §cKicked whilst connecting to Auth: §fA player with this name is already online!
  1316. 16:31:05 [INFORMACIÓN] [Garciat427] <-> ServerConnector [Auth] has disconnected
  1317. 16:31:05 [INFORMACIÓN] [franci58384] <-> InitialHandler has connected
  1318. 16:31:05 [INFORMACIÓN] [BungeePerms] Login by franci58384
  1319. 16:31:05 [INFORMACIÓN] [franci58384] <-> ServerConnector [Auth] has connected
  1320. 16:31:05 [INFORMACIÓN] [/201.246.130.117:49502] <-> InitialHandler has connected
  1321. 16:31:05 [INFORMACIÓN] [Santino] <-> InitialHandler has connected
  1322. 16:31:05 [INFORMACIÓN] [BungeePerms] Login by Santino
  1323. 16:31:05 [INFORMACIÓN] [Santino] <-> ServerConnector [Auth] has connected
  1324. 16:31:06 [INFORMACIÓN] [/189.218.230.239:52699] <-> InitialHandler has connected
  1325. 16:31:06 [INFORMACIÓN] [/186.158.141.210:60043] <-> InitialHandler has connected
  1326. 16:31:06 [INFORMACIÓN] [/201.246.130.117:49509] <-> InitialHandler has connected
  1327. 16:31:07 [INFORMACIÓN] [/190.226.154.93:55139] <-> InitialHandler has connected
  1328. 16:31:07 [INFORMACIÓN] [/190.237.143.176:26155] <-> InitialHandler has connected
  1329. 16:31:08 [INFORMACIÓN] [/181.168.254.54:60360] <-> InitialHandler has connected
  1330. 16:31:09 [INFORMACIÓN] [/187.188.78.0:21692] <-> InitialHandler has connected
  1331. 16:31:09 [INFORMACIÓN] [price] <-> InitialHandler has connected
  1332. 16:31:09 [INFORMACIÓN] [BungeePerms] Login by price
  1333. 16:31:09 [INFORMACIÓN] [price] <-> ServerConnector [Auth] has connected
  1334. 16:31:09 [INFORMACIÓN] [Garciat427] <-> InitialHandler has connected
  1335. 16:31:09 [INFORMACIÓN] [BungeePerms] Login by Garciat427
  1336. 16:31:09 [INFORMACIÓN] [Garciat427] <-> ServerConnector [Hub] has connected
  1337. 16:31:09 [INFORMACIÓN] [Garciat427] <-> ServerConnector [Auth] has connected
  1338. 16:31:09 [INFORMACIÓN] [Garciat427] <-> DownstreamBridge <-> [Hub] has disconnected
  1339. 16:31:10 [INFORMACIÓN] [/181.64.127.4:52662] <-> InitialHandler has connected
  1340. 16:31:10 [INFORMACIÓN] [/186.188.103.59:58427] <-> InitialHandler has connected
  1341. 16:31:11 [INFORMACIÓN] [holasoybenjamin] <-> ServerConnector [Hub] has connected
  1342. 16:31:11 [INFORMACIÓN] [/187.188.78.0:22101] <-> InitialHandler has connected
  1343. 16:31:11 [GRAVE] [holasoybenjamin] -> UpstreamBridge - encountered exception
  1344. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  1345. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  1346. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  1347. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:691)
  1348. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:626)
  1349. at io.netty.channel.DefaultChannelPipeline.write(DefaultChannelPipeline.java:944)
  1350. at io.netty.channel.AbstractChannel.write(AbstractChannel.java:239)
  1351. at net.md_5.bungee.netty.ChannelWrapper.write(ChannelWrapper.java:49)
  1352. at net.md_5.bungee.UserConnection$1.sendPacket(UserConnection.java:138)
  1353. at net.md_5.bungee.tab.ServerUnique.onServerChange(ServerUnique.java:77)
  1354. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.handlers.ServerConnectHandler.handle(ServerConnectHandler.java:162)
  1355. at net.md_5.bungee.protocol.packet.Login.handle(Login.java:60)
  1356. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:76)
  1357. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1358. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1359. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
  1360. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1361. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1362. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  1363. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1364. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1365. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  1366. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  1367. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  1368. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  1369. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  1370. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  1371. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  1372. at java.lang.Thread.run(Thread.java:745)
  1373. Caused by: java.lang.NullPointerException
  1374. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  1375. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  1376. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  1377. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  1378. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  1379. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  1380. ... 27 more
  1381. 16:31:11 [INFORMACIÓN] [holasoybenjamin] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
  1382. 16:31:11 [INFORMACIÓN] [/191.223.106.239:55133] <-> InitialHandler has connected
  1383. 16:31:11 [INFORMACIÓN] [holasoybenjamin] -> UpstreamBridge has disconnected
  1384. 16:31:11 [INFORMACIÓN] [holasoybenjamin] <-> DownstreamBridge <-> [Auth] has disconnected
  1385. 16:31:11 [GRAVE] [holasoybenjamin] <-> DownstreamBridge <-> [Hub] - encountered exception
  1386. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -12590 (expected: >= 0)
  1387. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
  1388. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
  1389. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1390. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1391. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  1392. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1393. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1394. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  1395. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  1396. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  1397. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  1398. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  1399. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  1400. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  1401. at java.lang.Thread.run(Thread.java:745)
  1402. Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -12590 (expected: >= 0)
  1403. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1163)
  1404. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:655)
  1405. at protocolsupport.utils.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469)
  1406. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readItemStackData(PacketDataSerializer.java:30)
  1407. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readDatawatcherData(PacketDataSerializer.java:67)
  1408. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:141)
  1409. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  1410. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:35)
  1411. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
  1412. ... 14 more
  1413. 16:31:11 [INFORMACIÓN] [holasoybenjamin] <-> DownstreamBridge <-> [Hub] has disconnected
  1414. 16:31:11 [INFORMACIÓN] [holasoybenjamin] <-> ServerConnector [Auth] has connected
  1415. 16:31:11 [INFORMACIÓN] [holasoybenjamin] disconnected with: §cKicked whilst connecting to Auth: §fA player with this name is already online!
  1416. 16:31:11 [INFORMACIÓN] [holasoybenjamin] <-> ServerConnector [Auth] has disconnected
  1417. 16:31:11 [INFORMACIÓN] [Sheik] <-> InitialHandler has connected
  1418. 16:31:11 [INFORMACIÓN] [BungeePerms] Login by Sheik
  1419. 16:31:11 [INFORMACIÓN] [Sheik] <-> ServerConnector [Auth] has connected
  1420. 16:31:12 [INFORMACIÓN] [/190.36.19.96:1250] <-> InitialHandler has connected
  1421. 16:31:13 [INFORMACIÓN] [applenerd123] <-> DownstreamBridge <-> [Auth] has disconnected
  1422. 16:31:13 [INFORMACIÓN] [/189.164.140.226:55637] <-> InitialHandler has connected
  1423. 16:31:13 [INFORMACIÓN] [/177.95.90.88:6906] <-> InitialHandler has connected
  1424. 16:31:13 [INFORMACIÓN] [/181.64.127.4:52673] <-> InitialHandler has connected
  1425. 16:31:14 [INFORMACIÓN] [/190.232.189.54:26860] <-> InitialHandler has connected
  1426. 16:31:14 [INFORMACIÓN] [/181.228.114.93:49356] <-> InitialHandler has connected
  1427. 16:31:14 [INFORMACIÓN] [/181.25.134.226:29534] <-> InitialHandler has connected
  1428. 16:31:15 [INFORMACIÓN] [/37.15.141.32:59179] <-> InitialHandler has connected
  1429. 16:31:15 [INFORMACIÓN] [/190.74.89.113:52647] <-> InitialHandler has connected
  1430. 16:31:15 [INFORMACIÓN] [holasoybenjamin] <-> InitialHandler has connected
  1431. 16:31:15 [INFORMACIÓN] [BungeePerms] Login by holasoybenjamin
  1432. 16:31:15 [INFORMACIÓN] [holasoybenjamin] <-> ServerConnector [Hub] has connected
  1433. 16:31:15 [INFORMACIÓN] [holasoybenjamin] <-> ServerConnector [Auth] has connected
  1434. 16:31:15 [INFORMACIÓN] [holasoybenjamin] <-> DownstreamBridge <-> [Auth] has disconnected
  1435. 16:31:15 [GRAVE] [holasoybenjamin] <-> DownstreamBridge <-> [Hub] - encountered exception
  1436. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -10225 (expected: >= 0)
  1437. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:358)
  1438. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:230)
  1439. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1440. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1441. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  1442. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1443. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1444. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  1445. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  1446. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  1447. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  1448. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  1449. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  1450. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  1451. at java.lang.Thread.run(Thread.java:745)
  1452. Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -10225 (expected: >= 0)
  1453. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1163)
  1454. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:655)
  1455. at protocolsupport.utils.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469)
  1456. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readItemStackData(PacketDataSerializer.java:30)
  1457. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDataSerializer.readDatawatcherData(PacketDataSerializer.java:67)
  1458. at protocolsupport.protocol.transformer.v_1_5.reader.NonDefinedPacketReader.readPacket(NonDefinedPacketReader.java:141)
  1459. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.reader.PacketReader.readPacket(PacketReader.java:95)
  1460. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketDecoder.decode(PacketDecoder.java:35)
  1461. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
  1462. ... 14 more
  1463. 16:31:15 [INFORMACIÓN] [holasoybenjamin] <-> DownstreamBridge <-> [Hub] has disconnected
  1464. 16:31:15 [INFORMACIÓN] [holasoybenjamin] <-> ServerConnector [Auth] has connected
  1465. 16:31:15 [INFORMACIÓN] [holasoybenjamin] disconnected with: §cKicked whilst connecting to Auth: §fA player with this name is already online!
  1466. 16:31:15 [INFORMACIÓN] [holasoybenjamin] <-> ServerConnector [Auth] has disconnected
  1467. 16:31:15 [INFORMACIÓN] [/189.136.44.223:63167] <-> InitialHandler has connected
  1468. 16:31:16 [INFORMACIÓN] [/187.254.16.211:54983] <-> InitialHandler has connected
  1469. 16:31:16 [INFORMACIÓN] [holasoybenjamin] -> UpstreamBridge has disconnected
  1470. 16:31:16 [INFORMACIÓN] [/187.254.16.211:54987] <-> InitialHandler has connected
  1471. 16:31:16 [INFORMACIÓN] [/201.137.24.24:52657] <-> InitialHandler has connected
  1472. 16:31:16 [INFORMACIÓN] [/187.254.16.211:54990] <-> InitialHandler has connected
  1473. 16:31:17 [INFORMACIÓN] [/181.64.127.4:52688] <-> InitialHandler has connected
  1474. 16:31:17 [INFORMACIÓN] [/186.87.30.71:51710] <-> InitialHandler has connected
  1475. 16:31:17 [INFORMACIÓN] [/191.102.114.152:3444] <-> InitialHandler has connected
  1476. 16:31:18 [INFORMACIÓN] [/189.197.143.173:52178] <-> InitialHandler has connected
  1477. 16:31:18 [INFORMACIÓN] [/201.157.94.78:52238] <-> InitialHandler has connected
  1478. 16:31:19 [INFORMACIÓN] [/186.121.3.63:49324] <-> InitialHandler has connected
  1479. 16:31:19 [INFORMACIÓN] [/186.60.51.242:50514] <-> InitialHandler has connected
  1480. 16:31:19 [INFORMACIÓN] [Garciat427] <-> ServerConnector [Hub] has connected
  1481. 16:31:19 [GRAVE] [Garciat427] -> UpstreamBridge - encountered exception
  1482. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  1483. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  1484. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:633)
  1485. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:691)
  1486. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:626)
  1487. at io.netty.channel.DefaultChannelPipeline.write(DefaultChannelPipeline.java:944)
  1488. at io.netty.channel.AbstractChannel.write(AbstractChannel.java:239)
  1489. at net.md_5.bungee.netty.ChannelWrapper.write(ChannelWrapper.java:49)
  1490. at net.md_5.bungee.UserConnection$1.sendPacket(UserConnection.java:138)
  1491. at net.md_5.bungee.tab.ServerUnique.onServerChange(ServerUnique.java:77)
  1492. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.handlers.ServerConnectHandler.handle(ServerConnectHandler.java:162)
  1493. at net.md_5.bungee.protocol.packet.Login.handle(Login.java:60)
  1494. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:76)
  1495. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1496. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1497. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
  1498. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1499. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1500. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  1501. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  1502. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  1503. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  1504. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  1505. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  1506. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  1507. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  1508. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  1509. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  1510. at java.lang.Thread.run(Thread.java:745)
  1511. Caused by: java.lang.NullPointerException
  1512. at protocolsupport.utils.Utils.clampString(Utils.java:10)
  1513. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.packets.PlayerListItemPacket.write(PlayerListItemPacket.java:45)
  1514. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encodePackets(PacketEncoder.java:43)
  1515. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:33)
  1516. at protocolsupport.protocol.transformer.v_1_5_v1_6_shared.PacketEncoder.encode(PacketEncoder.java:14)
  1517. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  1518. ... 27 more
  1519. 16:31:19 [INFORMACIÓN] [Garciat427] disconnected with: §fEncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement