Advertisement
ajthemacboy

Client

Aug 16th, 2015
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.61 KB | None | 0 0
  1. [09:04:05] [Client thread/INFO] [FML]: Trying to hook into NEI
  2. [09:05:52] [Netty Client IO #0/INFO] [MobiusCore]: [MobiusCore] Found net.minecraft.util.MessageDeserializer [ ez ] with checksum B572EAD65FC76FFC1ED80F44BC0F9931
  3. [09:05:52] [Netty Client IO #0/INFO] [MobiusCore]: Successful injection in decode (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
  4. [09:05:52] [Netty Client IO #0/INFO] [MobiusCore]: [MobiusCore] Found net.minecraft.util.MessageSerializer [ fa ] with checksum 6CFABFD319BD3317743170B737CA472D
  5. [09:05:52] [Netty Client IO #0/INFO] [MobiusCore]: Successful injection in a (Lio/netty/channel/ChannelHandlerContext;Lft;Lio/netty/buffer/ByteBuf;)V
  6. [09:05:52] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [PlayerAPI, BetterFoliage, BiblioWoodsEBXL, CustomMainMenu, D3Core, ExtrabiomesXL, FastCraft, LogisticsPipes, Mineshot, ResourceLoader, TorchTools, VersionChecker] at SERVER
  7. [09:05:56] [Client thread/INFO]: Connecting to 10.0.0.36, 25565
  8. [09:05:56] [Netty Client IO #1/INFO] [FML]: Server protocol version 2
  9. [09:05:56] [Netty Client IO #1/INFO] [FML]: Attempting connection with missing mods [PlayerAPI, BetterFoliage, BiblioWoodsEBXL, CustomMainMenu, D3Core, ExtrabiomesXL, FastCraft, LogisticsPipes, Mineshot, ResourceLoader, TorchTools, VersionChecker] at SERVER
  10. [09:05:56] [Netty Client IO #1/INFO] [FML]: Injecting existing block and item data into this client instance
  11. [09:05:56] [Netty Client IO #1/INFO] [FML]: Applying holder lookups
  12. [09:05:56] [Netty Client IO #1/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?
  13. [09:05:56] [Netty Client IO #1/WARN] [FML]: Unable to lookup chisel:cobblestoneWall for public static com.cricketcraft.chisel.block.BlockCarvableWall com.cricketcraft.chisel.init.ChiselBlocks.cobblestoneWall. Is there something wrong with the registry?
  14. [09:05:56] [Netty Client IO #1/WARN] [FML]: Unable to lookup chisel:obsidian2 for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.obsidian2. Is there something wrong with the registry?
  15. [09:05:56] [Netty Client IO #1/WARN] [FML]: Unable to lookup chisel:voidstonerunic for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.voidstonerunic. Is there something wrong with the registry?
  16. [09:05:56] [Netty Client IO #1/WARN] [FML]: Unable to lookup chisel:circuits for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.circuits. Is there something wrong with the registry?
  17. [09:05:56] [Netty Client IO #1/INFO] [FML]: Holder lookups applied
  18. [09:05:56] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
  19. [09:05:56] [Client thread/INFO] [neresources]: Loading compatibility for minecraft
  20. [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for CoFHCore
  21. [09:05:57] [Client thread/INFO] [neresources]: Metallurgy not loaded - skipping
  22. [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for NetherOres
  23. [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for BigReactors
  24. [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for appliedenergistics2
  25. [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for Thaumcraft
  26. [09:05:57] [Client thread/INFO] [neresources]: ElectriCraft not loaded - skipping
  27. [09:05:57] [Client thread/INFO] [neresources]: ReactorCraft not loaded - skipping
  28. [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for Forestry
  29. [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for TConstruct
  30. [09:05:57] [Client thread/INFO] [neresources]: Loading compatibility for IC2
  31. [09:05:57] [Client thread/INFO] [neresources]: MobProperties not loaded - skipping
  32. [09:05:57] [Client thread/INFO] [neresources]: Requesting Sync...
  33. [09:06:01] [Client thread/INFO] [NEIAddons]: Connected to new server, resetting commands
  34. [09:06:01] [Client thread/INFO] [Compact Machines]: Receiving configuration from server
  35. [09:06:01] [Client thread/INFO] [Compact Machines]: Registering dimension 2 on client side
  36. [09:06:01] [Client thread/ERROR] [FML]: SimpleChannelHandlerWrapper exception
  37. java.lang.IllegalArgumentException: Failed to register dimension for id 2, One is already registered
  38. at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:118) ~[DimensionManager.class:?]
  39. at org.dave.CompactMachines.network.MessageConfiguration.onMessage(MessageConfiguration.java:46) ~[MessageConfiguration.class:?]
  40. at org.dave.CompactMachines.network.MessageConfiguration.onMessage(MessageConfiguration.java:14) ~[MessageConfiguration.class:?]
  41. at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:37) ~[SimpleChannelHandlerWrapper.class:?]
  42. at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:17) ~[SimpleChannelHandlerWrapper.class:?]
  43. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
  44. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  45. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  46. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?]
  47. at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?]
  48. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  49. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  50. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
  51. at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
  52. at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
  53. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
  54. at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) [bcx.class:?]
  55. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) [bao.class:?]
  56. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
  57. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  58. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  59. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
  60. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
  62. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
  63. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
  64. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  65. [09:06:01] [Client thread/ERROR] [FML]: SimpleChannelHandlerWrapper exception
  66. java.lang.IllegalArgumentException: Failed to register dimension for id 2, One is already registered
  67. at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:118) ~[DimensionManager.class:?]
  68. at org.dave.CompactMachines.network.MessageConfiguration.onMessage(MessageConfiguration.java:46) ~[MessageConfiguration.class:?]
  69. at org.dave.CompactMachines.network.MessageConfiguration.onMessage(MessageConfiguration.java:14) ~[MessageConfiguration.class:?]
  70. at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:37) ~[SimpleChannelHandlerWrapper.class:?]
  71. at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:17) ~[SimpleChannelHandlerWrapper.class:?]
  72. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
  73. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  74. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  75. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?]
  76. at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?]
  77. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  78. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  79. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
  80. at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
  81. at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
  82. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
  83. at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) [bcx.class:?]
  84. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) [bao.class:?]
  85. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
  86. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  87. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  88. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
  89. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
  90. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
  91. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
  92. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
  93. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  94. [09:06:01] [Client thread/ERROR] [FML]: There was a critical exception handling a packet on channel compactmachines
  95. java.lang.IllegalArgumentException: Failed to register dimension for id 2, One is already registered
  96. at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:118) ~[DimensionManager.class:?]
  97. at org.dave.CompactMachines.network.MessageConfiguration.onMessage(MessageConfiguration.java:46) ~[MessageConfiguration.class:?]
  98. at org.dave.CompactMachines.network.MessageConfiguration.onMessage(MessageConfiguration.java:14) ~[MessageConfiguration.class:?]
  99. at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:37) ~[SimpleChannelHandlerWrapper.class:?]
  100. at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:17) ~[SimpleChannelHandlerWrapper.class:?]
  101. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
  102. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
  103. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
  104. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[MessageToMessageDecoder.class:?]
  105. at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
  106. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
  107. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
  108. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
  109. at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
  110. at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
  111. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
  112. at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) [bcx.class:?]
  113. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) [bao.class:?]
  114. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
  115. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  116. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  117. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
  118. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
  119. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
  120. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
  121. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
  122. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  123. [09:06:01] [Netty Client IO #1/INFO] [Compact Machines]: Unregistering dimension 2 on client side
  124. [09:06:01] [Netty Client IO #1/INFO] [Compact Machines]: Restored original dimension id: 2
  125. [09:06:01] [Netty Client IO #1/INFO] [mcjty.varia.Logging]: Disconnect from server: Unregistering RFTools dimensions
  126. [09:06:01] [Netty Client IO #1/ERROR] [FML]: Exception caught during firing event cpw.mods.fml.common.network.FMLNetworkEvent$ClientDisconnectionFromServerEvent@52ca55c1:
  127. java.lang.NullPointerException
  128. at mcjty.rftools.dimension.RfToolsDimensionManager.unregisterDimensions(RfToolsDimensionManager.java:96) ~[RfToolsDimensionManager.class:?]
  129. at mcjty.rftools.ClientDisconnectEvent.onDisconnectedFromServerEvent(ClientDisconnectEvent.java:14) ~[ClientDisconnectEvent.class:?]
  130. at cpw.mods.fml.common.eventhandler.ASMEventHandler_1428_ClientDisconnectEvent_onDisconnectedFromServerEvent_ClientDisconnectionFromServerEvent.invoke(.dynamic) ~[?:?]
  131. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
  132. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
  133. at cpw.mods.fml.common.network.handshake.NetworkDispatcher.close(NetworkDispatcher.java:405) [NetworkDispatcher.class:?]
  134. at io.netty.channel.DefaultChannelHandlerContext.invokeClose(DefaultChannelHandlerContext.java:560) [DefaultChannelHandlerContext.class:?]
  135. at io.netty.channel.DefaultChannelHandlerContext.access$1200(DefaultChannelHandlerContext.java:28) [DefaultChannelHandlerContext.class:?]
  136. at io.netty.channel.DefaultChannelHandlerContext$14.run(DefaultChannelHandlerContext.java:550) [DefaultChannelHandlerContext$14.class:?]
  137. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354) [SingleThreadEventExecutor.class:?]
  138. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:348) [NioEventLoop.class:?]
  139. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
  140. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
  141. [09:06:01] [Netty Client IO #1/ERROR] [FML]: Index: 10 Listeners:
  142. [09:06:01] [Netty Client IO #1/ERROR] [FML]: 0: NORMAL
  143. [09:06:01] [Netty Client IO #1/ERROR] [FML]: 1: ASM: thaumcraft.common.lib.network.EventHandlerNetwork@3fd08b99 clientLogsOut(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  144. [09:06:01] [Netty Client IO #1/ERROR] [FML]: 2: ASM: org.dave.CompactMachines.handler.CMEventHandler@558c9e78 onClientDisconnect(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  145. [09:06:01] [Netty Client IO #1/ERROR] [FML]: 3: ASM: crazypants.enderio.machine.hypercube.ConnectionHandler@3d99dc9a onDisconnectedFromServer(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  146. [09:06:01] [Netty Client IO #1/ERROR] [FML]: 4: ASM: crazypants.enderio.machine.transceiver.ConnectionHandler@4b30b72a onDisconnectedFromServer(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  147. [09:06:01] [Netty Client IO #1/ERROR] [FML]: 5: ASM: openperipheral.addons.glasses.TerminalManagerClient$FmlBusListener@5d860234 onDisconnect(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  148. [09:06:01] [Netty Client IO #1/ERROR] [FML]: 6: ASM: portalgun.common.core.EventHandler@1b28d346 connectionClosed(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  149. [09:06:01] [Netty Client IO #1/ERROR] [FML]: 7: ASM: dan200.computercraft.shared.proxy.ComputerCraftProxyCommon$ForgeHandlers@2d85aa1e onConnectionClosed(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  150. [09:06:01] [Netty Client IO #1/ERROR] [FML]: 8: ASM: micdoodle8.mods.galacticraft.core.network.ConnectionEvents@47965b8d onConnectionClosed(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  151. [09:06:01] [Netty Client IO #1/ERROR] [FML]: 9: ASM: hats.common.core.EventHandler@7f7784a3 onClientDisconnect(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  152. [09:06:01] [Netty Client IO #1/ERROR] [FML]: 10: ASM: mcjty.rftools.ClientDisconnectEvent@6d8c8f73 onDisconnectedFromServerEvent(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  153. [09:06:01] [Netty Client IO #1/ERROR] [FML]: 11: ASM: tonius.simplyjetpacks.handler.SyncHandler@523c6045 onClientDisconnectedFromServer(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  154. [09:06:01] [Netty Client IO #1/ERROR] [FML]: 12: ASM: ic2.core.network.RpcHandler@38942b19 onDisconnect(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  155. [09:06:01] [Netty Client IO #1/ERROR] [FML]: 13: ASM: openmods.network.IdSyncManager@566eb29e onDisconnect(Lcpw/mods/fml/common/network/FMLNetworkEvent$ClientDisconnectionFromServerEvent;)V
  156. [09:06:02] [Thread-45/INFO] [FML]: [Modstats] Stat wasn't reported 'modstats.org'
  157. [09:06:02] [Client thread/INFO] [journeymap]: Requesting World ID
  158. [09:06:04] [Client thread/INFO]: [CHAT] ajthemacboy joined the game.
  159. [09:06:04] [Client thread/INFO]: [CHAT] Found new version of KCauldron: 1.7.10-1492.152
  160. [09:06:04] [Client thread/INFO]: [CHAT] Current is 1.7.10-1492.150
  161. [09:06:04] [Client thread/INFO]: [CHAT] Type '/kc update' to update
  162. [09:06:04] [Client thread/INFO] [THAUMCRAFT]: Client received server config settings.
  163. [09:06:04] [Client thread/INFO] [THAUMCRAFT]: CHEAT_SHEET[false], WARDED_STONE[true], MIRRORS[true], HARD_NODES[true], WUSS_MODE[false], RESEARCH_DIFFICULTY[0], ASPECT_TOTAL_CAP[100
  164. [09:06:04] [Client thread/INFO] [ThermalExpansion]: Receiving Server Configuration...
  165. [09:06:04] [Client thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:106]: Loading scripts
  166. [09:06:04] [Client thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:152]: MineTweaker: Loading intermod
  167. Adjusting clock screw. Server differential is 7629 ms.
  168. Adjusting clock screw. Server differential is 7630 ms.
  169. [09:06:04] [Client thread/ERROR] [NotEnoughItems]: Error loading brewing ingredients for: net.minecraft.item.ItemBlock@68f590ef
  170. java.lang.NullPointerException
  171. at net.minecraft.block.BlockFlower.func_149666_a(SourceFile:73) ~[alc.class:?]
  172. at net.minecraft.item.ItemBlock.func_150895_a(ItemBlock.java:181) ~[abh.class:?]
  173. at codechicken.nei.api.ItemInfo.searchItems(ItemInfo.java:417) [ItemInfo.class:?]
  174. at codechicken.nei.api.ItemInfo.load(ItemInfo.java:96) [ItemInfo.class:?]
  175. at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:258) [NEIClientConfig.class:?]
  176. at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:208) [NEIClientConfig.class:?]
  177. at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:109) [NEICPH.class:?]
  178. at codechicken.nei.NEICPH.handlePacket(NEICPH.java:23) [NEICPH.class:?]
  179. at codechicken.lib.packet.PacketCustom$ClientInboundHandler.handle(PacketCustom.java:100) [PacketCustom$ClientInboundHandler.class:?]
  180. at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:77) [PacketCustom$CustomInboundHandler.class:?]
  181. at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:64) [PacketCustom$CustomInboundHandler.class:?]
  182. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?]
  183. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  184. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  185. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
  186. at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
  187. at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
  188. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
  189. at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) [bcx.class:?]
  190. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) [bao.class:?]
  191. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
  192. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  193. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  194. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
  195. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
  196. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
  197. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
  198. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
  199. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  200. [09:06:05] [Client thread/ERROR] [NotEnoughItems]: Error loading sub-items for: cofh.thermaldynamics.item.ItemCover@4792c40f. Tab: thermaldynamics.creativeTabCovers
  201. java.lang.NullPointerException
  202. at net.minecraft.block.BlockFlower.func_149666_a(SourceFile:73) ~[alc.class:?]
  203. at net.minecraft.item.ItemBlock.func_150895_a(ItemBlock.java:181) ~[abh.class:?]
  204. at cofh.thermaldynamics.item.ItemCover.createCoverList(ItemCover.java:106) ~[ItemCover.class:?]
  205. at cofh.thermaldynamics.item.ItemCover.getCoverList(ItemCover.java:123) ~[ItemCover.class:?]
  206. at cofh.thermaldynamics.item.ItemCover.func_150895_a(ItemCover.java:46) ~[ItemCover.class:?]
  207. at codechicken.nei.api.ItemInfo.searchItems(ItemInfo.java:370) [ItemInfo.class:?]
  208. at codechicken.nei.api.ItemInfo.load(ItemInfo.java:96) [ItemInfo.class:?]
  209. at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:258) [NEIClientConfig.class:?]
  210. at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:208) [NEIClientConfig.class:?]
  211. at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:109) [NEICPH.class:?]
  212. at codechicken.nei.NEICPH.handlePacket(NEICPH.java:23) [NEICPH.class:?]
  213. at codechicken.lib.packet.PacketCustom$ClientInboundHandler.handle(PacketCustom.java:100) [PacketCustom$ClientInboundHandler.class:?]
  214. at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:77) [PacketCustom$CustomInboundHandler.class:?]
  215. at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:64) [PacketCustom$CustomInboundHandler.class:?]
  216. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?]
  217. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  218. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  219. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
  220. at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
  221. at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
  222. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
  223. at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) [bcx.class:?]
  224. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) [bao.class:?]
  225. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
  226. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  227. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  228. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
  229. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
  230. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
  231. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
  232. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
  233. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  234. [09:06:05] [Client thread/ERROR] [NotEnoughItems]: Error loading brewing ingredients for: cofh.thermaldynamics.item.ItemCover@4792c40f
  235. java.lang.NullPointerException
  236. at net.minecraft.block.BlockFlower.func_149666_a(SourceFile:73) ~[alc.class:?]
  237. at net.minecraft.item.ItemBlock.func_150895_a(ItemBlock.java:181) ~[abh.class:?]
  238. at cofh.thermaldynamics.item.ItemCover.createCoverList(ItemCover.java:106) ~[ItemCover.class:?]
  239. at cofh.thermaldynamics.item.ItemCover.getCoverList(ItemCover.java:123) ~[ItemCover.class:?]
  240. at cofh.thermaldynamics.item.ItemCover.func_150895_a(ItemCover.java:46) ~[ItemCover.class:?]
  241. at codechicken.nei.api.ItemInfo.searchItems(ItemInfo.java:417) [ItemInfo.class:?]
  242. at codechicken.nei.api.ItemInfo.load(ItemInfo.java:96) [ItemInfo.class:?]
  243. at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:258) [NEIClientConfig.class:?]
  244. at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:208) [NEIClientConfig.class:?]
  245. at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:109) [NEICPH.class:?]
  246. at codechicken.nei.NEICPH.handlePacket(NEICPH.java:23) [NEICPH.class:?]
  247. at codechicken.lib.packet.PacketCustom$ClientInboundHandler.handle(PacketCustom.java:100) [PacketCustom$ClientInboundHandler.class:?]
  248. at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:77) [PacketCustom$CustomInboundHandler.class:?]
  249. at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:64) [PacketCustom$CustomInboundHandler.class:?]
  250. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?]
  251. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  252. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  253. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
  254. at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
  255. at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
  256. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
  257. at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) [bcx.class:?]
  258. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) [bao.class:?]
  259. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) [bao.class:?]
  260. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
  261. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  262. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
  263. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
  264. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
  265. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
  266. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
  267. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  268. [09:06:05] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: net.minecraft.item.ItemBlock@7dbd0a32
  269. [09:06:05] [Client thread/ERROR] [NotEnoughItems]: Failed to find identifier for: mods.natura.items.BerryMedley@63045d5
  270. [09:06:12] [Client thread/INFO] [STDOUT]: [ic2.neiIntegration.core.NEIIC2Config:loadConfig:37]: IC2 NEI Submodule initialized
  271. [09:06:12] [Client thread/INFO] [INpureCullingEngine]: Script handler ready. Waiting for a while to ensure all other mods are done messing with NEI.
  272. [09:06:12] [Client thread/INFO] [STDOUT]: [advsolar.client.nei.NEIASPConfig:loadConfig:10]: [Advanced Solar Panels]: Loading NEI compatibility...
  273. [09:06:12] [Client thread/INFO] [Draconic Evolution]: Added NEI integration
  274. [09:06:13] [Client thread/INFO] [extrautils]: Added NEI integration
  275. [09:06:13] [Client thread/INFO] [NEIAddons|Botany]: Root=binnie.botany.genetics.FlowerHelper@62e9c28a Species=interface binnie.botany.api.IAlleleFlowerSpecies
  276. [09:06:13] [Client thread/INFO] [NEIAddons|Forestry]: Loaded Extra Bees comb item: binnie.extrabees.products.ItemHoneyComb@f246c88 (binnie.extrabees.products.ItemHoneyComb@f246c88)
  277. [09:06:13] [Client thread/INFO] [NEIAddons|Forestry]: Loaded TB comb item: magicbees.item.ItemComb@75c81186
  278. [09:06:13] [Client thread/INFO] [NEIAddons|Forestry]: Loaded Magic Bees comb item: magicbees.item.ItemComb@75c81186 (magicbees.item.ItemComb@75c81186)
  279. [09:06:13] [Client thread/WARN] [NEIAddons]: magicbees.speciesRSAFluxed specialty contains nulls and/or corrupt item stacks
  280. [09:06:13] [Client thread/INFO] [neiintegration]: Loading integration: Minecraft / Forge
  281. [09:06:13] [Client thread/INFO] [neiintegration]: Loading integration: Big Reactors
  282. [09:06:13] [Client thread/INFO] [neiintegration]: Loading integration: Forestry
  283. [09:06:13] [Client thread/INFO] [neiintegration]: Loading integration: Pam's HarvestCraft
  284. [09:06:13] [Client thread/INFO] [neiintegration]: Loading integration: MineFactory Reloaded
  285. [09:06:13] [Client thread/INFO] [neiintegration]: Loading integration: Railcraft
  286. [09:06:13] [Client thread/INFO] [Waila]: Received server authentication msg. Remote sync will be activated
  287. [09:06:14] [Client thread/INFO] [Mekanism]: Received config from server.
  288. [09:06:14] [Client thread/INFO] [Mekanism]: Received Cardboard Box blacklist entries from server (10 total)
  289. [09:06:14] [Client thread/INFO] [NEIAddons]: Received handshake from server
  290. [09:06:14] [Client thread/INFO] [NEIAddons]: Available server commands: SetForestryWorktableRecipe;SetAE2FakeSlot
  291. [09:06:14] [Client thread/INFO] [STDOUT]: [mcjty.rftools.dimension.network.SyncDimensionInfoHelper:syncDimensionManagerFromServer:15]: SYNC DIMENSION STUFF: world.isRemote = true
  292. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: RfToolsDimensionManager.syncFromServer
  293. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Dimension information from server is empty.
  294. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Getting dimlet mapping from server
  295. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Material, tile.thermalfoundation.ore6
  296. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Material, tile.appliedenergistics2.OreQuartzCharged
  297. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Foliage, Oak
  298. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Sky
  299. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Storage Cell
  300. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Alpine
  301. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Autumn Woods
  302. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Extreme Jungle
  303. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Forested Hills
  304. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Forested Island
  305. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Glacier
  306. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Green Hills
  307. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Ice Wasteland
  308. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Mini Jungle
  309. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Mountainous Desert
  310. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Red Rock Mountains
  311. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Mountain Taiga
  312. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Pine Forest
  313. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Lush Redwoods
  314. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Snow Forest
  315. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Snowy Rainforest
  316. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Woodlands
  317. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Desert Oil Field
  318. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, mana
  319. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, honey
  320. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, steam
  321. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, glowstone
  322. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, ic2constructionfoam
  323. [09:06:14] [Client thread/INFO] [mcjty.varia.Logging]: Could not read 'userdimlets.json', this is not an error!
  324. [09:06:14] [Client thread/INFO] [simplyjetpacks]: Received server configuration
  325. [09:06:19] [Client thread/INFO] [StevesAddons]: Search database generated in 5684ms
  326. [09:06:19] [Client thread/INFO] [MapWriter]: Mw.load: loading...
  327. [09:06:20] [Client thread/INFO] [MapWriter]: generating block colours
  328. [09:06:20] [Client thread/INFO] [MapWriter]: loading block colour overrides file C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\config\MapWriterBlockColourOverrides.txt
  329. [09:06:20] [Client thread/INFO] [MapWriter]: generating block map colours from textures
  330. [09:06:20] [Client thread/INFO] [MapWriter]: created new MwTexture from GL texture id 17 (4096x2048) (8388608 pixels)
  331. [09:06:20] [Client thread/INFO] [MapWriter]: processed 10193 block textures, 41643 skipped, 613 exceptions
  332. [09:06:20] [Client thread/INFO] [MapWriter]: loading block colour overrides file C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\config\MapWriterBlockColourOverrides.txt
  333. [09:06:20] [Client thread/INFO] [MapWriter]: saving block colours to 'C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\config\MapWriterBlockColours.txt'
  334.  
  335. * Chat messages removed
  336.  
  337. [09:06:21] [Client thread/INFO]: [CHAT] versioncheck.ganysnether.message §f[§aversioncheck.ganysnether.download§f]
  338. [09:06:21] [Client thread/INFO] [PortalGun]: [4.0.0-beta-5] Sending client info to server
  339. [SMC INF]OpenGL Version : 4.5.0 NVIDIA 355.60
  340. [SMC INF]Vendor : NVIDIA Corporation
  341. [SMC INF]Renderer : GeForce GTX 765M/PCIe/SSE2
  342. [SMC INF]Capabilities 2.0 2.1 3.0 3.2 4.0
  343. [SMC INF]GL_MAX_DRAW_BUFFERS = 8
  344. [SMC INF]GL_MAX_COLOR_ATTACHMENTS_EXT = 8
  345. [SMC INF]GL_MAX_TEXTURE_IMAGE_UNITS = 32
  346. [SMC INF]Framebuffer created.
  347. [SMC INF]Reset model renderers
  348. [SMC INF]Reset world renderers
  349. [SMC INF].
  350. [09:06:21] [Client thread/WARN] [FML]: =============================================================
  351. [09:06:21] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
  352. [09:06:21] [Client thread/WARN] [FML]: Offendor: truetyper/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I
  353. [09:06:21] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
  354. [09:06:21] [Client thread/WARN] [FML]: =============================================================
  355. [09:06:21] [Client thread/INFO] [STDOUT]: [truetyper.TrueTypeFont:<init>:94]: TrueTypeFont loaded: java.awt.Font[family=Arial,name=Arial,style=plain,size=12] - AntiAlias = true
  356. [09:06:21] [Netty Client IO #1/ERROR] [FML]: NetworkDispatcher exception
  357. io.netty.handler.timeout.ReadTimeoutException
  358. [09:06:21] [Netty Client IO #1/INFO] [THAUMCRAFT]: Restoring client configs.
  359. [09:06:21] [Netty Client IO #1/INFO] [mcjty.varia.Logging]: Disconnect from server: Unregistering RFTools dimensions
  360. [09:06:21] [Netty Client IO #1/INFO] [simplyjetpacks]: Loading configuration files
  361. [09:06:22] [Client thread/INFO] [STDOUT]: [gravisuite.GraviSuite:addLog:148]: [GraviSuite] Keyregistry: IC2 ALT key found
  362. [09:06:22] [Client thread/INFO] [STDOUT]: [gravisuite.GraviSuite:addLog:148]: [GraviSuite] Keyregistry: IC2 Boost key found
  363. [09:06:22] [Client thread/INFO] [STDOUT]: [gravisuite.GraviSuite:addLog:148]: [GraviSuite] Keyregistry: IC2 MODE SWITCH key found
  364. [09:06:22] [Client thread/INFO] [STDOUT]: [gravisuite.GraviSuite:addLog:148]: [GraviSuite] Keyregistry: IC2 MODE SWITCH key found
  365. [09:06:22] [Client thread/INFO]: [CHAT] InvTweaks: Configuration loaded.
  366. [09:06:22] [Client thread/INFO] [inventorytweaks]: net.minecraft.client.gui.GuiIngameMenu
  367. [09:06:22] [Client thread/INFO] [FML]: Applying holder lookups
  368. [09:06:22] [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?
  369. [09:06:22] [Client thread/WARN] [FML]: Unable to lookup chisel:cobblestoneWall for public static com.cricketcraft.chisel.block.BlockCarvableWall com.cricketcraft.chisel.init.ChiselBlocks.cobblestoneWall. Is there something wrong with the registry?
  370. [09:06:22] [Client thread/WARN] [FML]: Unable to lookup chisel:obsidian2 for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.obsidian2. Is there something wrong with the registry?
  371. [09:06:22] [Client thread/WARN] [FML]: Unable to lookup chisel:voidstonerunic for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.voidstonerunic. Is there something wrong with the registry?
  372. [09:06:22] [Client thread/WARN] [FML]: Unable to lookup chisel:circuits for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.circuits. Is there something wrong with the registry?
  373. [09:06:22] [Client thread/INFO] [FML]: Holder lookups applied
  374. [09:06:24] [Thread-49/INFO] [Galacticraft]: Galacticraft remote version found: 3.0.11
  375. [09:06:24] [Client thread/INFO] [MapWriter]: Mw.close: closing...
  376. [09:06:24] [Client thread/INFO] [MapWriter]: waiting for 7 tasks to finish...
  377. [09:06:24] [Client thread/INFO] [MapWriter]: done
  378. [09:06:24] [Client thread/INFO] [Mekanism]: Finished loading Cardboard Box blacklist (loaded 0 entries)
  379. [09:06:25] [Client thread/INFO] [Mekanism]: Reloaded config.
  380. [09:06:28] [Client thread/INFO] [INpureCullingEngine]: Starting NEI Filter scripting. This might take a moment to load all the modules...
  381. [09:06:28] [Client thread/INFO] [INpureCullingEngine]: Engine: JAVASCRIPT
  382. [09:06:28] [Client thread/INFO] [INpureLogInterceptor]: Log parsing appears to have failed. Attempting to dig the data out of FML directly...
  383. [09:06:28] [Client thread/INFO] [INpureLogInterceptor]: NEI has entered the ready state. Sending data to culling system. List contains 0 entries.
  384. [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading table of contents for module: custom_nei_filters, 1.0, Author: denoflionsx
  385. [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Bootstrap setting found. Loading: Bootstrap.js
  386. [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: vanilla.js
  387. [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: ThermalExpansion.js
  388. [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: Mekanism.js
  389. [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: ForgeMicroblock.js
  390. [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: ExtraUtilities.js
  391. [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: BuildCraft.js
  392. [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: Bibliocraft.js
  393. [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: AppliedEnergistics2.js
  394. [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: Tcon.js
  395. [09:06:29] [Client thread/INFO] [INpureCullingEngine]: Loading: MFR.js
  396. [09:08:00] [Client thread/INFO]: Connecting to 10.0.0.36, 25565
  397. [09:08:00] [Netty Client IO #2/INFO] [FML]: Server protocol version 2
  398. [09:08:00] [Netty Client IO #2/INFO] [FML]: Attempting connection with missing mods [PlayerAPI, BetterFoliage, BiblioWoodsEBXL, CustomMainMenu, D3Core, ExtrabiomesXL, FastCraft, LogisticsPipes, Mineshot, ResourceLoader, TorchTools, VersionChecker] at SERVER
  399. [09:08:00] [Netty Client IO #2/INFO] [FML]: Injecting existing block and item data into this client instance
  400. [09:08:01] [Netty Client IO #2/INFO] [FML]: Applying holder lookups
  401. [09:08:01] [Netty Client IO #2/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?
  402. [09:08:01] [Netty Client IO #2/WARN] [FML]: Unable to lookup chisel:cobblestoneWall for public static com.cricketcraft.chisel.block.BlockCarvableWall com.cricketcraft.chisel.init.ChiselBlocks.cobblestoneWall. Is there something wrong with the registry?
  403. [09:08:01] [Netty Client IO #2/WARN] [FML]: Unable to lookup chisel:obsidian2 for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.obsidian2. Is there something wrong with the registry?
  404. [09:08:01] [Netty Client IO #2/WARN] [FML]: Unable to lookup chisel:voidstonerunic for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.voidstonerunic. Is there something wrong with the registry?
  405. [09:08:01] [Netty Client IO #2/WARN] [FML]: Unable to lookup chisel:circuits for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.circuits. Is there something wrong with the registry?
  406. [09:08:01] [Netty Client IO #2/INFO] [FML]: Holder lookups applied
  407. [09:08:01] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
  408. [09:08:01] [Client thread/INFO] [neresources]: Requesting Sync...
  409. [09:08:05] [Client thread/INFO] [NEIAddons]: Connected to new server, resetting commands
  410. [09:08:05] [Client thread/INFO] [Compact Machines]: Receiving configuration from server
  411. [09:08:05] [Client thread/INFO] [Compact Machines]: Registering dimension 2 on client side
  412. [09:08:05] [Client thread/INFO] [journeymap]: Requesting World ID
  413. [09:08:07] [Client thread/INFO]: [CHAT] ajthemacboy joined the game.
  414. [09:08:07] [Client thread/INFO]: [CHAT] Found new version of KCauldron: 1.7.10-1492.152
  415. [09:08:07] [Client thread/INFO]: [CHAT] Current is 1.7.10-1492.150
  416. [09:08:07] [Client thread/INFO]: [CHAT] Type '/kc update' to update
  417. [09:08:07] [Client thread/INFO] [THAUMCRAFT]: Client received server config settings.
  418. [09:08:07] [Client thread/INFO] [THAUMCRAFT]: CHEAT_SHEET[false], WARDED_STONE[true], MIRRORS[true], HARD_NODES[true], WUSS_MODE[false], RESEARCH_DIFFICULTY[0], ASPECT_TOTAL_CAP[100
  419. [09:08:07] [Client thread/INFO] [ThermalExpansion]: Receiving Server Configuration...
  420. [09:08:07] [Client thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:106]: Loading scripts
  421. [09:08:07] [Client thread/INFO] [STDOUT]: [minetweaker.runtime.MTTweaker:load:152]: MineTweaker: Loading intermod
  422. Adjusting clock screw. Server differential is 6733 ms.
  423. Adjusting clock screw. Server differential is 6733 ms.
  424. [09:08:07] [Client thread/INFO] [Waila]: Received server authentication msg. Remote sync will be activated
  425. [09:08:07] [Client thread/INFO] [Mekanism]: Received config from server.
  426. [09:08:07] [Client thread/INFO] [Mekanism]: Received Cardboard Box blacklist entries from server (10 total)
  427. [09:08:07] [Client thread/INFO] [NEIAddons]: Received handshake from server
  428. [09:08:07] [Client thread/INFO] [NEIAddons]: Available server commands: SetForestryWorktableRecipe;SetAE2FakeSlot
  429. [09:08:07] [Client thread/INFO] [STDOUT]: [mcjty.rftools.dimension.network.SyncDimensionInfoHelper:syncDimensionManagerFromServer:15]: SYNC DIMENSION STUFF: world.isRemote = true
  430. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: RfToolsDimensionManager.syncFromServer
  431. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Dimension information from server is empty.
  432. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Getting dimlet mapping from server
  433. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Material, tile.thermalfoundation.ore6
  434. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Material, tile.appliedenergistics2.OreQuartzCharged
  435. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Foliage, Oak
  436. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Sky
  437. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Storage Cell
  438. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Alpine
  439. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Autumn Woods
  440. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Extreme Jungle
  441. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Forested Hills
  442. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Forested Island
  443. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Glacier
  444. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Green Hills
  445. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Ice Wasteland
  446. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Mini Jungle
  447. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Mountainous Desert
  448. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Red Rock Mountains
  449. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Mountain Taiga
  450. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Pine Forest
  451. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Lush Redwoods
  452. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Snow Forest
  453. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Snowy Rainforest
  454. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Woodlands
  455. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Biome, Desert Oil Field
  456. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, mana
  457. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, honey
  458. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, steam
  459. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, glowstone
  460. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Blacklisted dimlet Liquid, ic2constructionfoam
  461. [09:08:07] [Client thread/INFO] [mcjty.varia.Logging]: Could not read 'userdimlets.json', this is not an error!
  462. [09:08:07] [Client thread/INFO] [simplyjetpacks]: Received server configuration
  463. [09:08:07] [Client thread/INFO] [MapWriter]: Mw.load: loading...
  464. [09:08:07] [Client thread/INFO] [MapWriter]: generating block colours
  465. [09:08:07] [Client thread/INFO] [MapWriter]: loading block colour overrides file C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\config\MapWriterBlockColourOverrides.txt
  466. [09:08:07] [Client thread/INFO] [MapWriter]: generating block map colours from textures
  467. [09:08:08] [Client thread/INFO] [MapWriter]: created new MwTexture from GL texture id 17 (4096x2048) (8388608 pixels)
  468. [09:08:08] [Client thread/INFO] [MapWriter]: processed 10193 block textures, 41643 skipped, 613 exceptions
  469. [09:08:08] [Client thread/INFO] [MapWriter]: loading block colour overrides file C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\config\MapWriterBlockColourOverrides.txt
  470. [09:08:08] [Client thread/INFO] [MapWriter]: saving block colours to 'C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\config\MapWriterBlockColours.txt'
  471.  
  472. * Chat messages removed
  473.  
  474. [09:08:08] [Client thread/INFO] [PortalGun]: [4.0.0-beta-5] Sending client info to server
  475. [09:08:09] [Client thread/INFO] [Draconic Evolution]: Requesting speed packet from server
  476. [09:08:09] [Client thread/INFO] [PortalGun]: [4.0.0-beta-5] Received world props from server.
  477. [09:08:09] [Client thread/INFO] [Draconic Evolution]: Server speed is set to 20.0
  478. [09:08:09] [Client thread/INFO] [journeymap]: Requesting World ID
  479. [09:08:10] [Client thread/INFO] [journeymap]: Loaded 19 waypoints from C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\journeymap\data\mp\RubixMC\waypoints
  480. [09:08:12] [Client thread/INFO] [journeymap]: Getting color palette for Resource Pack(s): Default
  481. [09:08:13] [Client thread/INFO] [journeymap]: Existing color palette's resource packs and mod names match current loadout.
  482. [09:08:13] [Client thread/INFO] [journeymap]: Existing color palette loaded 117588 colors in 545ms from file: C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\journeymap\colorpalette.json
  483. [09:08:13] [Client thread/INFO] [journeymap]: Mapping started in C:\Users\AJ\Desktop\RubixPack\.\instances\RubixPack 2\minecraft\journeymap\data\mp\RubixMC\DIM0. Memory: 2651MB total, 1183MB free
  484. [SMC INF]Expand tesselator buffer 1048576
  485. [09:08:26] [Client thread/INFO]: [CHAT] §eJourneyMap:§f Press [§bJ§f]
  486. [09:08:26] [JM-VersionCheck-5/INFO] [journeymap]: Checking for updated version: https://dl.dropboxusercontent.com/u/38077766/JourneyMap/journeymap-versions.json
  487. [09:08:26] [Client thread/INFO] [journeymap]: JourneyMap: Press [J]
  488. [09:08:27] [JM-VersionCheck-5/INFO] [journeymap]: Current version online: JourneyMap 5.1.0 for Minecraft 1.7.10 on http://journeymap.info/download
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement