Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. [22:51:55] [Netty Client IO #6/ERROR]: 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_51]
  4. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) ~[?:1.8.0_51]
  5. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) ~[?:1.8.0_51]
  6. at sun.nio.ch.IOUtil.read(IOUtil.java:192) ~[?:1.8.0_51]
  7. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) ~[?:1.8.0_51]
  8. at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288) ~[netty-all-4.1.9.Final.jar:4.1.9.Final]
  9. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100) ~[netty-all-4.1.9.Final.jar:4.1.9.Final]
  10. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:372) ~[netty-all-4.1.9.Final.jar:4.1.9.Final]
  11. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:123) [netty-all-4.1.9.Final.jar:4.1.9.Final]
  12. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:624) [netty-all-4.1.9.Final.jar:4.1.9.Final]
  13. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559) [netty-all-4.1.9.Final.jar:4.1.9.Final]
  14. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476) [netty-all-4.1.9.Final.jar:4.1.9.Final]
  15. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) [netty-all-4.1.9.Final.jar:4.1.9.Final]
  16. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-all-4.1.9.Final.jar:4.1.9.Final]
  17. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  18. [22:51:55] [Netty Client IO #6/INFO]: Reset configs to client values for com.enderio.core.common.config.ConfigHandler
  19. [22:51:55] [Client thread/INFO]: Mapping halted in C:\Users\Bentley\Documents\Curse\Minecraft\Instances\Spaghetti noodle\journeymap\data\mp\Frosty\DIM0
  20. [22:51:59] [Client thread/INFO]: JEI search tree manager injection complete!
  21. [22:52:00] [Client thread/INFO]: Applying holder lookups
  22. [22:52:00] [Client thread/INFO]: Holder lookups applied
  23. [22:52:05] [Client thread/INFO]: Unloaded WorldData!
  24. [22:52:05] [Client thread/INFO]: Finished loading Cardboard Box blacklist (loaded 0 entries)
  25. [22:52:55] [Client thread/INFO]: Unloaded world <net.minecraft.client.multiplayer.WorldClient@3ddbee8c 0 MultiplayerChunkCache: 440, 440> is still hanging around after 60 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement