Guest User

Untitled

a guest
Jul 19th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.92 KB | None | 0 0
  1. [19/7/2015 12:01:26 PM] [12:01:26] [Netty Client IO #0/ERROR] [FML]: NetworkDispatcher exception
  2. [19/7/2015 12:01:26 PM] java.io.IOException: An existing connection was forcibly closed by the remote host
  3. [19/7/2015 12:01:26 PM] at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:1.8.0_45]
  4. [19/7/2015 12:01:26 PM] at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_45]
  5. [19/7/2015 12:01:26 PM] at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_45]
  6. [19/7/2015 12:01:26 PM] at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_45]
  7. [19/7/2015 12:01:26 PM] at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_45]
  8. [19/7/2015 12:01:26 PM] at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:436) ~[UnpooledUnsafeDirectByteBuf.class:?]
  9. [19/7/2015 12:01:26 PM] at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:870) ~[AbstractByteBuf.class:?]
  10. [19/7/2015 12:01:26 PM] at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:208) ~[NioSocketChannel.class:?]
  11. [19/7/2015 12:01:26 PM] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:87) [AbstractNioByteChannel$NioByteUnsafe.class:?]
  12. [19/7/2015 12:01:26 PM] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
  13. [19/7/2015 12:01:26 PM] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
  14. [19/7/2015 12:01:26 PM] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
  15. [19/7/2015 12:01:26 PM] at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
  16. [19/7/2015 12:01:26 PM] at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
  17. [19/7/2015 12:01:26 PM] [12:01:26] [Netty Client IO #0/INFO] [simplyjetpacks]: Loading configuration files
  18. [19/7/2015 12:01:26 PM] [12:01:26] [Netty Client IO #0/ERROR] [FML]: Exception caught during firing event cpw.mods.fml.common.network.FMLNetworkEvent$ClientDisconnectionFromServerEvent@7feccf66:
  19. [19/7/2015 12:01:26 PM] java.lang.RuntimeException: No OpenGL context found in the current thread.
  20. [19/7/2015 12:01:26 PM] at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124) ~[lwjgl-2.9.1.jar:?]
  21. [19/7/2015 12:01:26 PM] at org.lwjgl.opengl.GL11.glDeleteLists(GL11.java:714) ~[lwjgl-2.9.1.jar:?]
  22. [19/7/2015 12:01:26 PM] at mods.eln.misc.UtilsClient.glDeleteListsAllSafe(UtilsClient.java:616) ~[UtilsClient.class:?]
  23. [19/7/2015 12:01:26 PM] at mods.eln.client.ConnectionListener.onDisconnectedFromServerEvent(ConnectionListener.java:41) ~[ConnectionListener.class:?]
  24. [19/7/2015 12:01:26 PM] at cpw.mods.fml.common.eventhandler.ASMEventHandler_833_ConnectionListener_onDisconnectedFromServerEvent_ClientDisconnectionFromServerEvent.invoke(.dynamic) ~[?:?]
  25. [19/7/2015 12:01:26 PM] at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
  26. [19/7/2015 12:01:26 PM] at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
  27. [19/7/2015 12:01:26 PM] at cpw.mods.fml.common.network.handshake.NetworkDispatcher.close(NetworkDispatcher.java:388) [NetworkDispatcher.class:?]
  28. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.invokeClose(DefaultChannelHandlerContext.java:560) [DefaultChannelHandlerContext.class:?]
  29. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.close(DefaultChannelHandlerContext.java:545) [DefaultChannelHandlerContext.class:?]
  30. [19/7/2015 12:01:26 PM] at io.netty.channel.ChannelOutboundHandlerAdapter.close(ChannelOutboundHandlerAdapter.java:71) [ChannelOutboundHandlerAdapter.class:?]
  31. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.invokeClose(DefaultChannelHandlerContext.java:560) [DefaultChannelHandlerContext.class:?]
  32. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.close(DefaultChannelHandlerContext.java:545) [DefaultChannelHandlerContext.class:?]
  33. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.close(DefaultChannelHandlerContext.java:423) [DefaultChannelHandlerContext.class:?]
  34. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelPipeline.close(DefaultChannelPipeline.java:826) [DefaultChannelPipeline.class:?]
  35. [19/7/2015 12:01:26 PM] at io.netty.channel.AbstractChannel.close(AbstractChannel.java:177) [AbstractChannel.class:?]
  36. [19/7/2015 12:01:26 PM] at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:230) [ej.class:?]
  37. [19/7/2015 12:01:26 PM] at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:104) [ej.class:?]
  38. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.invokeExceptionCaught(DefaultChannelHandlerContext.java:275) [DefaultChannelHandlerContext.class:?]
  39. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.fireExceptionCaught(DefaultChannelHandlerContext.java:253) [DefaultChannelHandlerContext.class:?]
  40. [19/7/2015 12:01:26 PM] at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  41. [19/7/2015 12:01:26 PM] at cpw.mods.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:470) [NetworkDispatcher.class:?]
  42. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.invokeExceptionCaught(DefaultChannelHandlerContext.java:275) [DefaultChannelHandlerContext.class:?]
  43. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.fireExceptionCaught(DefaultChannelHandlerContext.java:253) [DefaultChannelHandlerContext.class:?]
  44. [19/7/2015 12:01:26 PM] at mods.immibis.core.impl.NetworkingManager.exceptionCaught(NetworkingManager.java:550) [NetworkingManager.class:?]
  45. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.invokeExceptionCaught(DefaultChannelHandlerContext.java:275) [DefaultChannelHandlerContext.class:?]
  46. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.fireExceptionCaught(DefaultChannelHandlerContext.java:253) [DefaultChannelHandlerContext.class:?]
  47. [19/7/2015 12:01:26 PM] at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:61) [ChannelHandlerAdapter.class:?]
  48. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.invokeExceptionCaught(DefaultChannelHandlerContext.java:275) [DefaultChannelHandlerContext.class:?]
  49. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.fireExceptionCaught(DefaultChannelHandlerContext.java:253) [DefaultChannelHandlerContext.class:?]
  50. [19/7/2015 12:01:26 PM] at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:61) [ChannelHandlerAdapter.class:?]
  51. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.invokeExceptionCaught(DefaultChannelHandlerContext.java:275) [DefaultChannelHandlerContext.class:?]
  52. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.fireExceptionCaught(DefaultChannelHandlerContext.java:253) [DefaultChannelHandlerContext.class:?]
  53. [19/7/2015 12:01:26 PM] at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:61) [ChannelHandlerAdapter.class:?]
  54. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.invokeExceptionCaught(DefaultChannelHandlerContext.java:275) [DefaultChannelHandlerContext.class:?]
  55. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.fireExceptionCaught(DefaultChannelHandlerContext.java:253) [DefaultChannelHandlerContext.class:?]
  56. [19/7/2015 12:01:26 PM] at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  57. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.invokeExceptionCaught(DefaultChannelHandlerContext.java:275) [DefaultChannelHandlerContext.class:?]
  58. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.fireExceptionCaught(DefaultChannelHandlerContext.java:253) [DefaultChannelHandlerContext.class:?]
  59. [19/7/2015 12:01:26 PM] at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  60. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.invokeExceptionCaught(DefaultChannelHandlerContext.java:275) [DefaultChannelHandlerContext.class:?]
  61. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.fireExceptionCaught(DefaultChannelHandlerContext.java:253) [DefaultChannelHandlerContext.class:?]
  62. [19/7/2015 12:01:26 PM] at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  63. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.invokeExceptionCaught(DefaultChannelHandlerContext.java:275) [DefaultChannelHandlerContext.class:?]
  64. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.fireExceptionCaught(DefaultChannelHandlerContext.java:253) [DefaultChannelHandlerContext.class:?]
  65. [19/7/2015 12:01:26 PM] at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:?]
  66. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.invokeExceptionCaught(DefaultChannelHandlerContext.java:275) [DefaultChannelHandlerContext.class:?]
  67. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.fireExceptionCaught(DefaultChannelHandlerContext.java:253) [DefaultChannelHandlerContext.class:?]
  68. [19/7/2015 12:01:26 PM] at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:61) [ChannelHandlerAdapter.class:?]
  69. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.invokeExceptionCaught(DefaultChannelHandlerContext.java:275) [DefaultChannelHandlerContext.class:?]
  70. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelHandlerContext.fireExceptionCaught(DefaultChannelHandlerContext.java:253) [DefaultChannelHandlerContext.class:?]
  71. [19/7/2015 12:01:26 PM] at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:773) [DefaultChannelPipeline.class:?]
  72. [19/7/2015 12:01:26 PM] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:125) [AbstractNioByteChannel$NioByteUnsafe.class:?]
  73. [19/7/2015 12:01:26 PM] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
  74. [19/7/2015 12:01:26 PM] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
  75. [19/7/2015 12:01:26 PM] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
  76. [19/7/2015 12:01:26 PM] at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
  77. [19/7/2015 12:01:26 PM] at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
  78. [19/7/2015 12:01:26 PM] [12:01:26] [Netty Client IO #0/ERROR] [FML]: Index: 5 Listeners:
  79. [19/7/2015 12:01:26 PM] [12:01:26] [Netty Client IO #0/ERROR] [FML]: 0: NORMAL
  80. [19/7/2015 12:01:26 PM] [12:01:26] [Netty Client IO #0/ERROR] [FML]: 1: ASM: crazypants.enderio.machine.hypercube.ConnectionHandler@7328c35e onDisconnectedFromServer(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  81. [19/7/2015 12:01:26 PM] [12:01:26] [Netty Client IO #0/ERROR] [FML]: 2: ASM: crazypants.enderio.machine.transceiver.ConnectionHandler@3a5478c1 onDisconnectedFromServer(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  82. [19/7/2015 12:01:26 PM] [12:01:26] [Netty Client IO #0/ERROR] [FML]: 3: ASM: tonius.simplyjetpacks.SyncTracker@619dacc8 onClientDisconnectedFromServer(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  83. [19/7/2015 12:01:26 PM] [12:01:26] [Netty Client IO #0/ERROR] [FML]: 4: ASM: dan200.computercraft.shared.proxy.ComputerCraftProxyCommon$ForgeHandlers@26ec7f49 onConnectionClosed(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  84. [19/7/2015 12:01:26 PM] [12:01:26] [Netty Client IO #0/ERROR] [FML]: 5: ASM: mods.eln.client.ConnectionListener@3c9281ef onDisconnectedFromServerEvent(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  85. [19/7/2015 12:01:26 PM] [12:01:26] [Netty Client IO #0/ERROR] [FML]: 6: ASM: micdoodle8.mods.galacticraft.core.network.ConnectionEvents@7cc326fb onConnectionClosed(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  86. [19/7/2015 12:01:26 PM] [12:01:26] [Netty Client IO #0/ERROR] [FML]: 7: ASM: hats.common.core.EventHandler@756e25ff onClientDisconnect(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  87. [19/7/2015 12:01:26 PM] [12:01:26] [Netty Client IO #0/ERROR] [FML]: 8: ASM: openmods.network.IdSyncManager@65cab518 onDisconnect(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  88. [19/7/2015 12:01:26 PM] [Client thread/INFO] [FML]: Applying holder lookups
  89. [19/7/2015 12:01:26 PM] [Client thread/WARN] [FML]: Unable to lookup CompactMachines:interfaceblock for public static org.dave.CompactMachines.block.BlockCM org.dave.CompactMachines.init.ModBlocks.interfaceblock. Is there something wrong with the registry?
  90. [19/7/2015 12:01:26 PM] [Client thread/INFO] [FML]: Holder lookups applied
  91. [19/7/2015 12:01:28 PM] [Client thread/INFO] [MapWriter]: Mw.close: closing...
  92. [19/7/2015 12:01:28 PM] [Client thread/INFO] [MapWriter]: waiting for 247 tasks to finish...
  93. [19/7/2015 12:01:29 PM] [Client thread/INFO] [MapWriter]: done
  94. [19/7/2015 12:01:29 PM] [Client thread/INFO] [Mekanism]: Finished loading Cardboard Box blacklist (loaded 0 entries)
  95. [19/7/2015 12:01:29 PM] [Client thread/INFO] [Mekanism]: Reloaded config.
Advertisement
Add Comment
Please, Sign In to add comment