Guest User

Untitled

a guest
Jul 18th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.37 KB | None | 0 0
  1. [12:06:13] [Server thread/INFO]: Starting integrated minecraft server version 1.7.2
  2. [12:06:13] [Server thread/INFO]: Generating keypair
  3. [12:06:13] [Server thread/INFO]: Injecting existing block and item data into this server instance
  4. [12:06:13] [Server thread/INFO]: Applying holder lookups
  5. [12:06:13] [Server thread/INFO]: Holder lookups applied
  6. [12:06:14] [Server thread/INFO]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@1bdb3d6a)
  7. [12:06:14] [Server thread/INFO]: Loading dimension 7 (New World) (net.minecraft.server.integrated.IntegratedServer@1bdb3d6a)
  8. [12:06:14] [Server thread/INFO]: Loading dimension -17 (New World) (net.minecraft.server.integrated.IntegratedServer@1bdb3d6a)
  9. [12:06:14] [Server thread/INFO]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@1bdb3d6a)
  10. [12:06:14] [Server thread/INFO]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@1bdb3d6a)
  11. [12:06:14] [Server thread/INFO]: Preparing start region for level 0
  12. [12:06:14] [Server thread/INFO]: Initializing MoCreatures GUI API
  13. [12:06:14] [Server thread/WARN]: Adding duplicate key 'twilightforest.item.ItemTFSpawnEgg@3a7aeac2' to registry
  14. [12:06:14] [Netty Client IO #2/INFO]: Server protocol version 1
  15. [12:06:14] [Netty IO #5/INFO]: Client protocol version 1
  16. [12:06:14] [Netty IO #5/INFO]: Attempting connection with missing mods [] at CLIENT
  17. [12:06:14] [Netty Client IO #2/INFO]: Attempting connection with missing mods [] at SERVER
  18. [12:06:14] [Client thread/INFO]: [Client thread] Client side modded connection established
  19. [12:06:14] [Server thread/INFO]: [Server thread] Server side modded connection established
  20. [12:06:14] [Server thread/INFO]: KDawg08[local:E:c58a0e3a] logged in with entity id 5575 at (14.5, 62.0, 297.5)
  21. [12:06:14] [Server thread/INFO]: KDawg08 joined the game
  22. [12:06:15] [Client thread/INFO]: Client received server config settings.
  23. [12:06:15] [Client thread/INFO]: CHEAT_SHEET[false], WARDED_STONE[true], MIRRORS[true], HARD_NODES[true], RESEARCH_DIFFICULTY[0], ASPECT_CAP[10], ASPECT_TOTAL_CAP[100
  24. [12:06:15] [Client thread/ERROR]: There was a critical exception handling a packet on channel bcmod
  25. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: Comparison method violates its general contract!
  26. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99) ~[MessageToMessageDecoder.class:?]
  27. at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
  28. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
  29. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
  30. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
  31. at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
  32. at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
  33. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197) [ef.class:?]
  34. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2012) [azd.class:?]
  35. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:917) [azd.class:?]
  36. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835) [azd.class:?]
  37. at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
  41. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
  42. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
  43. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
  44. Caused by: java.lang.IllegalArgumentException: Comparison method violates its general contract!
  45. at java.util.TimSort.mergeLo(Unknown Source) ~[?:1.7.0_55]
  46. at java.util.TimSort.mergeAt(Unknown Source) ~[?:1.7.0_55]
  47. at java.util.TimSort.mergeCollapse(Unknown Source) ~[?:1.7.0_55]
  48. at java.util.TimSort.sort(Unknown Source) ~[?:1.7.0_55]
  49. at java.util.TimSort.sort(Unknown Source) ~[?:1.7.0_55]
  50. at java.util.Arrays.sort(Unknown Source) ~[?:1.7.0_55]
  51. at java.util.Collections.sort(Unknown Source) ~[?:1.7.0_55]
  52. at brad16840.common.DynamicRecipes.sortRecipes(DynamicRecipes.java:354) ~[DynamicRecipes.class:?]
  53. at brad16840.common.PacketHandler$InitializePlayer.receive(PacketHandler.java:912) ~[PacketHandler$InitializePlayer.class:?]
  54. at brad16840.common.MessageChannel.decode(MessageChannel.java:138) ~[MessageChannel.class:?]
  55. at brad16840.common.MessageChannel.decode(MessageChannel.java:37) ~[MessageChannel.class:?]
  56. at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81) ~[MessageToMessageCodec$2.class:?]
  57. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) ~[MessageToMessageDecoder.class:?]
  58. ... 17 more
  59. [12:06:15] [Netty Client IO #2/INFO]: Restoring client configs.
  60. [12:06:15] [Server thread/INFO]: KDawg08 lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
  61. [12:06:15] [Server thread/INFO]: KDawg08 left the game
  62. [12:06:15] [Server thread/INFO]: Stopping singleplayer server as player logged out
  63. [12:06:15] [Server thread/INFO]: Stopping server
  64. [12:06:15] [Server thread/INFO]: Saving players
  65. [12:06:15] [Server thread/INFO]: Saving worlds
  66. [12:06:15] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  67. [12:06:15] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  68. [12:06:15] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  69. [12:06:15] [Server thread/INFO]: Saving chunks for level 'New World'/Wyvern Lair
  70. [12:06:15] [Server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
  71. [12:06:16] [Server thread/INFO]: Unloading dimension 0
  72. [12:06:16] [Server thread/INFO]: Unloading dimension -1
  73. [12:06:16] [Server thread/INFO]: Unloading dimension 1
  74. [12:06:16] [Server thread/INFO]: Unloading dimension -17
  75. [12:06:16] [Server thread/INFO]: Unloading dimension 7
  76. [12:06:16] [Server thread/INFO]: Applying holder lookups
  77. [12:06:16] [Server thread/INFO]: Holder lookups applied
Advertisement
Add Comment
Please, Sign In to add comment