derpyninja476

Crash report

Feb 17th, 2018
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.47 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  5. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
  6. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  7. NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  8. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  9. AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
  10. Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
  11. IC2core (industrialcraft-2-2.6.252-ex110.jar)
  12. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  13. LoadingPlugin (Quark-r1.1-70.jar)
  14. RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  15. AppleCore (AppleCore-mc1.10.2-3.1.1.jar)
  16. Plugin (NotEnoughIDs-1.5.3.1.jar)
  17. CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
  18. Contact their authors BEFORE contacting forge
  19.  
  20. // Oops.
  21.  
  22. Time: 2/17/18 12:39 PM
  23. Description: Updating screen events
  24.  
  25. java.lang.NoSuchMethodError: p455w0rd.wct.api.IWCTItems.wirelessCraftingTerminal()Lp455w0rd/wct/api/IWCTItem;
  26. at extracells.integration.WirelessCrafting.WirelessCrafting$.getCraftingTerminal(WirelessCrafting.scala:25)
  27. at extracells.util.UniversalTerminal$.<init>(UniversalTErminal.scala:41)
  28. at extracells.util.UniversalTerminal$.<clinit>(UniversalTErminal.scala)
  29. at extracells.util.recipe.RecipeUniversalTerminal$$anonfun$matches$1.apply$mcVI$sp(RecipeUniversalTerminal.scala:42)
  30. at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
  31. at extracells.util.recipe.RecipeUniversalTerminal$.func_77569_a(RecipeUniversalTerminal.scala:30)
  32. at net.minecraft.item.crafting.CraftingManager.func_82787_a(SourceFile:1234)
  33. at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:95)
  34. at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:88)
  35. at net.minecraft.inventory.Slot.func_75215_d(Slot.java:72)
  36. at net.minecraft.inventory.Container.func_184996_a(Container.java:302)
  37. at net.minecraft.client.multiplayer.PlayerControllerMP.func_187098_a(PlayerControllerMP.java:550)
  38. at net.minecraft.client.gui.inventory.GuiContainer.func_184098_a(GuiContainer.java:630)
  39. at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:596)
  40. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:558)
  41. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:517)
  42. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1700)
  43. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
  44. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
  45. at net.minecraft.client.main.Main.main(SourceFile:124)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  49. at java.lang.reflect.Method.invoke(Method.java:483)
  50. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  51. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- Head --
  58. Thread: Client thread
  59. Stacktrace:
  60. at extracells.integration.WirelessCrafting.WirelessCrafting$.getCraftingTerminal(WirelessCrafting.scala:25)
  61. at extracells.util.UniversalTerminal$.<init>(UniversalTErminal.scala:41)
  62. at extracells.util.UniversalTerminal$.<clinit>(UniversalTErminal.scala)
  63. at extracells.util.recipe.RecipeUniversalTerminal$$anonfun$matches$1.apply$mcVI$sp(RecipeUniversalTerminal.scala:42)
  64. at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
  65. at extracells.util.recipe.RecipeUniversalTerminal$.func_77569_a(RecipeUniversalTerminal.scala:30)
  66. at net.minecraft.item.crafting.CraftingManager.func_82787_a(SourceFile:1234)
  67. at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:95)
  68. at net.minecraft.inventory.InventoryCrafting.func_70299_a(SourceFile:88)
  69. at net.minecraft.inventory.Slot.func_75215_d(Slot.java:72)
  70. at net.minecraft.inventory.Container.func_184996_a(Container.java:302)
  71. at net.minecraft.client.multiplayer.PlayerControllerMP.func_187098_a(PlayerControllerMP.java:550)
  72. at net.minecraft.client.gui.inventory.GuiContainer.func_184098_a(GuiContainer.java:630)
  73. at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:596)
  74. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:558)
  75. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:517)
  76.  
  77. -- Affected screen --
  78. Details:
  79. Screen name: net.minecraft.client.gui.inventory.GuiInventory
  80.  
  81. -- Affected level --
  82. Details:
  83. Level name: MpServer
  84. All players: 1 total; [EntityPlayerSP['DerpyNinja476'/375, l='MpServer', x=166.22, y=75.00, z=238.99]]
  85. Chunk stats: MultiplayerChunkCache: 49, 49
  86. Level seed: 0
  87. Level generator: ID 00 - default, ver 1. Features enabled: false
  88. Level generator options:
  89. Level spawn location: World: (184,64,252), Chunk: (at 8,4,12 in 11,15; contains blocks 176,0,240 to 191,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  90. Level time: 28533 game time, 28533 day time
  91. Level dimension: 0
  92. Level storage version: 0x00000 - Unknown?
  93. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  94. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  95. Forced entities: 25 total; [EntityItem['item.item.feather'/450, l='MpServer', x=137.55, y=77.00, z=259.32], EntityItem['item.item.egg'/456, l='MpServer', x=183.48, y=72.00, z=234.91], EntityChicken['Chicken'/201, l='MpServer', x=172.55, y=70.00, z=220.87], EntityItem['item.item.egg'/214, l='MpServer', x=179.30, y=72.00, z=268.98], EntityItem['item.item.feather'/471, l='MpServer', x=164.26, y=74.00, z=226.86], EntityLatchedRenderer['unknown'/415, l='MpServer', x=166.22, y=75.00, z=238.99], EntityBat['Bat'/479, l='MpServer', x=190.04, y=22.05, z=259.75], EntityChicken['Chicken'/160, l='MpServer', x=136.42, y=75.00, z=264.05], EntityItem['item.item.egg'/162, l='MpServer', x=139.65, y=78.00, z=256.74], EntityChicken['Chicken'/163, l='MpServer', x=137.06, y=77.00, z=259.50], EntityChicken['Chicken'/164, l='MpServer', x=141.39, y=79.00, z=261.13], EntityBat['Bat'/487, l='MpServer', x=178.13, y=13.08, z=260.99], EntityBat['Bat'/488, l='MpServer', x=183.61, y=17.55, z=254.89], EntityBat['Bat'/489, l='MpServer', x=143.61, y=16.57, z=250.22], EntityBat['Bat'/492, l='MpServer', x=149.75, y=16.07, z=254.11], EntityItem['item.item.egg'/433, l='MpServer', x=137.87, y=77.00, z=259.29], EntityBat['Bat'/498, l='MpServer', x=196.25, y=20.00, z=247.25], EntityItem['item.item.egg'/502, l='MpServer', x=136.02, y=75.00, z=264.07], EntityPlayerSP['DerpyNinja476'/375, l='MpServer', x=166.22, y=75.00, z=238.99], EntityBat['Bat'/504, l='MpServer', x=168.32, y=15.00, z=250.68], EntityLatchedRenderer['unknown'/377, l='MpServer', x=8.50, y=65.00, z=8.50], EntityLatchedRenderer['unknown'/378, l='MpServer', x=166.22, y=75.00, z=238.99], EntityChicken['Chicken'/189, l='MpServer', x=150.52, y=76.00, z=223.85], EntityItem['item.item.egg'/190, l='MpServer', x=155.88, y=73.00, z=225.13], EntityChicken['Chicken'/191, l='MpServer', x=147.17, y=80.00, z=255.50]]
  96. Retry entities: 2 total; [EntityLatchedRenderer['unknown'/377, l='MpServer', x=8.50, y=65.00, z=8.50], EntityLatchedRenderer['unknown'/378, l='MpServer', x=166.22, y=75.00, z=238.99]]
  97. Server brand: fml,forge
  98. Server type: Integrated singleplayer server
  99. Stacktrace:
  100. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:529)
  101. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  102. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
  103. at net.minecraft.client.main.Main.main(SourceFile:124)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  105. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  106. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  107. at java.lang.reflect.Method.invoke(Method.java:483)
  108. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  109. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  110.  
  111. -- System Details --
  112. Details:
  113. Minecraft Version: 1.10.2
  114. Operating System: Windows 10 (amd64) version 10.0
  115. Java Version: 1.8.0_25, Oracle Corporation
  116. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  117. Memory: 3228595912 bytes (3079 MB) / 5435817984 bytes (5184 MB) up to 7516192768 bytes (7168 MB)
  118. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
  119. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  120. FML: MCP 9.32 Powered by Forge 12.18.3.2511 Optifine OptiFine_1.10.2_HD_U_E7 95 mods loaded, 95 mods active
  121. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  122. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  123. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2511.jar)
  124. UCHIJAAAA Forge{12.18.3.2511} [Minecraft Forge] (forge-1.10.2-12.18.3.2511.jar)
  125. UCHIJAAAA appliedenergistics2-core{rv4-stable-1} [Applied Energistics 2 Core] (minecraft.jar)
  126. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  127. UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  128. UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
  129. UCHIJAAAA cofhcore{4.1.12} [CoFH Core] (CoFHCore-1.10.2-4.1.12.17-universal.jar)
  130. UCHIJAAAA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
  131. UCHIJAAAA appliedenergistics2{rv4-stable-1} [Applied Energistics 2] (appliedenergistics2-rv4-stable-1.jar)
  132. UCHIJAAAA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
  133. UCHIJAAAA ae2stuff{0.6.0.9} [AE2 Stuff] (ae2stuff-0.6.0.9-mc1.10.2.jar)
  134. UCHIJAAAA Baubles{1.3.13} [Baubles] (Baubles-1.10.2-1.3.13.jar)
  135. UCHIJAAAA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
  136. UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.7.4.jar)
  137. UCHIJAAAA flyringbaublemod{0.2.4_1.10.2-d71eb9e} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.4.19+d71eb9e.jar)
  138. UCHIJAAAA AppleCore{3.1.1} [AppleCore] (AppleCore-mc1.10.2-3.1.1.jar)
  139. UCHIJAAAA appleskin{1.0.9} [AppleSkin] (AppleSkin-mc1.10.2-1.0.9.jar)
  140. UCHIJAAAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
  141. UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  142. UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
  143. UCHIJAAAA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
  144. UCHIJAAAA CodeChickenLib{2.5.9.320} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  145. UCHIJAAAA brandonscore{2.1.14} [Brandon's Core] (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
  146. UCHIJAAAA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
  147. UCHIJAAAA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
  148. UCHIJAAAA ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar)
  149. UCHIJAAAA ctm{MC1.10.2-0.2.3.26} [CTM] (CTM-MC1.10.2-0.2.3.26.jar)
  150. UCHIJAAAA chisel{MC1.10.2-0.1.1.39} [Chisel] (Chisel-MC1.10.2-0.1.1.39.jar)
  151. UCHIJAAAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
  152. UCHIJAAAA chiselsandbits{12.17} [Chisels & Bits] (chiselsandbits-12.17.jar)
  153. UCHIJAAAA IC2{2.6.252-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.252-ex110.jar)
  154. UCHIJAAAA compactsolars{1.10.2-5.0.12.336} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.12.336-universal.jar)
  155. UCHIJAAAA darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar)
  156. UCHIJAAAA draconicevolution{2.1.8} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.8.273-universal.jar)
  157. UCHIJAAAA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
  158. UCHIJAAAA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
  159. UCHIJAAAA EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar)
  160. UCHIJAAAA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
  161. UCHIJAAAA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
  162. UCHIJAAAA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
  163. UCHIJAAAA ExtraBitManipulation{1.10.2-2.5.1} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.5.1.jar)
  164. UCHIJAAAA extracells{1.10.2-2.4.4a15} [Extra Cells 2] (ExtraCells-1.10.2-2.4.4a15.jar)
  165. UCHIJAAAA zerocore{1.10.2-0.1.1.1} [Zero CORE] (zerocore-1.10.2-0.1.1.1.jar)
  166. UCHIJAAAA bigreactors{1.10.2-0.4.5.46} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.46.jar)
  167. UCHIJAAAA FastLeaveDecay{1.2.3} [Fast Leave Decay] (FastLeaveDecay-MC1.10.2-1.2.3.jar)
  168. UCHIJAAAA sonarcore{3.3.0} [SonarCore] (SonarCore-1.10.2-3.3.0.jar)
  169. UCHIJAAAA fluxnetworks{1.2.8} [FluxNetworks] (FluxNetworks-1.10.2-1.2.8.jar)
  170. UCHIJAAAA advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar)
  171. UCHIJAAAA gravestone{1.5.13} [Gravestone Mod] (gravestone-1.5.13.jar)
  172. UCHIJAAAA ichunutil{6.5.0} [iChunUtil] (iChunUtil-1.10.2-6.5.0.jar)
  173. UCHIJAAAA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  174. UCHIJAAAA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
  175. UCHIJAAAA theoneprobe{1.4.19} [The One Probe] (theoneprobe-1.1x-1.4.19.jar)
  176. UCHIJAAAA immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar)
  177. UCHIJAAAA immersivepetroleum{1.1.3} [Immersive Petroleum] (immersivepetroleum-1.10.2-1.1.3.jar)
  178. UCHIJAAAA inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar)
  179. UCHIJAAAA ironbackpacks{1.10.2-2.2.33} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.33.jar)
  180. UCHIJAAAA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
  181. UCHIJAAAA jeiintegration{1.2.0.19} [JEI Integration] (jeiintegration_1.10.2-1.2.0.19.jar)
  182. UCHIJAAAA journeymap{1.10.2-5.5.2} [JourneyMap] (journeymap-1.10.2-5.5.2.jar)
  183. UCHIJAAAA jeresources{0.5.9.3} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.9.3.jar)
  184. UCHIJAAAA llor{1.1.0-mc[1.9-1.10.2]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.0-mc[1.9-1.10.2].jar)
  185. UCHIJAAAA mob_grinding_utils{0.1.8.22} [mob_grinding_utils] (MobGrindingUtils-0.1.8.22.jar)
  186. UCHIJAAAA moreoverlays{1.11} [MoreOverlays] (moreoverlays-1.11-mc1.10.2.jar)
  187. UCHIJAAAA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  188. UCHIJAAAA mysticalagriculture{1.5.10} [Mystical Agriculture] (mysticalagriculture-1.10.2-1.5.10.jar)
  189. UCHIJAAAA mysticalagradditions{1.0.4} [Mystical Agradditions] (mysticalagradditions-1.10.2-1.0.4.jar)
  190. UCHIJAAAA netherportalfix{1.0} [NetherPortalFix] (NetherPortalFix_1.10.2-3.3.7.jar)
  191. UCHIJAAAA nmsot{1.2.0-mc1.10.2} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.2.0-mc1.10.2.jar)
  192. UCHIJAAAA neid{1.5.3.1} [NotEnoughIDs] (NotEnoughIDs-1.5.3.1.jar)
  193. UCHIJAAAA notenoughwands{1.4.0} [Not Enough Wands] (notenoughwands-1.10-1.4.0.jar)
  194. UCHIJAAAA p455w0rdslib{1.0.30} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.30.jar)
  195. UCHIJAAAA reborncore{2.13.6.142} [RebornCore] (RebornCore-1.10.2-2.13.6.142-universal.jar)
  196. UCHIJAAAA quantumstorage{3.3.6} [QuantumStorage] (QuantumStorage-1.10.2-3.3.6.jar)
  197. UCHIJAAAA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
  198. UCHIJAAAA reauth{3.5.2} [ReAuth] (ReAuth-3.5.2.jar)
  199. UCHIJAAAA reborncore-mcmultipart{2.13.6.142} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.6.142-universal.jar)
  200. UCHIJAAAA redstonearsenal{2.1.3} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.1.3.8-universal.jar)
  201. UCHIJAAAA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar)
  202. UCHIJAAAA StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar)
  203. UCHIJAAAA refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar)
  204. UCHIJAAAA rftools{7.16} [RFTools] (rftools-1.1x-7.16.jar)
  205. UCHIJAAAA rftoolsdim{4.45} [RFTools Dimensions] (rftoolsdim-1.10-4.45.jar)
  206. UCHIJAAAA simplyjetpacks{2.1.3.55} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.3.55.jar)
  207. UCHIJAAAA snad{1.10.2-1.6.09.20a} [Snad] (Snad-1.10.2-1.6.09.20a.jar)
  208. UCHIJAAAA storagedrawersextra{1.10-1.1.0} [Storage Drawers Extras] (StorageDrawersExtras-1.10-1.1.0.jar)
  209. UCHIJAAAA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  210. UCHIJAAAA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
  211. UCHIJAAAA tp{1.2.5} [Tiny Progressions] (tinyprogressions-1.10.2-1.2.6.jar)
  212. UCHIJAAAA VeinMiner{0.38.2_1.9-127e28f} [Vein Miner] (VeinMiner-1.9-0.38.2.624+127e28f.jar)
  213. UCHIJAAAA VeinMinerModSupport{0.38.2_1.9-127e28f} [Mod Support] (VeinMiner-1.9-0.38.2.624+127e28f.jar)
  214. UCHIJAAAA wct{2.1.41} [Wireless Crafting Terminal 2] (WirelessCraftingTerminal-1.10.2-2.1.41.jar)
  215. UCHIJAAAA Woot{1.10.2-1.4.1} [Woot] (woot-1.10.2-1.4.1.jar)
  216. UCHIJAAAA xnet{1.5.0} [XNet] (xnet-1.5.0.jar)
  217. Loaded coremods (and transformers):
  218. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  219. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  220. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
  221. cofh.asm.CoFHClassTransformer
  222. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  223. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  224. invtweaks.forge.asm.ContainerTransformer
  225. NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  226. net.fybertech.nwr.NWRTransformer
  227. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  228. com.enderio.core.common.transform.EnderCoreTransformer
  229. AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
  230. appeng.coremod.transformer.IntegrationTransformer
  231. Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
  232. com.brandon3055.brandonscore.asm.ClassTransformer
  233. IC2core (industrialcraft-2-2.6.252-ex110.jar)
  234.  
  235. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.320-universal.jar)
  236. codechicken.lib.asm.ClassHeirachyManager
  237. codechicken.lib.asm.CCL_ASMTransformer
  238. LoadingPlugin (Quark-r1.1-70.jar)
  239. vazkii.quark.base.asm.ClassTransformer
  240. RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  241. reborncore.mixin.transformer.MixinTransformer
  242. AppleCore (AppleCore-mc1.10.2-3.1.1.jar)
  243. squeek.applecore.asm.TransformerModuleHandler
  244. Plugin (NotEnoughIDs-1.5.3.1.jar)
  245. ru.fewizz.neid.asm.Transformer
  246. CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
  247. team.chisel.ctm.client.asm.CTMTransformer
  248. GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4358' Renderer: 'Intel(R) HD Graphics'
  249. AE2 Version: stable rv4-stable-1 for Forge 12.18.3.2185
  250. Pulsar/tconstruct loaded Pulses:
  251. - TinkerCommons (Enabled/Forced)
  252. - TinkerWorld (Enabled/Not Forced)
  253. - TinkerTools (Enabled/Not Forced)
  254. - TinkerHarvestTools (Enabled/Forced)
  255. - TinkerMeleeWeapons (Enabled/Forced)
  256. - TinkerRangedWeapons (Enabled/Forced)
  257. - TinkerModifiers (Enabled/Forced)
  258. - TinkerSmeltery (Enabled/Not Forced)
  259. - TinkerGadgets (Enabled/Not Forced)
  260. - TinkerOredict (Enabled/Forced)
  261. - TinkerIntegration (Enabled/Forced)
  262. - TinkerFluids (Enabled/Forced)
  263. - TinkerMaterials (Enabled/Forced)
  264. - TinkerModelRegister (Enabled/Forced)
  265. - chiselsandbitsIntegration (Enabled/Not Forced)
  266. - theoneprobeIntegration (Enabled/Not Forced)
  267.  
  268. List of loaded APIs:
  269. * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
  270. * AppleCoreAPI (3.1.0) from AppleCore-mc1.10.2-3.1.1.jar
  271. * appliedenergistics2|API (rv4) from appliedenergistics2-rv4-stable-1.jar
  272. * Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.13.jar
  273. * bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.46.jar
  274. * Chisel-API (0.0.1) from Chisel-MC1.10.2-0.1.1.39.jar
  275. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.1.1.39.jar
  276. * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.17.jar
  277. * CoFHAPI (1.8.9R1.2.0B1) from WirelessCraftingTerminal-1.10.2-2.1.41.jar
  278. * cofhapi (1.5.0) from p455w0rdslib-1.10.2-1.0.30.jar
  279. * cofhapi|block (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  280. * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  281. * cofhapi|core (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  282. * CoFHAPI|energy (1.8.9R1.2.0B1) from rangedpumps-0.3.jar
  283. * cofhapi|energy (1.6.0) from zerocore-1.10.2-0.1.1.1.jar
  284. * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  285. * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.5.2.jar
  286. * cofhapi|item (1.6.0) from zerocore-1.10.2-0.1.1.1.jar
  287. * cofhapi|tileentity (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  288. * cofhapi|util (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  289. * cofhlib (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  290. * cofhlib|audio (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  291. * cofhlib|gui (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  292. * cofhlib|gui|container (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  293. * cofhlib|gui|element (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  294. * cofhlib|gui|element|listbox (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  295. * cofhlib|gui|slot (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  296. * cofhlib|inventory (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  297. * cofhlib|util (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  298. * cofhlib|util|helpers (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  299. * cofhlib|world (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  300. * cofhlib|world|feature (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  301. * compatlayer (0.3.0) from compatlayer-1.10-0.3.0.jar
  302. * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  303. * ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  304. * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  305. * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  306. * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  307. * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  308. * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  309. * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  310. * ctm-api (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
  311. * ctm-api-models (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
  312. * ctm-api-textures (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
  313. * ctm-api-utils (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
  314. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.1.8.273-universal.jar
  315. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  316. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  317. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  318. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  319. * environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
  320. * fluxapi (1.0) from FluxNetworks-1.10.2-1.2.8.jar
  321. * iChunUtil API (1.2.0) from iChunUtil-1.10.2-6.5.0.jar
  322. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-61.jar
  323. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-61.jar
  324. * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.33.jar
  325. * jeresources|API (0.5.9.3) from JustEnoughResources-1.10.2-0.5.9.3.jar
  326. * journeymap|client-api (1.4) from journeymap-1.10.2-5.5.2.jar
  327. * journeymap|client-api-display (1.4) from journeymap-1.10.2-5.5.2.jar
  328. * journeymap|client-api-event (1.4) from journeymap-1.10.2-5.5.2.jar
  329. * journeymap|client-api-model (1.4) from journeymap-1.10.2-5.5.2.jar
  330. * journeymap|client-api-util (1.4) from journeymap-1.10.2-5.5.2.jar
  331. * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
  332. * McJtyLib (1.10-1.9.9) from mcjtylib-1.10-1.9.9.jar
  333. * mcjtylib_ng (2.5.2) from mcjtylib-1.1x-2.5.2.jar
  334. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.10.2-1.0.30.jar
  335. * reborncoreAPI (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  336. * reborncoreAPI|Fuel (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  337. * reborncoreAPI|Power (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  338. * reborncoreAPI|Recipe (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  339. * reborncoreAPI|Tile (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  340. * sonarapi (1.0.1) from SonarCore-1.10.2-3.3.0.jar
  341. * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  342. * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  343. * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  344. * StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
  345. * StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  346. * StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
  347. * StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
  348. * StorageDrawersAPI|storage (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
  349. * StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
  350. * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.19.jar
  351. * valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
  352. * VeinMinerApi (0.3) from VeinMiner-1.9-0.38.2.624+127e28f.jar
  353. * wct|API (1.10.2-rv4-1.0.0b) from WirelessCraftingTerminal-1.10.2-2.1.41.jar
  354. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.1.1.jar
  355. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.1.1.jar
  356. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.10.2-0.1.1.1.jar
  357. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.1.1.jar
  358. CodeChickenLib Invalid Fingerprint Reports:
  359. CodeChickenCore Invalid Fingerprint Reports:
  360. ChickenChunks Invalid Fingerprint Reports:
  361. 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.):
  362. * Optifine is installed. This is NOT supported.
  363. * The RF API that is being used (1.5.0 from (guessing) null) differes from that that is reported as being loaded (1.8.9R1.2.0B1 from rangedpumps-0.3.jar).
  364. It is a supported version, but that difference may lead to problems.
  365. 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.
  366. Detailed RF API diagnostics:
  367. * RF API class 'EnergyStorage' is loaded from: jar:file:/D:/Minecraft3/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/EnergyStorage.class
  368. * RF API class 'IEnergyConnection' is loaded from: jar:file:/D:/Minecraft3/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyConnection.class
  369. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/D:/Minecraft3/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  370. * RF API class 'IEnergyHandler' is loaded from: jar:file:/D:/Minecraft3/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyHandler.class
  371. * RF API class 'IEnergyProvider' is loaded from: jar:file:/D:/Minecraft3/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyProvider.class
  372. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/D:/Minecraft3/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  373. * RF API class 'IEnergyStorage' is loaded from: jar:file:/D:/Minecraft3/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyStorage.class
  374. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/D:/Minecraft3/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  375. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/D:/Minecraft3/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  376. Detailed Tesla API diagnostics:
  377. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  378. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  379. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  380. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  381. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  382. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  383. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  384. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  385. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  386. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  387. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  388.  
  389. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  390. !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  391. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  392.  
  393. EnderStorage Invalid Fingerprint Reports:
  394. RebornCore:
  395. Plugin Engine: 0
  396. RebornCore Version: 2.13.6.142
  397. Mixin Status: 1
  398. Runtime Debofucsation 1
  399. RenderEngine: 1
  400. AE2 Integration: IC2:ON, RF:ON, RFItem:ON, Waila:OFF, JEI:ON, THE_ONE_PROBE:ON
  401. Launched Version: 1.10.2-forge1.10.2-12.18.3.2511
  402. LWJGL: 2.9.4
  403. OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.4358, Intel
  404. GL Caps: Using GL 1.3 multitexturing.
  405. Using GL 1.3 texture combiners.
  406. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  407. Shaders are available because OpenGL 2.1 is supported.
  408. VBOs are available because OpenGL 1.5 is supported.
  409.  
  410. Using VBOs: No
  411. Is Modded: Definitely; Client brand changed to 'fml,forge'
  412. Type: Client (map_client.txt)
  413. Resource Packs: 1.9+ TapL Remix (incompatible), clear glass.zip (incompatible)
  414. Current Language: English (US)
  415. Profiler Position: N/A (disabled)
  416. CPU: 4x Intel(R) Pentium(R) CPU N3530 @ 2.16GHz
Advertisement
Add Comment
Please, Sign In to add comment