Advertisement
Guest User

Untitled

a guest
May 28th, 2015
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.12 KB | None | 0 0
  1. cpw.mods.fml.common.LoaderException: java.lang.RuntimeException: A mod has attempted to assign BlockID mods.railcraft.common.fluids.BlockRailcraftFluidFinite@40250ddd to the Fluid 'steam' but this Fluid has already been linked to BlockID cofh.thermalfoundation.fluid.BlockFluidSteam@5fdebcdb. Configure your mods to prevent this from happening.
  2. at net.minecraftforge.fluids.Fluid.setBlock(Fluid.java:128)
  3. at net.minecraftforge.fluids.BlockFluidBase.<init>(BlockFluidBase.java:66)
  4. at net.minecraftforge.fluids.BlockFluidFinite.<init>(BlockFluidFinite.java:24)
  5. at mods.railcraft.common.fluids.BlockRailcraftFluidFinite.<init>(BlockRailcraftFluidFinite.java:42)
  6. at mods.railcraft.common.fluids.RailcraftFluids$2.makeBlock(RailcraftFluids.java:56)
  7. at mods.railcraft.common.fluids.RailcraftFluids.initBlock(RailcraftFluids.java:123)
  8. at mods.railcraft.common.fluids.RailcraftFluids.init(RailcraftFluids.java:91)
  9. at mods.railcraft.common.fluids.RailcraftFluids.preInitFluids(RailcraftFluids.java:75)
  10. at mods.railcraft.common.modules.ModuleCore.preInit(ModuleCore.java:105)
  11. at mods.railcraft.common.modules.ModuleManager.preInit(ModuleManager.java:237)
  12. at mods.railcraft.common.modules.ModuleManager.preInit(ModuleManager.java:169)
  13. at mods.railcraft.common.core.Railcraft.preInit(Railcraft.java:166)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:483)
  18. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  19. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:483)
  22. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  23. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  24. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  25. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  26. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  27. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  28. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  32. at java.lang.reflect.Method.invoke(Method.java:483)
  33. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  34. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  35. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  36. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  37. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  38. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  39. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
  40. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
  41. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  42. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  43. at net.minecraft.client.main.Main.main(SourceFile:148)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47. at java.lang.reflect.Method.invoke(Method.java:483)
  48. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  49. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  50. Caused by: java.lang.RuntimeException: A mod has attempted to assign BlockID mods.railcraft.common.fluids.BlockRailcraftFluidFinite@40250ddd to the Fluid 'steam' but this Fluid has already been linked to BlockID cofh.thermalfoundation.fluid.BlockFluidSteam@5fdebcdb. Configure your mods to prevent this from happening.
  51. ... 48 more
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- System Details --
  58. Details:
  59. Minecraft Version: 1.7.10
  60. Operating System: Windows 7 (amd64) version 6.1
  61. Java Version: 1.8.0_25, Oracle Corporation
  62. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  63. Memory: 358868088 bytes (342 MB) / 997720064 bytes (951 MB) up to 2863661056 bytes (2731 MB)
  64. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G
  65. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  66. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  67. FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 Optifine OptiFine_1.7.10_HD_B7 42 mods loaded, 42 mods active
  68. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  69. FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized
  70. Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized
  71. appliedenergistics2-core{rv2-stable-1} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  72. CodeChickenCore{1.0.3.26} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  73. NotEnoughItems{1.0.3.56} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.56-universal.jar) Unloaded->Constructed->Pre-initialized
  74. <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  75. bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar) Unloaded->Constructed->Pre-initialized
  76. ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar) Unloaded->Constructed->Pre-initialized
  77. Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar) Unloaded->Constructed->Pre-initialized
  78. appliedenergistics2{rv2-stable-1} [Applied Energistics 2] (appliedenergistics2-rv2-stable-1.jar) Unloaded->Constructed->Pre-initialized
  79. Backpack{2.0.0} [Backpack] (backpack-2.0.0-1.7.x.jar) Unloaded->Constructed->Pre-initialized
  80. CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262 (2).jar) Unloaded->Constructed->Pre-initialized
  81. ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar) Unloaded->Constructed->Pre-initialized
  82. ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar) Unloaded->Constructed->Pre-initialized
  83. BigReactors{0.4.2A} [Big Reactors] (BigReactors-0.4.2A.jar) Unloaded->Constructed->Pre-initialized
  84. BuildCraft|Core{7.0.2} [BuildCraft] (buildcraft-7.0.2.jar) Unloaded->Constructed->Pre-initialized
  85. BuildCraft|Silicon{7.0.2} [BC Silicon] (buildcraft-7.0.2.jar) Unloaded->Constructed->Pre-initialized
  86. BuildCraft|Transport{7.0.2} [BC Transport] (buildcraft-7.0.2.jar) Unloaded->Constructed->Pre-initialized
  87. BuildCraft|Builders{7.0.2} [BC Builders] (buildcraft-7.0.2.jar) Unloaded->Constructed->Pre-initialized
  88. BuildCraft|Robotics{7.0.2} [BC Robotics] (buildcraft-7.0.2.jar) Unloaded->Constructed->Pre-initialized
  89. BuildCraft|Energy{7.0.2} [BC Energy] (buildcraft-7.0.2.jar) Unloaded->Constructed->Pre-initialized
  90. BuildCraft|Factory{7.0.2} [BC Factory] (buildcraft-7.0.2.jar) Unloaded->Constructed->Pre-initialized
  91. CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenters Blocks v3.3.6 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized
  92. kegare.caveworld{1.5.9} [Caveworld] (Caveworld_1.7.10-v1.5.9.jar) Unloaded->Constructed->Pre-initialized
  93. chisel{1.5.6b} [Chisel] (Chisel-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  94. IC2{2.2.718-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.718-experimental.jar) Unloaded->Constructed->Pre-initialized
  95. inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar) Unloaded->Constructed->Pre-initialized
  96. Waila{1.5.4a} [Waila] (Waila-1.5.4a_1.7.10.jar) Unloaded->Constructed->Pre-initialized
  97. JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar) Unloaded->Constructed->Pre-initialized
  98. Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized
  99. NEIAddons{1.12.2.9} [NEI Addons] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized
  100. NEIAddons|Botany{1.12.2.9} [NEI Addons: Botany] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized
  101. NEIAddons|Forestry{1.12.2.9} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized
  102. NEIAddons|CraftingTables{1.12.2.9} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized
  103. NEIAddons|ExNihilo{1.12.2.9} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized
  104. NEIPlugins{1.1.0.9-unofficial} [NEI Plugins Unofficial] (NEIPlugins-MC1.7.10-1.1.0.9-unofficial.jar) Unloaded->Constructed->Pre-initialized
  105. Paintball{1.7.10v1} [Paintball] (Paintball-1.7.10v1.jar) Unloaded->Constructed->Pre-initialized
  106. Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar) Unloaded->Constructed->Errored
  107. TConstruct{1.7.10-1.6.0.build611} [Tinkers' Construct] (TConstruct_mc1.7.10_1.6.0d40.1.jar) Unloaded->Constructed->Pre-initialized
  108. ThermalDynamics{1.7.10R1.0.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.0.0-122.jar) Unloaded->Constructed->Pre-initialized
  109. TwilightForest{2.2.3} [The Twilight Forest] (Twilight-Forest-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized
  110. AE2 Version: stable rv2-stable-1 for Forge 10.13.2.1291
  111. CoFHCore: -[1.7.10]3.0.2-262
  112. ThermalFoundation: -[1.7.10]1.0.0-81
  113. ThermalExpansion: -[1.7.10]4.0.1-182
  114. Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
  115. TConstruct Environment: Environment healthy.
  116. ThermalDynamics: -[1.7.10]1.0.0-122
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement