Advertisement
TrapStoner

Another ForgeMultipart-related crash

Mar 23rd, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.78 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  5. Brandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar)
  6. OFMDepLoader (OpenFM-1.9.4-0.1.0.22.jar)
  7. UnborkedPlugin (unborked-1.10.2-1.80pr0-1.0.5.jar)
  8. ChiselCorePlugin (Chisel-MC1.10.2-0.0.8.13.jar)
  9. ForgelinPlugin (Forgelin-1.4.0.jar)
  10. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  11. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
  12. IC2core (industrialcraft-2-2.6.142-ex110.jar)
  13. NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.204-universal.jar)
  14. CorePlugin (MrTJPCore-1.10.2-2.0.0.14-universal.jar)
  15. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  16. CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)
  17. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  18. EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
  19. SFRCore (SolarFluxReborn_1.10.2-2.13r.jar)
  20. LoadingPlugin (Quark-r1.1-70.jar)
  21. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta2-anarchy.jar)
  22. RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
  23. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  24. FMLPlugin (InventoryTweaks-1.61-58.jar)
  25. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  26. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
  27. TweaksLoadingPlugin (CCTweaks-1.10.2-1.3.3.jar)
  28. Contact their authors BEFORE contacting forge
  29.  
  30. // You're mean.
  31.  
  32. Time: 3/23/17 7:06 PM
  33. Description: Exception ticking world
  34.  
  35. java.lang.RuntimeException: class codechicken.multipart.handler.MultipartSaveLoad$TileNBTContainer is missing a mapping! This is a bug!
  36. at net.minecraft.tileentity.TileEntity.func_189516_d(TileEntity.java:81)
  37. at net.minecraft.tileentity.TileEntity.func_189517_E_(TileEntity.java:209)
  38. at net.minecraft.network.play.server.SPacketChunkData.<init>(SourceFile:52)
  39. at net.minecraft.server.management.PlayerChunkMapEntry.func_187280_d(PlayerChunkMapEntry.java:254)
  40. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:115)
  41. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222)
  42. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
  43. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  44. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  45. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  46. at java.lang.Thread.run(Unknown Source)
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- Head --
  53. Thread: Server thread
  54. Stacktrace:
  55. at net.minecraft.tileentity.TileEntity.func_189516_d(TileEntity.java:81)
  56. at net.minecraft.tileentity.TileEntity.func_189517_E_(TileEntity.java:209)
  57. at net.minecraft.network.play.server.SPacketChunkData.<init>(SourceFile:52)
  58. at net.minecraft.server.management.PlayerChunkMapEntry.func_187280_d(PlayerChunkMapEntry.java:254)
  59. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:115)
  60. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:222)
  61.  
  62. -- Affected level --
  63. Details:
  64. Level name: world
  65. All players: 2 total; [EntityPlayerMP['danail23'/888, l='world', x=-28.35, y=75.00, z=411.55], EntityPlayerMP['spike328'/4364, l='world', x=-37.96, y=75.00, z=399.68]]
  66. Chunk stats: ServerChunkCache: 574 Drop: 0
  67. Level seed: 3465186900856694723
  68. Level generator: ID 00 - default, ver 1. Features enabled: true
  69. Level generator options:
  70. Level spawn location: World: (16,64,252), Chunk: (at 0,4,12 in 1,15; contains blocks 16,0,240 to 31,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  71. Level time: 368613 game time, 239427 day time
  72. Level dimension: 0
  73. Level storage version: 0x04ABD - Anvil
  74. Level weather: Rain time: 121281 (now: false), thunder time: 175400 (now: false)
  75. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  76. Stacktrace:
  77. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
  78. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  79. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  80. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  81. at java.lang.Thread.run(Unknown Source)
  82.  
  83. -- System Details --
  84. Details:
  85. Minecraft Version: 1.10.2
  86. Operating System: Windows 10 (amd64) version 10.0
  87. Java Version: 1.8.0_121, Oracle Corporation
  88. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  89. Memory: 4318744848 bytes (4118 MB) / 6150946816 bytes (5866 MB) up to 6150946816 bytes (5866 MB)
  90. JVM Flags: 2 total; -Xmx6G -Xms6G
  91. IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
  92. FML: MCP 9.32 Powered by Forge 12.18.3.2254 179 mods loaded, 179 mods active
  93. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  94. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  95. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2254-universal.jar)
  96. UCHIJAAAA Forge{12.18.3.2254} [Minecraft Forge] (forge-1.10.2-12.18.3.2254-universal.jar)
  97. UCHIJAAAA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
  98. UCHIJAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.1.jar)
  99. UCHIJAAAA NotEnoughItems{2.1.3.204} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.204-universal.jar)
  100. UCHIJAAAA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
  101. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  102. UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
  103. UCHIJAAAA unborked_core{1.0.5} [Unborked Core] (minecraft.jar)
  104. UCHIJAAAA <CCTweaks ASM>{1.3.3} [<CCTweaks ASM>] (minecraft.jar)
  105. UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  106. UCHIJAAAA cofhcore{4.1.1} [CoFH Core] (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  107. UCHIJAAAA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
  108. UCHIJAAAA IC2{2.6.142-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.142-ex110.jar)
  109. UCHIJAAAA advanced_machines{60.0.1} [Advanced Machines] (Advanced Machines-60.0.1.jar)
  110. UCHIJAAAA advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar)
  111. UCHIJAAAA appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
  112. UCHIJAAAA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
  113. UCHIJAAAA ae2stuff{0.6.0.9} [AE2 Stuff] (ae2stuff-0.6.0.9-mc1.10.2.jar)
  114. UCHIJAAAA architecturecraft{1.7.1} [ArchitectureCraft] (ArchitectureCraft-1.7.1-mc1.10.2.jar)
  115. UCHIJAAAA Aroma1997CoreHelper{1.1.1.1} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.1.jar)
  116. UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.6.jar)
  117. UCHIJAAAA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
  118. UCHIJAAAA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
  119. UCHIJAAAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
  120. UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  121. UCHIJAAAA Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar)
  122. UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
  123. UCHIJAAAA BiblioCraft{2.2.1} [BiblioCraft] (BiblioCraft[v2.2.1][MC1.10.2].jar)
  124. UCHIJAAAA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
  125. UCHIJAAAA JEI{3.14.7.416} [Just Enough Items] (jei_1.10.2-3.14.7.416.jar)
  126. UCHIJAAAA BloodMagic{1.10.2-2.1.7-76} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.7-76.jar)
  127. UCHIJAAAA BloodArsenal{1.10.2-2.0.1-17} [Blood Arsenal] (BloodArsenal-1.10.2-2.0.1-17.jar)
  128. UCHIJAAAA bookshelf{1.4.3.338} [Bookshelf] (Bookshelf-1.10.2-1.4.3.338.jar)
  129. UCHIJAAAA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
  130. UCHIJAAAA CodeChickenLib{2.5.7.241} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  131. UCHIJAAAA brandonscore{2.1.4} [Brandon's Core] (BrandonsCore-1.10.2-2.1.4.92-universal.jar)
  132. UCHIJAAAA ComputerCraft{1.80pr0} [ComputerCraft] (ComputerCraft1.80pr0.jar)
  133. UCHIJAAAA cctweaks{1.3.3} [CCTweaks] (CCTweaks-1.10.2-1.3.3.jar)
  134. UCHIJAAAA ceramics{1.10.2-1.1.5} [Ceramics] (Ceramics-1.10.2-1.1.5.jar)
  135. UCHIJAAAA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
  136. UCHIJAAAA ChestTransporter{2.5.9} [Chest Transporter] (ChestTransporter-1.10.2-2.5.9.jar)
  137. UCHIJAAAA chisel{MC1.10.2-0.0.8.13} [Chisel] (Chisel-MC1.10.2-0.0.8.13.jar)
  138. UCHIJAAAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
  139. UCHIJAAAA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
  140. UCHIJAAAA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
  141. UCHIJAAAA clipboard{@VERSION@} [Clipboard] (Clipboard-1.10.2-1.1.1.jar)
  142. UCHIJAAAA CodeChickenCore{2.4.0.101} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.0.101-universal.jar)
  143. UCHIJAAAA compactsolars{1.10.2-5.0.8.331} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.8.331-universal.jar)
  144. UCHIJAAAA cookingforblockheads{4.2.39} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.39.jar)
  145. UCHIJAAAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.24.jar)
  146. UCHIJAAAA MineTweaker3{3.0.24} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.24.jar)
  147. UCHIJAAAA darkutils{1.1.7.111} [Dark Utilities] (DarkUtilities-1.10.2-1.1.7.111.jar)
  148. UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.6.1_1.10.2.jar)
  149. UCHIJAAAA props{2.3.6.1} [Decocraft] (Decocraft-2.3.6.1_1.10.2.jar)
  150. UCHIJAAAA forestry{5.2.17.368} [Forestry] (forestry_1.10.2-5.2.17.368.jar)
  151. UCHIJAAAA eleccore{1.7.409} [ElecCore] (ElecCore-1.10.2-1.7.409.jar)
  152. UCHIJAAAA EnderStorage{2.2.1.103} [EnderStorage] (EnderStorage-1.10.2-2.2.1.103-universal.jar)
  153. UCHIJAAAA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
  154. UCHIJAAAA deepresonance{1.4.6} [DeepResonance] (deepresonance-1.1x-1.4.6.jar)
  155. UCHIJAAAA draconicevolution{2.0.8} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.8.177-universal.jar)
  156. UCHIJAAAA StorageDrawers{1.10.2-3.6.1} [Storage Drawers] (StorageDrawers-1.10.2-3.6.1.jar)
  157. UCHIJAAAA bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar)
  158. UCHIJAAAA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
  159. UCHIJAAAA embers{0.104} [Embers] (embers-0.104.jar)
  160. UCHIJAAAA endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar)
  161. UCHIJAAAA EnderIO{1.10.2-3.1.179} [Ender IO] (EnderIO-1.10.2-3.1.179.jar)
  162. UCHIJAAAA engineersworkshop{1.2.1-1.10.2} [Engineer's Workshop] (EngineersWorkshop-1.2.1-1.10.2.jar)
  163. UCHIJAAAA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
  164. UCHIJAAAA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
  165. UCHIJAAAA etlunar{1.10.2-0.10.6a} [ET Lunar] (etlunar-1.10.2-0.10.6a.jar)
  166. UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.3.3.jar)
  167. UCHIJAAAA zerocore{1.10.2-0.1.0.4} [Zero CORE] (zerocore-1.10.2-0.1.0.4.jar)
  168. UCHIJAAAA bigreactors{1.10.2-0.4.5.27} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.27.jar)
  169. UCHIJAAAA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
  170. UCHIJAAAA sonarcore{3.2.6} [SonarCore] (SonarCore-1.10.2-3.2.6.jar)
  171. UCHIJAAAA fluxnetworks{1.1.8} [FluxNetworks] (FluxNetworks-1.10.2-1.1.8.jar)
  172. UCHIJAAAA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.2-beta2-anarchy.jar)
  173. UCHIJAAAA forgelin{1.4.0} [Forgelin] (Forgelin-1.4.0.jar)
  174. UCHIJAAAA forgemultipartcbe{2.0.0.29} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar)
  175. UCHIJAAAA microblockcbe{2.0.0.29} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar)
  176. UCHIJAAAA minecraftmultipartcbe{2.0.0.29} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar)
  177. UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.4.4.jar)
  178. UCHIJAAAA ftbtweaks{2.0.0} [FTB Tweaks] (FTBTweaks-2.0.0.jar)
  179. UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.4.3.jar)
  180. UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.10.2-alpha-0.0.3.jar)
  181. UCHIJAAAA Funnels{1.1.2} [Funnels] (Funnels-1.10.2-1.1.2.jar)
  182. UCHIJAAAA gendustry{1.6.5.30} [GenDustry] (gendustry-1.6.5.30-mc1.10.2.jar)
  183. UCHIJAAAA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
  184. UCHIJAAAA gravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.jar)
  185. UCHIJAAAA hammercore{1.2.3} [Hammer Core] (HammerCore_1.10.2-1.2.3.jar)
  186. UCHIJAAAA helpfixer{1.0} [HelpFixer] (HelpFixer-1.10.2-1.4.15.jar)
  187. UCHIJAAAA hopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar)
  188. UCHIJAAAA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  189. UCHIJAAAA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar)
  190. UCHIJAAAA theoneprobe{1.4.4} [The One Probe] (theoneprobe-1.1x-1.4.4.jar)
  191. UCHIJAAAA immersiveengineering{0.10-57} [Immersive Engineering] (ImmersiveEngineering-0.10-57.jar)
  192. UCHIJAAAA infinitylib{1.10.2-0.7.0} [InfinityLib] (infinitylib-0.7.0.jar)
  193. UCHIJAAAA LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
  194. UCHIJAAAA InGameInfoXML{2.8.1.89} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.89-universal.jar)
  195. UCHIJAAAA intwheel{1.2.4} [Interaction Wheel] (intwheel-1.1x-1.2.4.jar)
  196. UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  197. UCHIJAAAA ironbackpacks{1.10.2-2.2.23} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.23.jar)
  198. UCHIJAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
  199. UCHIJAAAA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
  200. UCHIJAAAA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
  201. UCHIJAAAA kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar)
  202. UCHIJAAAA boots{1.0} [Long Fall Boots] (LongFallBoots - Hard Mode.jar)
  203. UCHIJAAAA mercurius{1.0.1} [Mercurius] (Mercurius-1.10.2-1.0.2.jar)
  204. UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
  205. UCHIJAAAA modularforcefieldsystem{2.5.0} [Modular ForceField System] (MFFS-1.10.2-3.0.0.0_1.10_655de1f.jar)
  206. UCHIJAAAA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
  207. UCHIJAAAA mob_grinding_utils{0.1.8.16} [mob_grinding_utils] (MobGrindingUtils-0.1.8.16.jar)
  208. UCHIJAAAA mtlib{@VERSION@} [MTLib] (MTLib-1.0.2.jar)
  209. UCHIJAAAA modtweaker{2.0.11} [Mod Tweaker] (ModTweaker2-2.0.11.jar)
  210. UCHIJAAAA railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar)
  211. UCHIJAAAA morebees{1.10.2-1.3.2} [More Bees] (morebees-1.10.2-1.3.2.jar)
  212. UCHIJAAAA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  213. UCHIJAAAA mputils{1.2.5} [ModPack Utilities] (mputils-1.10.2-1.2.6.jar)
  214. UCHIJAAAA mpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar)
  215. UCHIJAAAA MrTJPCoreMod{2.0.0.14} [MrTJPCore] (MrTJPCore-1.10.2-2.0.0.14-universal.jar)
  216. UCHIJAAAA shetiphiancore{3.3.8} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.8.jar)
  217. UCHIJAAAA multistorage{1.2.16} [Multi-Storage] (multistorage-1.10.0-1.2.16.jar)
  218. UCHIJAAAA natura{1.10.2-4.1.0.24} [Natura] (natura-1.10.2-4.1.0.24.jar)
  219. UCHIJAAAA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  220. UCHIJAAAA openfm{0.1.0.22} [OpenFM] (OpenFM-1.9.4-0.1.0.22.jar)
  221. UCHIJAAAA openglider{@VERSION@} [Open Glider] (OpenGlider-1.10.2-0.2.2.jar)
  222. UCHIJAAAA p455w0rdslib{1.0.13} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.13.jar)
  223. UCHIJAAAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
  224. UCHIJAAAA plethora-core{1.1.2} [Plethora Core] (plethora-1.10.2-1.1.2.jar)
  225. UCHIJAAAA plethora{1.1.2} [Plethora] (plethora-1.10.2-1.1.2.jar)
  226. UCHIJAAAA projectred-core{4.8.1.25} [ProjectRed Core] (ProjectRed-1.10.2-4.8.1.25-Base.jar)
  227. UCHIJAAAA projectred-integration{4.8.1.25} [ProjectRed integration] (ProjectRed-1.10.2-4.8.1.25-integration.jar)
  228. UCHIJAAAA projectred-transmission{4.8.1.25} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.1.25-integration.jar)
  229. UCHIJAAAA projectred-illumination{4.8.1.25} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.1.25-lighting.jar)
  230. UCHIJAAAA projectred-expansion{4.8.1.25} [ProjectRed Expansion] (ProjectRed-1.10.2-4.8.1.25-mechanical.jar)
  231. UCHIJAAAA projectred-tansportation{1.0} [projectred-tansportation] (ProjectRed-1.10.2-4.8.1.25-mechanical.jar)
  232. UCHIJAAAA projectred-exploration{4.8.1.25} [ProjectRed Exploration] (ProjectRed-1.10.2-4.8.1.25-world.jar)
  233. UCHIJAAAA reborncore{2.13.5.136} [RebornCore] (RebornCore-1.10.2-2.13.5.136-universal.jar)
  234. UCHIJAAAA quantumstorage{3.2.19} [QuantumStorage] (QuantumStorage-1.10.2-3.2.19.jar)
  235. UCHIJAAAA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
  236. UCHIJAAAA reborncore-mcmultipart{2.13.5.136} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.5.136-universal.jar)
  237. UCHIJAAAA thermalfoundation{2.0.4} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.4.80-universal.jar)
  238. UCHIJAAAA redstonearsenal{2.0.3} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.0.3.29-universal.jar)
  239. UCHIJAAAA refinedrelocation{@VERSION@} [Refined Relocation] (RefinedRelocation-mc1.10.2-2.1.23.jar)
  240. UCHIJAAAA refinedstorage{1.2.24} [Refined Storage] (refinedstorage-1.2.24.jar)
  241. UCHIJAAAA xreliquary{1.10.2-1.3.3.639} [Reliquary] (Reliquary-1.10.2-1.3.3.639.jar)
  242. UCHIJAAAA rftools{5.90} [RFTools] (rftools-1.1x-5.90.jar)
  243. UCHIJAAAA rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar)
  244. UCHIJAAAA rftoolsdim{4.55} [RFTools Dimensions] (rftoolsdim-1.1x-4.55.jar)
  245. UCHIJAAAA roots{0.208} [Roots] (roots-0.208.jar)
  246. UCHIJAAAA Signals{1.0} [Signals] (Signals-1.10.2-0.5.1-universal.jar)
  247. UCHIJAAAA simplevoidworld{1.1.0.4} [SimpleVoidWorld] (Simple-Void-World-1.10.2-1.1.0.4-universal.jar)
  248. UCHIJAAAA simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
  249. UCHIJAAAA simplyjetpacks{2.0.3.26} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.0.3.26.jar)
  250. UCHIJAAAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
  251. UCHIJAAAA snad{1.10.2-1.6.09.20a} [Snad] (Snad-1.10.2-1.6.09.20a.jar)
  252. UCHIJAAAA solarfluxreborn{2.13r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.13r.jar)
  253. UCHIJAAAA stevescarts{2.1.4.83} [Steve's Carts 2] (StevesCarts-1.10.2-2.1.4.83.jar)
  254. UCHIJAAAA storagedrawersextra{1.10-1.1.0} [Storage Drawers Extras] (StorageDrawersExtras-1.10-1.1.0.jar)
  255. UCHIJAAAA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  256. UCHIJAAAA supercraftingframe{1.2.1.88} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.88.jar)
  257. UCHIJAAAA techreborn{2.1.10.207} [TechReborn] (TechReborn-1.10.2-2.1.10.207-universal.jar)
  258. UCHIJAAAA thermalexpansion{5.0.4} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.4.90-universal.jar)
  259. UCHIJAAAA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
  260. UCHIJAAAA topaddons{1.10.2-0.9.1c} [TOP Addons] (topaddons-1.10.2-0.9.1c.jar)
  261. UCHIJAAAA torchmaster{1.0} [TorchMaster] (torchmaster_1.10.2-1.2.0.18.jar)
  262. UCHIJAAAA Translocator{2.1.3.52} [Translocator] (Translocators-1.10.2-2.1.3.52-universal.jar)
  263. UCHIJAAAA unborked{1.0.5} [Unborked] (unborked-1.10.2-1.80pr0-1.0.5.jar)
  264. UCHIJAAAA usefulnullifiers{1.3.4} [Useful Nullifiers] (usefulnullifiers-1.3.4.jar)
  265. UCHIJAAAA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
  266. UCHIJAAAA wcg{1.0.0} [Wireless Crafting Grid] (WirelessCraftingGrid-1.10.2-1.0.0.jar)
  267. UCHIJAAAA wct{0.0.19} [Wireless Crafting Terminal] (WirelessCraftingTerminal-1.10.2-0.0.19.jar)
  268. UCHIJAAAA Woot{1.10.2-1.2.7} [Woot] (woot-1.10.2-1.2.7.jar)
  269. UCHIJAAAA worldedit{6.1.4} [WorldEdit] (worldedit-forge-mc1.10.2-6.1.4-dist.jar)
  270. UCHIJAAAA wrcbe{2.0.0} [WirelessRedstone-CBE] (WR-CBE-1.10.2-2.0.0.18-universal.jar)
  271. UCHIJAAAA yabba{1.10.2-0.3.0} [YABBA] (YABBA-1.10.2-0.4.0.jar)
  272. UCHIJAAAA unidict{1.10.2-2.8} [UniDict] (UniDict-1.10.2-2.8.jar)
  273. Loaded coremods (and transformers):
  274. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  275. codechicken.lib.asm.ClassHeirachyManager
  276. codechicken.lib.asm.CCL_ASMTransformer
  277. Brandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar)
  278. com.brandon3055.brandonscore.asm.ClassTransformer
  279. OFMDepLoader (OpenFM-1.9.4-0.1.0.22.jar)
  280.  
  281. UnborkedPlugin (unborked-1.10.2-1.80pr0-1.0.5.jar)
  282. org.squiddev.unborked.core.UnborkedTransformer
  283. ChiselCorePlugin (Chisel-MC1.10.2-0.0.8.13.jar)
  284. team.chisel.common.asm.ChiselTransformer
  285. ForgelinPlugin (Forgelin-1.4.0.jar)
  286.  
  287. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  288. lumien.resourceloader.asm.ClassTransformer
  289. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
  290. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  291. IC2core (industrialcraft-2-2.6.142-ex110.jar)
  292.  
  293. NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.204-universal.jar)
  294. codechicken.nei.asm.NEITransformer
  295. CorePlugin (MrTJPCore-1.10.2-2.0.0.14-universal.jar)
  296.  
  297. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  298. li.cil.oc.common.asm.ClassTransformer
  299. CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)
  300.  
  301. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  302. net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
  303. EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
  304. com.enderio.core.common.transform.EnderCoreTransformer
  305. SFRCore (SolarFluxReborn_1.10.2-2.13r.jar)
  306. com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
  307. LoadingPlugin (Quark-r1.1-70.jar)
  308. vazkii.quark.base.asm.ClassTransformer
  309. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta2-anarchy.jar)
  310. pl.asie.foamfix.coremod.FoamFixTransformer
  311. RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
  312. reborncore.mixin.transformer.MixinTransformer
  313. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  314. appeng.coremod.transformer.ASMIntegration
  315. FMLPlugin (InventoryTweaks-1.61-58.jar)
  316. invtweaks.forge.asm.ContainerTransformer
  317. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  318. cofh.asm.CoFHClassTransformer
  319. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  320. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
  321. shetiphian.core.asm.ClassTransformer
  322. TweaksLoadingPlugin (CCTweaks-1.10.2-1.3.3.jar)
  323. org.squiddev.cctweaks.core.asm.ASMTransformer
  324. AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
  325. Pulsar/tconstruct loaded Pulses:
  326. - TinkerCommons (Enabled/Forced)
  327. - TinkerWorld (Enabled/Not Forced)
  328. - TinkerTools (Enabled/Not Forced)
  329. - TinkerHarvestTools (Enabled/Forced)
  330. - TinkerMeleeWeapons (Enabled/Forced)
  331. - TinkerRangedWeapons (Enabled/Forced)
  332. - TinkerModifiers (Enabled/Forced)
  333. - TinkerSmeltery (Enabled/Not Forced)
  334. - TinkerGadgets (Enabled/Not Forced)
  335. - TinkerOredict (Enabled/Forced)
  336. - TinkerIntegration (Enabled/Forced)
  337. - TinkerFluids (Enabled/Forced)
  338. - TinkerMaterials (Enabled/Forced)
  339. - TinkerModelRegister (Enabled/Forced)
  340. - chiselsandbitsIntegration (Enabled/Not Forced)
  341. - theoneprobeIntegration (Enabled/Not Forced)
  342.  
  343. Pulsar/natura loaded Pulses:
  344. - NaturaCommons (Enabled/Forced)
  345. - NaturaOverworld (Enabled/Not Forced)
  346. - NaturaNether (Enabled/Not Forced)
  347. - NaturaTools (Enabled/Not Forced)
  348. - NaturaEntities (Enabled/Not Forced)
  349. - NaturaOredict (Enabled/Forced)
  350. - NaturaWorld (Enabled/Not Forced)
  351.  
  352. NotEnoughItems Invalid Fingerprint Reports:
  353. List of loaded APIs:
  354. * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
  355. * appliedenergistics2|API (rv4) from appliedenergistics2-rv4-alpha-11.jar
  356. * Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.9.jar
  357. * bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.27.jar
  358. * BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.7-76.jar
  359. * BotaniaAPI (85) from Botania r1.9-341.jar
  360. * CCTweaks|API (1.3.3) from CCTweaks-1.10.2-1.3.3.jar
  361. * ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.8.13.jar
  362. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.8.13.jar
  363. * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.12.jar
  364. * CoFHAPI (1.8.9R1.2.0B1) from SimplyJetpacks2-1.10.2-2.0.3.26.jar
  365. * cofhapi (1.5.0) from RebornCore-1.10.2-2.13.5.136-universal.jar
  366. * cofhapi|block (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  367. * CoFHAPI|block (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  368. * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  369. * cofhapi|core (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  370. * CoFHAPI|energy (1.8.9R1.2.0B1) from theoneprobe-1.1x-1.4.4.jar
  371. * cofhapi|energy (1.5.0) from ActuallyAdditions-1.10.2-r105.jar
  372. * CoFHAPI|inventory (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  373. * CoFHAPI|item (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  374. * cofhapi|item (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  375. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  376. * cofhapi|tileentity (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  377. * CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  378. * cofhapi|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  379. * cofhlib (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  380. * cofhlib|audio (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  381. * cofhlib|gui (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  382. * cofhlib|gui|container (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  383. * cofhlib|gui|element (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  384. * cofhlib|gui|element|listbox (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  385. * cofhlib|gui|slot (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  386. * cofhlib|inventory (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  387. * cofhlib|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  388. * cofhlib|util|helpers (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  389. * cofhlib|world (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  390. * cofhlib|world|feature (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  391. * compatlayer (0.2.5) from compatlayer-1.10-0.2.5.jar
  392. * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  393. * ComputerCraft|API|FileSystem (1.80pr0) from ComputerCraft1.80pr0.jar
  394. * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  395. * ComputerCraft|API|Media (1.80pr0) from ComputerCraft1.80pr0.jar
  396. * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  397. * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  398. * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  399. * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  400. * CSLib|API (0.3.0) from Decocraft-2.3.6.1_1.10.2.jar
  401. * DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.6.jar
  402. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.8.177-universal.jar
  403. * ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.409.jar
  404. * ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.409.jar
  405. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.179.jar
  406. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.179.jar
  407. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.179.jar
  408. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.179.jar
  409. * environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
  410. * fluxapi (1.0) from FluxNetworks-1.10.2-1.1.8.jar
  411. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.368.jar
  412. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.368.jar
  413. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.368.jar
  414. * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.368.jar
  415. * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.368.jar
  416. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.368.jar
  417. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.368.jar
  418. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.368.jar
  419. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.368.jar
  420. * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.368.jar
  421. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.368.jar
  422. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.368.jar
  423. * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.368.jar
  424. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.368.jar
  425. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.368.jar
  426. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.368.jar
  427. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.368.jar
  428. * funkylocomotion_api (2.0) from funky-locomotion-1.10.2-alpha-0.0.3.jar
  429. * gendustryAPI (2.3.0) from gendustry-1.6.5.30-mc1.10.2.jar
  430. * Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
  431. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-57.jar
  432. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-57.jar
  433. * intwheel_api (1.2.4) from intwheel-1.1x-1.2.4.jar
  434. * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.23.jar
  435. * jeresources|API (0.5.8.98) from JustEnoughResources-1.10.2-0.5.8.98.jar
  436. * journeymap|client-api (1.3) from journeymap-1.10.2-5.4.6.jar
  437. * journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.6.jar
  438. * journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.6.jar
  439. * journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.6.jar
  440. * journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.6.jar
  441. * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.416.jar
  442. * mcjtylib_ng (2.3.11) from mcjtylib-1.1x-2.3.11.jar
  443. * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.10.2.jar
  444. * Open Glider|API (0.1) from OpenGlider-1.10.2-0.2.2.jar
  445. * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  446. * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  447. * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  448. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  449. * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  450. * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  451. * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  452. * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  453. * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  454. * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  455. * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  456. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.10.2-1.0.13.jar
  457. * PsiAPI (2) from Psi-r1.0-42.jar
  458. * railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  459. * RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  460. * RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  461. * RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  462. * RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  463. * RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  464. * RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  465. * RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  466. * RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  467. * RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  468. * RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  469. * RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  470. * reborncoreAPI (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  471. * reborncoreAPI|Fuel (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  472. * reborncoreAPI|Power (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  473. * reborncoreAPI|Recipe (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  474. * reborncoreAPI|Tile (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  475. * RefinedRelocationAPI (2.0.0) from RefinedRelocation-mc1.10.2-2.1.23.jar
  476. * stevescartsAPI (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
  477. * stevescartsAPI|FARMS (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
  478. * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.24.jar
  479. * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.24.jar
  480. * StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.jar
  481. * StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.jar
  482. * StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.jar
  483. * StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.jar
  484. * StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.jar
  485. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.24.jar
  486. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.24.jar
  487. * techrebornAPI (2.1.10.207) from TechReborn-1.10.2-2.1.10.207-universal.jar
  488. * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.4.jar
  489. * valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
  490. * wct|API (1.10.2-rv4-1.0.0b) from WirelessCraftingTerminal-1.10.2-0.0.19.jar
  491. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  492. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  493. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  494. CodeChickenLib Invalid Fingerprint Reports:
  495. CodeChickenCore Invalid Fingerprint Reports:
  496. EnderStorage Invalid Fingerprint Reports:
  497. EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
  498. * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/C:/Users/test/Desktop/1.10.2%20mods%20test/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/CoFHAPIProps.class).
  499. Ender IO needs at least 1.4.0 and will NOT work with older versions.
  500. This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  501. Detailed RF API diagnostics:
  502. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/test/Desktop/1.10.2%20mods%20test/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/EnergyStorage.class
  503. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/test/Desktop/1.10.2%20mods%20test/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyConnection.class
  504. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/test/Desktop/1.10.2%20mods%20test/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  505. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/test/Desktop/1.10.2%20mods%20test/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyHandler.class
  506. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/test/Desktop/1.10.2%20mods%20test/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyProvider.class
  507. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/test/Desktop/1.10.2%20mods%20test/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  508. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/test/Desktop/1.10.2%20mods%20test/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyStorage.class
  509. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/test/Desktop/1.10.2%20mods%20test/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  510. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/test/Desktop/1.10.2%20mods%20test/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  511. Detailed Tesla API diagnostics:
  512. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  513. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  514. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  515. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  516. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  517. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  518. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  519. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  520. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  521. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  522. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  523.  
  524. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  525. !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  526. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  527.  
  528. RebornCore:
  529. Plugin Engine: 0
  530. RebornCore Version: 2.13.5.136
  531. Mixin Status: 1
  532. Runtime Debofucsation 1
  533. Translocator Invalid Fingerprint Reports:
  534. AE2 Integration: IC2:ON, RC:OFF, RF:OFF, RFItem:OFF, MFR:OFF, Waila:OFF, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON
  535. Profiler Position: N/A (disabled)
  536. Player Count: 2 / 20; [EntityPlayerMP['danail23'/888, l='world', x=-28.35, y=75.00, z=411.55], EntityPlayerMP['spike328'/4364, l='world', x=-37.96, y=75.00, z=399.68]]
  537. Is Modded: Definitely; Server brand changed to 'fml,forge'
  538. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement