Advertisement
Guest User

crash

a guest
Sep 19th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. [20:41:28] [Netty Server IO #2/ERROR] [FML]: NetworkDispatcher exception
  2. java.io.IOException: An existing connection was forcibly closed by the remote host
  3. at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:1.8.0_221]
  4. at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_221]
  5. at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_221]
  6. at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_221]
  7. at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_221]
  8. at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288) ~[minecraft_server.1.12.2.jar:?]
  9. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100) ~[minecraft_server.1.12.2.jar:?]
  10. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:372) ~[minecraft_server.1.12.2.jar:?]
  11. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:123) [minecraft_server.1.12.2.jar:?]
  12. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:624) [minecraft_server.1.12.2.jar:?]
  13. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559) [minecraft_server.1.12.2.jar:?]
  14. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476) [minecraft_server.1.12.2.jar:?]
  15. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) [minecraft_server.1.12.2.jar:?]
  16. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [minecraft_server.1.12.2.jar:?]
  17. at java.lang.Thread.run(Unknown Source) [?:1.8.0_221]
  18. [20:41:28] [Server thread/INFO] [minecraft/NetHandlerPlayServer]: MagnificentKevin lost connection: Internal Exception: java.io.IOException: An existing connection was forcibly closed by the remote host
  19. [20:41:28] [Server thread/INFO] [minecraft/DedicatedServer]: MagnificentKevin left the game
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement