Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.16 KB | None | 0 0
  1. [17:29:24] [Netty Client IO #2/INFO] [ArsMagica2/]: Received player login packet.
  2. [17:29:24] [Netty Client IO #2/DEBUG] [ArsMagica2/]: Secondary tree cap: 99
  3. [17:29:24] [Netty Client IO #2/DEBUG] [ArsMagica2/]: Disabled skills: 0
  4. [17:29:24] [Netty Client IO #2/DEBUG] [ArsMagica2/]: Mana cap: 0.00
  5. [17:29:25] [Netty Client IO #2/DEBUG] [extrautils2/]: OTL: Decode Packet: com.rwtema.extrautils2.items.ItemLawSword$PacketLawSwordNotifier
  6. [17:29:25] [Netty Client IO #2/DEBUG] [extrautils2/]: OTL: Handle Packet: com.rwtema.extrautils2.items.ItemLawSword$PacketLawSwordNotifier : CLIENT
  7. [17:29:25] [Netty Client IO #2/INFO] [ToughAsNails/]: TAN configuration synchronized with the server
  8. [17:29:25] [Netty Client IO #2/INFO] [ToughAsNails/]: TAN configuration synchronized with the server
  9. [17:29:25] [Netty Client IO #2/INFO] [ToughAsNails/]: TAN configuration synchronized with the server
  10. [17:29:25] [Netty Client IO #2/INFO] [ToughAsNails/]: TAN configuration synchronized with the server
  11. [17:29:25] [Netty Client IO #2/INFO] [tconstruct-Config/]: Syncing Config with Server
  12. [17:29:26] [Netty Client IO #2/DEBUG] [extrautils2/]: OTL: Decode Packet: com.rwtema.extrautils2.power.PowerManager$PacketPower
  13. [17:29:26] [Netty Client IO #2/DEBUG] [extrautils2/]: OTL: Handle Packet: com.rwtema.extrautils2.power.PowerManager$PacketPower : CLIENT
  14. [17:29:26] [Netty Client IO #2/ERROR] [FML/]: NetworkDispatcher exception
  15. io.netty.handler.codec.DecoderException: java.lang.RuntimeException: Tried to read NBT tag that was too big; tried to allocate: 2097173bytes where max allowed: 2097152
  16. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:280) ~[ByteToMessageDecoder.class:4.0.23.Final]
  17. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) ~[ByteToMessageDecoder.class:4.0.23.Final]
  18. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [AbstractChannelHandlerContext.class:4.0.23.Final]
  19. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [AbstractChannelHandlerContext.class:4.0.23.Final]
  20. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [ByteToMessageDecoder.class:4.0.23.Final]
  21. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [AbstractChannelHandlerContext.class:4.0.23.Final]
  22. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [AbstractChannelHandlerContext.class:4.0.23.Final]
  23. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [ByteToMessageDecoder.class:4.0.23.Final]
  24. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [AbstractChannelHandlerContext.class:4.0.23.Final]
  25. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [AbstractChannelHandlerContext.class:4.0.23.Final]
  26. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:4.0.23.Final]
  27. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [AbstractChannelHandlerContext.class:4.0.23.Final]
  28. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [AbstractChannelHandlerContext.class:4.0.23.Final]
  29. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [ReadTimeoutHandler.class:4.0.23.Final]
  30. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [AbstractChannelHandlerContext.class:4.0.23.Final]
  31. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [AbstractChannelHandlerContext.class:4.0.23.Final]
  32. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [DefaultChannelPipeline.class:4.0.23.Final]
  33. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [AbstractNioByteChannel$NioByteUnsafe.class:4.0.23.Final]
  34. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [NioEventLoop.class:4.0.23.Final]
  35. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [NioEventLoop.class:4.0.23.Final]
  36. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [NioEventLoop.class:4.0.23.Final]
  37. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [NioEventLoop.class:4.0.23.Final]
  38. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:4.0.23.Final]
  39. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
  40. Caused by: java.lang.RuntimeException: Tried to read NBT tag that was too big; tried to allocate: 2097173bytes where max allowed: 2097152
  41. at net.minecraft.nbt.NBTSizeTracker.func_152450_a(NBTSizeTracker.java:25) ~[dz.class:?]
  42. at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:48) ~[dr.class:?]
  43. at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475) ~[dr.class:?]
  44. at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49) ~[dr.class:?]
  45. at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475) ~[dr.class:?]
  46. at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49) ~[dr.class:?]
  47. at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475) ~[dr.class:?]
  48. at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49) ~[dr.class:?]
  49. at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:132) ~[ea.class:?]
  50. at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:87) ~[ea.class:?]
  51. at net.minecraft.network.PacketBuffer.func_150793_b(PacketBuffer.java:312) ~[eq.class:?]
  52. at net.minecraft.network.play.server.SPacketChunkData.func_148837_a(SourceFile:75) ~[gt.class:?]
  53. at net.minecraft.network.NettyPacketDecoder.decode(SourceFile:40) ~[er.class:?]
  54. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) ~[ByteToMessageDecoder.class:4.0.23.Final]
  55. ... 23 more
  56. [17:29:26] [Netty Client IO #2/DEBUG] [EnderCore/]: Skipping syncing field com.enderio.core.common.config.ConfigHandler.showRegistryNameTooltips as it was marked NoSync
  57. [17:29:26] [Netty Client IO #2/DEBUG] [EnderCore/]: Skipping syncing field com.enderio.core.common.config.ConfigHandler.showOredictTooltips as it was marked NoSync
  58. [17:29:26] [Netty Client IO #2/DEBUG] [EnderCore/]: Skipping syncing field com.enderio.core.common.config.ConfigHandler.showDurabilityTooltips as it was marked NoSync
  59. [17:29:26] [Netty Client IO #2/INFO] [EnderCore/]: Reset configs to client values for com.enderio.core.common.config.ConfigHandler
  60. [17:29:26] [Netty Client IO #2/ERROR] [FML/]: NetworkDispatcher exception
  61. io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 189546495
  62. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:280) ~[ByteToMessageDecoder.class:4.0.23.Final]
  63. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:205) ~[ByteToMessageDecoder.class:4.0.23.Final]
  64. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [AbstractChannelHandlerContext.class:4.0.23.Final]
  65. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [AbstractChannelHandlerContext.class:4.0.23.Final]
  66. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [ByteToMessageDecoder.class:4.0.23.Final]
  67. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [AbstractChannelHandlerContext.class:4.0.23.Final]
  68. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [AbstractChannelHandlerContext.class:4.0.23.Final]
  69. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [ByteToMessageDecoder.class:4.0.23.Final]
  70. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [AbstractChannelHandlerContext.class:4.0.23.Final]
  71. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [AbstractChannelHandlerContext.class:4.0.23.Final]
  72. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [ChannelInboundHandlerAdapter.class:4.0.23.Final]
  73. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [AbstractChannelHandlerContext.class:4.0.23.Final]
  74. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [AbstractChannelHandlerContext.class:4.0.23.Final]
  75. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [ChannelInboundHandlerAdapter.class:4.0.23.Final]
  76. at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [ReadTimeoutHandler.class:4.0.23.Final]
  77. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [AbstractChannelHandlerContext.class:4.0.23.Final]
  78. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [AbstractChannelHandlerContext.class:4.0.23.Final]
  79. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [DefaultChannelPipeline.class:4.0.23.Final]
  80. at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [AbstractChannel$AbstractUnsafe$5.class:4.0.23.Final]
  81. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [SingleThreadEventExecutor.class:4.0.23.Final]
  82. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) [NioEventLoop.class:4.0.23.Final]
  83. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:4.0.23.Final]
  84. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
  85. Caused by: java.io.IOException: Bad packet id 189546495
  86. at net.minecraft.network.NettyPacketDecoder.decode(SourceFile:37) ~[er.class:?]
  87. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) ~[ByteToMessageDecoder.class:4.0.23.Final]
  88. ... 22 more
  89. [17:29:29] [Client thread/INFO] [STDOUT/]: [minetweaker.runtime.MTTweaker:load:106]: Loading scripts
  90. [17:29:30] [Client thread/INFO] [STDOUT/]: [minetweaker.runtime.MTTweaker:load:153]: MineTweaker: Loading excompressum.zs
  91. [17:29:30] [Client thread/INFO] [STDOUT/]: [minetweaker.runtime.MTTweaker:load:153]: MineTweaker: Loading kkmc hypo.zs
  92. [17:29:31] [Client thread/INFO] [STDOUT/]: [minetweaker.runtime.MTTweaker:load:153]: MineTweaker: Loading arsmagica.zs
  93. [17:29:31] [Client thread/INFO] [STDOUT/]: [minetweaker.runtime.MTTweaker:load:153]: MineTweaker: Loading intermod
  94. [17:29:31] [Client thread/INFO] [STDOUT/]: [minetweaker.runtime.MTTweaker:load:153]: MineTweaker: Loading cyberware.zs
  95. [17:29:31] [Client thread/INFO] [STDOUT/]: [minetweaker.runtime.MTTweaker:load:153]: MineTweaker: Loading MineTweakerRecipeMaker.zs
  96. [17:29:32] [Client thread/DEBUG] [EnderCore/]: Skipping syncing field com.enderio.core.common.config.ConfigHandler.showRegistryNameTooltips as it was marked NoSync
  97. [17:29:32] [Client thread/DEBUG] [EnderCore/]: Skipping syncing field com.enderio.core.common.config.ConfigHandler.showOredictTooltips as it was marked NoSync
  98. [17:29:32] [Client thread/DEBUG] [EnderCore/]: Skipping syncing field com.enderio.core.common.config.ConfigHandler.showDurabilityTooltips as it was marked NoSync
  99. [17:29:32] [Client thread/INFO] [FTBLib/]: Current Mode: default
  100. [17:29:32] [Client thread/DEBUG] [NotEnoughItems/]: Loading Remote World
  101. [17:29:32] [Client thread/ERROR] [NotEnoughItems/]: Unable to load potion recipes!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement