Advertisement
Guest User

Crash FTB Ilimity + DragonAPI + RotaryCraft

a guest
Feb 8th, 2015
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.92 KB | None | 0 0
  1. [01:12:05] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  2. [01:12:05] [Server thread/INFO]: DVlad[local:E:e4c18281] logged in with entity id 392 at (116.5, 76.0, 204.5)
  3. [01:12:05] [Server thread/INFO]: DVlad joined the game
  4. [01:12:05] [Server thread/INFO] [FastCraft-core]: 17 / 19 applied
  5. [01:12:05] [Server thread/INFO] [Waila]: Player EntityPlayerMP['DVlad'/392, l='New World', x=116,50, y=76,00, z=204,50] connected. Sending ping
  6. [01:12:05] [Client thread/INFO] [FastCraft-core]: 18 / 19 applied
  7. [01:12:05] [Client thread/INFO] [com.mcjty.rftools.RFTools]: Clientside World Load Event: initialize dimlets
  8. [01:12:05] [Client thread/INFO] [com.mcjty.rftools.RFTools]: Could not read 'userdimlets.json', this is not an error!
  9. [01:12:05] [Client thread/INFO] [ttCore]: Transfroming anvil XP limit - Class bey...
  10. [01:12:05] [Server thread/INFO] [NEIAddons]: World changed, resetting
  11. [01:12:06] [Client thread/INFO] [ThermalExpansion]: Receiving Server Configuration...
  12. [01:12:06] [Client thread/INFO] [THAUMCRAFT]: Client received server config settings.
  13. [01:12:06] [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
  14. [01:12:06] [Client thread/INFO] [simplyjetpacks]: Received server configuration
  15. [01:12:06] [Server thread/INFO] [FastCraft-core]: 19 / 19 applied
  16. [01:12:06] [Server thread/INFO]: [CHAT] Version 1.0.5.11 of MrTJPCore is available. Changes:
  17. [01:12:06] [Server thread/INFO]: [CHAT] --- as of v1.0.5 ---
  18. [01:12:06] [Server thread/INFO]: [CHAT] ADDED: Utility class for configs
  19. [01:12:06] [Server thread/INFO]: [CHAT] ADDED: Block library
  20. [01:12:06] [Server thread/INFO]: [CHAT] ADDED: mcmeta file
  21. [01:12:06] [Server thread/INFO]: [CHAT] --- as of v1.0.4 ---
  22. [01:12:06] [Server thread/INFO]: [CHAT] ADDED: Weighted Random resolver
  23. [01:12:06] [Server thread/INFO]: [CHAT] ADDED: Crude cubemap rendering
  24. [01:12:06] [Server thread/INFO]: [CHAT] ADDED: New world helper functions
  25. [01:12:06] [Server thread/INFO]: [CHAT] ADDED: Model parsing helpder functions
  26. [01:12:06] [Server thread/INFO]: [CHAT] ADDED: World generation and retrogen handler
  27. [01:12:06] [Server thread/INFO]: [CHAT] ADDED: World generators
  28. [01:12:06] [Server thread/INFO]: [CHAT] ADDED: Plant helper classes
  29. [01:12:06] [Server thread/INFO]: [CHAT] ADDED: Perlin Noise Generator
  30. [01:12:07] [Client thread/ERROR] [FML]: There was a critical exception handling a packet on channel NEI
  31. java.lang.NoSuchMethodError: buildcraft.api.core.JavaTools.getAllFields(Ljava/lang/Class;)Ljava/util/List;
  32. at buildcraft.api.mj.MjAPI.getMjBatteryField(MjAPI.java:195) ~[MjAPI.class:?]
  33. at buildcraft.api.mj.MjAPI.getMjBattery(MjAPI.java:84) ~[MjAPI.class:?]
  34. at buildcraft.api.mj.MjAPI.getMjBattery(MjAPI.java:54) ~[MjAPI.class:?]
  35. at buildcraft.api.mj.MjAPI.getMjBattery(MjAPI.java:45) ~[MjAPI.class:?]
  36. at buildcraft.api.power.PowerHandler.<init>(PowerHandler.java:157) ~[PowerHandler.class:?]
  37. at buildcraft.api.power.PowerHandler.<init>(PowerHandler.java:143) ~[PowerHandler.class:?]
  38. at Reika.RotaryCraft.ModInterface.TileEntityPneumaticEngine.<init>(TileEntityPneumaticEngine.java:47) ~[TileEntityPneumaticEngine.class:?]
  39. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
  40. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_25]
  41. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_25]
  42. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_25]
  43. at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_25]
  44. at Reika.RotaryCraft.Registry.MachineRegistry.createTEInstanceForRender(MachineRegistry.java:1257) ~[MachineRegistry.class:?]
  45. at Reika.RotaryCraft.Items.Placers.ItemMachinePlacer.func_150895_a(ItemMachinePlacer.java:225) ~[ItemMachinePlacer.class:?]
  46. at codechicken.nei.api.ItemInfo.searchItems(ItemInfo.java:364) ~[ItemInfo.class:?]
  47. at codechicken.nei.api.ItemInfo.load(ItemInfo.java:97) ~[ItemInfo.class:?]
  48. at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:258) ~[NEIClientConfig.class:?]
  49. at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:208) ~[NEIClientConfig.class:?]
  50. at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:109) ~[NEICPH.class:?]
  51. at codechicken.nei.NEICPH.handlePacket(NEICPH.java:23) ~[NEICPH.class:?]
  52. at codechicken.lib.packet.PacketCustom$ClientInboundHandler.handle(PacketCustom.java:98) ~[PacketCustom$ClientInboundHandler.class:?]
  53. at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:75) ~[PacketCustom$CustomInboundHandler.class:?]
  54. at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:62) ~[PacketCustom$CustomInboundHandler.class:?]
  55. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
  56. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
  57. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
  58. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
  59. at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
  60. at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
  61. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
  62. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2049) [bao.class:?]
  63. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961) [bao.class:?]
  64. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
  65. at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
  66. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  67. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  68. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  69. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  70. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
  71. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
  72. [01:12:07] [Netty Client IO #0/INFO] [THAUMCRAFT]: Restoring client configs.
  73. [01:12:07] [Client thread/INFO] [Waila]: Received server authentication msg. Remote sync will be activated
  74. [01:12:07] [Netty Client IO #0/INFO] [simplyjetpacks]: Loading configuration files
  75. [01:12:07] [Netty Client IO #0/INFO] [STDOUT]: [com.mcjty.rftools.ClientDisconnectEvent:onDisconnectedFromServerEvent:12]: ###### Disconnect from server
  76. [01:12:07] [Netty Client IO #0/INFO] [com.mcjty.rftools.RFTools]: Cleaning up RFTools dimensions
  77. [01:12:07] [Netty Client IO #0/INFO] [OpenMods]: openmods.network.IdSyncManager.onDisconnect(IdSyncManager.java:124): Disconnected, restoring local data
  78. [01:12:07] [Server thread/INFO]: DVlad lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
  79. [01:12:07] [Server thread/INFO]: DVlad left the game
  80. [01:12:07] [Client thread/INFO] [NEIAddons]: World changed, resetting
  81. [01:12:07] [Client thread/INFO] [NEIAddons]: Available server commands: SetForestryWorktableRecipe
  82. [01:12:07] [Server thread/INFO]: Stopping singleplayer server as player logged out
  83. [01:12:07] [Client thread/WARN] [FML]: =============================================================
  84. [01:12:07] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
  85. [01:12:07] [Client thread/WARN] [FML]: Offendor: truetyper/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I
  86. [01:12:07] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
  87. [01:12:07] [Client thread/WARN] [FML]: =============================================================
  88. [01:12:07] [Client thread/INFO] [STDOUT]: [truetyper.TrueTypeFont:<init>:94]: TrueTypeFont loaded: java.awt.Font[family=Arial,name=Arial,style=plain,size=12] - AntiAlias = true
  89. [01:12:07] [Client thread/INFO] [FML]: DRAGONAPI: No texture packs contain an image for Textures/Items/items2.png. Loading default.
  90. [01:12:07] [Client thread/INFO] [FML]: Pipelining texture from Reika.RotaryCraft.RotaryCraft to Textures/Items/items2.png
  91. [01:12:07] [Client thread/INFO] [com.mcjty.rftools.RFTools]: Clientside World Load Event: initialize dimlets
  92. [01:12:07] [Client thread/INFO] [com.mcjty.rftools.RFTools]: Could not read 'userdimlets.json', this is not an error!
  93. [01:12:07] [Client thread/INFO] [STDOUT]: [gravisuite.GraviSuite:addLog:148]: [GraviSuite] Keyregistry: IC2 ALT key found
  94. [01:12:07] [Client thread/INFO] [STDOUT]: [gravisuite.GraviSuite:addLog:148]: [GraviSuite] Keyregistry: IC2 Boost key found
  95. [01:12:07] [Client thread/INFO] [STDOUT]: [gravisuite.GraviSuite:addLog:148]: [GraviSuite] Keyregistry: IC2 MODE SWITCH key found
  96. [01:12:07] [Client thread/INFO]: [CHAT] InvTweaks: Configuration loaded.
  97. [01:12:07] [Client thread/INFO] [inventorytweaks]: net.minecraft.client.gui.GuiIngameMenu
  98. [01:12:08] [Server thread/INFO]: Saving and pausing game...
  99. [01:12:08] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  100. [01:12:08] [Client thread/INFO] [journeymap]: Loaded 0 waypoints from C:\Users\ABCD\Documents\FTB\FTBInfinity\minecraft\journeymap\data\sp\New World\waypoints
  101. [01:12:09] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  102. [01:12:09] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  103. [01:12:09] [Server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
  104. [01:12:09] [Server thread/INFO]: Saving chunks for level 'New World'/Bedrock
  105. [01:12:09] [Server thread/INFO]: Saving chunks for level 'New World'/The Outer Lands
  106. [01:12:09] [Server thread/INFO]: Saving chunks for level 'New World'/Underdark
  107. [01:12:09] [Server thread/INFO]: Saving chunks for level 'New World'/Dungeon
  108. [01:12:09] [Server thread/INFO]: Stopping server
  109. [01:12:09] [Server thread/INFO]: Saving players
  110. [01:12:09] [Server thread/INFO]: Saving worlds
  111. [01:12:09] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  112. [01:12:09] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  113. [01:12:09] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  114. [01:12:09] [Server thread/INFO]: Saving chunks for level 'New World'/Twilight Forest
  115. [01:12:09] [Server thread/INFO]: Saving chunks for level 'New World'/Bedrock
  116. [01:12:09] [Server thread/INFO]: Saving chunks for level 'New World'/The Outer Lands
  117. [01:12:09] [Server thread/INFO]: Saving chunks for level 'New World'/Underdark
  118. [01:12:09] [Server thread/INFO]: Saving chunks for level 'New World'/Dungeon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement