Advertisement
Guest User

Right clicking eye of redstone

a guest
Aug 31st, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.46 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. IC2core (industrialcraft-2-2.6.234-ex110.jar)
  6. Brandon's Core (BrandonsCore-1.10.2-2.1.8.107-universal.jar)
  7. LoadingPlugin (Quark-r1.1-70.jar)
  8. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  9. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  10. ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
  11. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  12. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  13. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.2.157-universal.jar)
  14. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar)
  15. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  16. Contact their authors BEFORE contacting forge
  17.  
  18. // Oops.
  19.  
  20. Time: 8/30/17 11:27 PM
  21. Description: Rendering item
  22.  
  23. java.lang.NullPointerException: The validated object is null
  24. at org.apache.commons.lang3.Validate.notNull(Validate.java:222)
  25. at org.apache.commons.lang3.Validate.notNull(Validate.java:203)
  26. at com.rwtema.extrautils2.backend.model.Textures.getModelResourceLocation(Textures.java:62)
  27. at com.rwtema.extrautils2.backend.model.Textures$ItemMesher.func_178113_a(Textures.java:376)
  28. at net.minecraft.client.renderer.ItemModelMesher.func_178089_a(ItemModelMesher.java:52)
  29. at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:248)
  30. at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184393_a(RenderItemWrapper.java:354)
  31. at codechicken.lib.render.item.CCRenderItem.func_184393_a(CCRenderItem.java:297)
  32. at codechicken.lib.render.item.CCRenderItem.func_184391_a(CCRenderItem.java:228)
  33. at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:27)
  34. at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:21)
  35. at mezz.jei.gui.ingredients.GuiIngredient.draw(GuiIngredient.java:148)
  36. at mezz.jei.gui.ingredients.GuiIngredientGroup.draw(GuiIngredientGroup.java:156)
  37. at mezz.jei.gui.recipes.RecipeLayout.draw(RecipeLayout.java:128)
  38. at mezz.jei.gui.recipes.RecipesGui.func_73863_a(RecipesGui.java:202)
  39. at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
  40. at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1094)
  41. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
  42. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
  43. at net.minecraft.client.main.Main.main(SourceFile:124)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  47. at java.lang.reflect.Method.invoke(Unknown Source)
  48. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  49. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  50.  
  51.  
  52. A detailed walkthrough of the error, its code path and all known details is as follows:
  53. ---------------------------------------------------------------------------------------
  54.  
  55. -- Head --
  56. Thread: Client thread
  57. Stacktrace:
  58. at org.apache.commons.lang3.Validate.notNull(Validate.java:222)
  59. at org.apache.commons.lang3.Validate.notNull(Validate.java:203)
  60. at com.rwtema.extrautils2.backend.model.Textures.getModelResourceLocation(Textures.java:62)
  61. at com.rwtema.extrautils2.backend.model.Textures$ItemMesher.func_178113_a(Textures.java:376)
  62. at net.minecraft.client.renderer.ItemModelMesher.func_178089_a(ItemModelMesher.java:52)
  63. at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:248)
  64. at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184393_a(RenderItemWrapper.java:354)
  65. at codechicken.lib.render.item.CCRenderItem.func_184393_a(CCRenderItem.java:297)
  66.  
  67. -- Item being rendered --
  68. Details:
  69. Item Type: com.rwtema.extrautils2.backend.XUItemBlock@1dbc7e56
  70. Item Aux: 0
  71. Item NBT: null
  72. Item Foil: false
  73. Stacktrace:
  74. at codechicken.lib.render.item.CCRenderItem.func_184391_a(CCRenderItem.java:228)
  75. at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:27)
  76. at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:21)
  77. at mezz.jei.gui.ingredients.GuiIngredient.draw(GuiIngredient.java:148)
  78. at mezz.jei.gui.ingredients.GuiIngredientGroup.draw(GuiIngredientGroup.java:156)
  79. at mezz.jei.gui.recipes.RecipeLayout.draw(RecipeLayout.java:128)
  80. at mezz.jei.gui.recipes.RecipesGui.func_73863_a(RecipesGui.java:202)
  81. at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
  82.  
  83. -- Screen render details --
  84. Details:
  85. Screen name: mezz.jei.gui.recipes.RecipesGui
  86. Mouse location: Scaled: (353, 36). Absolute: (1769, 1236)
  87. Screen size: Scaled: (512, 284). Absolute: (2560, 1417). Scale factor of 5
  88.  
  89. -- Affected level --
  90. Details:
  91. Level name: MpServer
  92. All players: 1 total; [EntityPlayerSP['Tipsied'/687278, l='MpServer', x=-790.10, y=81.00, z=757.95]]
  93. Chunk stats: MultiplayerChunkCache: 81, 81
  94. Level seed: 0
  95. Level generator: ID 00 - default, ver 1. Features enabled: false
  96. Level generator options:
  97. Level spawn location: World: (45,79,-136), Chunk: (at 13,4,8 in 2,-9; contains blocks 32,0,-144 to 47,255,-129), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  98. Level time: 147767852 game time, 84320637 day time
  99. Level dimension: 0
  100. Level storage version: 0x00000 - Unknown?
  101. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  102. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  103. Forced entities: 27 total; [EntitySkeleton['Skeleton'/690892, l='MpServer', x=-779.50, y=18.00, z=804.50], EntityItem['item.item.string'/687299, l='MpServer', x=-767.09, y=77.00, z=709.41], EntityPig['Pig'/687297, l='MpServer', x=-835.75, y=71.00, z=797.54], EntityZombie['Zombie'/688257, l='MpServer', x=-753.50, y=20.00, z=720.50], EntityBlitz['Blitz'/687302, l='MpServer', x=-772.50, y=78.00, z=720.50], EntityBlitz['Blitz'/687303, l='MpServer', x=-776.50, y=78.00, z=723.50], EntityZombie['Zombie'/687512, l='MpServer', x=-804.50, y=30.00, z=740.50], EntityCreeper['Creeper'/687513, l='MpServer', x=-804.50, y=30.00, z=740.50], EntitySkeleton['Skeleton'/689618, l='MpServer', x=-776.50, y=34.00, z=786.50], EntityZombie['Zombie'/687511, l='MpServer', x=-805.50, y=30.00, z=740.50], EntityZombie['Zombie'/688213, l='MpServer', x=-760.50, y=38.00, z=781.50], EntitySkeleton['Skeleton'/689641, l='MpServer', x=-813.50, y=32.00, z=731.50], EntityItem['item.item.arrow'/687342, l='MpServer', x=-776.52, y=78.00, z=715.94], EntityBlitz['Blitz'/689326, l='MpServer', x=-750.50, y=39.00, z=744.50], EntityItem['item.item.bone'/687343, l='MpServer', x=-776.84, y=78.00, z=715.36], EntityAshen['Ashen'/687331, l='MpServer', x=-780.50, y=19.00, z=751.50], EntityItem['item.item.arrow'/687334, l='MpServer', x=-796.57, y=74.00, z=713.21], EntitySpider['Spider'/689062, l='MpServer', x=-771.50, y=12.00, z=793.50], EntityItem['item.item.bone'/687335, l='MpServer', x=-795.59, y=74.00, z=712.94], EntityZombie['Zombie'/687288, l='MpServer', x=-804.50, y=37.00, z=725.50], EntitySheep['Sheep'/687289, l='MpServer', x=-810.98, y=72.00, z=735.52], EntityPlayerSP['Tipsied'/687278, l='MpServer', x=-790.10, y=81.00, z=757.95], EntityPig['Pig'/687293, l='MpServer', x=-839.38, y=67.00, z=782.46], EntitySpider['Spider'/687345, l='MpServer', x=-776.50, y=78.00, z=719.50], EntityCreeper['Creeper'/687286, l='MpServer', x=-813.50, y=32.00, z=731.50], EntitySkeleton['Skeleton'/687287, l='MpServer', x=-803.50, y=37.00, z=725.50], EntityHorse['Horse'/687285, l='MpServer', x=-826.99, y=71.00, z=802.90]]
  104. Retry entities: 0 total; []
  105. Server brand: Waterfall (git:Waterfall-Bootstrap:1.12-SNAPSHOT:91c4488:131) <- fml,forge,sponge
  106. Server type: Non-integrated multiplayer server
  107. Stacktrace:
  108. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
  109. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  110. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
  111. at net.minecraft.client.main.Main.main(SourceFile:124)
  112. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  113. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  114. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  115. at java.lang.reflect.Method.invoke(Unknown Source)
  116. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  117. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  118.  
  119. -- System Details --
  120. Details:
  121. Minecraft Version: 1.10.2
  122. Operating System: Windows 10 (amd64) version 10.0
  123. Java Version: 1.8.0_144, Oracle Corporation
  124. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  125. Memory: 1895907752 bytes (1808 MB) / 3268583424 bytes (3117 MB) up to 8371306496 bytes (7983 MB)
  126. Mod Pack: com.mumfrey.liteloader.crashreport.CallableLiteLoaderBrand@212f524
  127. LiteLoader Mods: com.mumfrey.liteloader.crashreport.CallableLiteLoaderMods@717d4fe8
  128. LaunchWrapper: com.mumfrey.liteloader.crashreport.CallableLaunchWrapper@56fa93ca
  129. JVM Flags: 8 total; -XX:+UseCMSCompactAtFullCollection -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+AggressiveOpts -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024M -Xmx8049M -XX:MaxPermSize=256M
  130. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  131. FML: MCP 9.32 Powered by Forge 12.18.3.2254 95 mods loaded, 95 mods active
  132. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  133. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  134. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2254.jar)
  135. UCHIJA Forge{12.18.3.2254} [Minecraft Forge] (forge-1.10.2-12.18.3.2254.jar)
  136. UCHIJA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
  137. UCHIJA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
  138. UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  139. UCHIJA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
  140. UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  141. UCHIJA cofhcore{4.1.2} [CoFH Core] (CoFHCore-1.10.2-4.1.2.157-universal.jar)
  142. UCHIJA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
  143. UCHIJA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
  144. UCHIJA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
  145. UCHIJA AkashicTome{1.0-5} [Akashic Tome] (AkashicTome-1.0-5.jar)
  146. UCHIJA appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
  147. UCHIJA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
  148. UCHIJA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
  149. UCHIJA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
  150. UCHIJA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  151. UCHIJA badwithernocookie{1.10.2-0.0.1-5418dde} [Bad Wither No Cookie!] (BadWitherNoCookie-1.10.2-0.0.1-5418dde.jar)
  152. UCHIJA bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4g.jar)
  153. UCHIJA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
  154. UCHIJA BiomesOPlenty{5.0.0.2155} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2155-universal.jar)
  155. UCHIJA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
  156. UCHIJA JEI{3.14.7.419} [Just Enough Items] (jei_1.10.2-3.14.7.419.jar)
  157. UCHIJA BloodMagic{1.10.2-2.1.10-79} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.10-79.jar)
  158. UCHIJA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
  159. UCHIJA CodeChickenLib{2.5.9.267} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  160. UCHIJA brandonscore{2.1.8} [Brandon's Core] (BrandonsCore-1.10.2-2.1.8.107-universal.jar)
  161. UCHIJA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
  162. UCHIJA chisel{MC1.10.2-0.0.10.22} [Chisel] (Chisel-MC1.10.2-0.0.10.22.jar)
  163. UCHIJA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
  164. UCHIJA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
  165. UCHIJA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
  166. UCHIJA IC2{2.6.234-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.234-ex110.jar)
  167. UCHIJA compactsolars{1.10.2-5.0.9.332} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.9.332-universal.jar)
  168. UCHIJA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.25.jar)
  169. UCHIJA MineTweaker3{3.0.25} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.25.jar)
  170. UCHIJA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.25.jar)
  171. UCHIJA creeperhost{unspecified} [CreeperHost] (creeperhost-1.10.2-1.3.2.jar)
  172. UCHIJA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar)
  173. UCHIJA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  174. UCHIJA darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar)
  175. UCHIJA forestry{5.2.17.376} [Forestry] (forestry_1.10.2-5.2.17.376.jar)
  176. UCHIJA eleccore{1.7.421} [ElecCore] (ElecCore-1.10.2-1.7.421.jar)
  177. UCHIJA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
  178. UCHIJA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
  179. UCHIJA deepresonance{1.4.8} [DeepResonance] (deepresonance-1.1x-1.4.8.jar)
  180. UCHIJA draconicevolution{2.1.0} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.0.232-universal.jar)
  181. UCHIJA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
  182. UCHIJA EnderIO{1.10.2-3.1.183} [Ender IO] (EnderIO-1.10.2-3.1.183.jar)
  183. UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.4.jar)
  184. UCHIJA zerocore{1.10.2-0.1.0.6} [Zero CORE] (zerocore-1.10.2-0.1.0.6.jar)
  185. UCHIJA bigreactors{1.10.2-0.4.5.29} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.29.jar)
  186. UCHIJA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  187. UCHIJA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
  188. UCHIJA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.1-anarchy.jar)
  189. UCHIJA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar)
  190. UCHIJA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar)
  191. UCHIJA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
  192. UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  193. UCHIJA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
  194. UCHIJA theoneprobe{1.4.7} [The One Probe] (theoneprobe-1.1x-1.4.7.jar)
  195. UCHIJA immersiveengineering{0.10-60} [Immersive Engineering] (ImmersiveEngineering-0.10-60.jar)
  196. UCHIJA LunatriusCore{1.1.2.36} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.36-universal.jar)
  197. UCHIJA InGameInfoXML{2.8.1.85} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.85-universal.jar)
  198. UCHIJA inventorysorter{0.11.0+47} [Simple Inventory sorting] (inventorysorter-1.10.2-0.11.0+47.jar)
  199. UCHIJA ironbackpacks{1.10.2-2.2.27} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.27.jar)
  200. UCHIJA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
  201. UCHIJA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
  202. UCHIJA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
  203. UCHIJA jeresources{0.5.9.3} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.9.3.jar)
  204. UCHIJA llor{1.1.1-mc[1.9-1.11]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.1-mc[1.9-1.11].jar)
  205. UCHIJA mercurius{1.0.4} [Mercurius] (Mercurius-1.10.2-1.0.4.jar)
  206. UCHIJA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  207. UCHIJA notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar)
  208. UCHIJA harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar)
  209. UCHIJA railcraft{10.1.2} [Railcraft] (Railcraft_1.10.2-10.1.2.jar)
  210. UCHIJA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
  211. UCHIJA ReAuth{3.2} [ReAuth] (ReAuth-3.2.jar)
  212. UCHIJA thermalfoundation{2.1.0} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.0.82-universal.jar)
  213. UCHIJA redstonearsenal{2.0.4} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.0.4.33-universal.jar)
  214. UCHIJA StorageDrawers{1.10.2-3.7.9} [Storage Drawers] (StorageDrawers-1.10.2-3.7.9.jar)
  215. UCHIJA refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar)
  216. UCHIJA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
  217. UCHIJA rftools{6.01} [RFTools] (rftools-1.1x-6.01.jar)
  218. UCHIJA rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar)
  219. UCHIJA rftoolsdim{5.02} [RFTools Dimensions] (rftoolsdim-1.1x-5.02.jar)
  220. UCHIJA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  221. UCHIJA thermalexpansion{5.1.1} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.1.93-universal.jar)
  222. UCHIJA thermaldynamics{2.0.2} [Thermal Dynamics] (ThermalDynamics-1.10.2-2.0.2.4-universal.jar)
  223. UCHIJA WailaHarvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.9.jar)
  224. UCHIJA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar)
  225. UCHIJA wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar)
  226. UCHIJA WorldEditCuiFe{1.0.7} [WorldEdit CUI Forge Edition] (WorldEditCuiFe-v1.0.7-mf-1.10.2-12.18.2.2125.jar)
  227. UCHIJA xnet{1.3.2} [XNet] (xnet-1.3.2.jar)
  228. Loaded coremods (and transformers):
  229. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  230. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  231. IC2core (industrialcraft-2-2.6.234-ex110.jar)
  232.  
  233. Brandon's Core (BrandonsCore-1.10.2-2.1.8.107-universal.jar)
  234. com.brandon3055.brandonscore.asm.ClassTransformer
  235. LoadingPlugin (Quark-r1.1-70.jar)
  236. vazkii.quark.base.asm.ClassTransformer
  237. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  238. lumien.resourceloader.asm.ClassTransformer
  239. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  240. codechicken.lib.asm.ClassHeirachyManager
  241. codechicken.lib.asm.CCL_ASMTransformer
  242. ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
  243. team.chisel.common.asm.ChiselTransformer
  244. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  245. com.enderio.core.common.transform.EnderCoreTransformer
  246. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  247. appeng.coremod.transformer.ASMIntegration
  248. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.2.157-universal.jar)
  249. cofh.asm.CoFHClassTransformer
  250. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  251. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar)
  252. pl.asie.foamfix.coremod.FoamFixTransformer
  253. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  254. li.cil.oc.common.asm.ClassTransformer
  255. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 384.76' Renderer: 'GeForce GTX 980 Ti/PCIe/SSE2'
  256. AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
  257. Pulsar/tconstruct loaded Pulses:
  258. - TinkerCommons (Enabled/Forced)
  259. - TinkerWorld (Enabled/Not Forced)
  260. - TinkerTools (Enabled/Not Forced)
  261. - TinkerHarvestTools (Enabled/Forced)
  262. - TinkerMeleeWeapons (Enabled/Forced)
  263. - TinkerRangedWeapons (Enabled/Forced)
  264. - TinkerModifiers (Enabled/Forced)
  265. - TinkerSmeltery (Enabled/Not Forced)
  266. - TinkerGadgets (Enabled/Not Forced)
  267. - TinkerOredict (Enabled/Forced)
  268. - TinkerIntegration (Enabled/Forced)
  269. - TinkerFluids (Enabled/Forced)
  270. - TinkerMaterials (Enabled/Forced)
  271. - TinkerModelRegister (Enabled/Forced)
  272. - chiselsandbitsIntegration (Enabled/Not Forced)
  273. - WailaIntegration (Enabled/Not Forced)
  274. - theoneprobeIntegration (Enabled/Not Forced)
  275.  
  276. CodeChickenLib Invalid Fingerprint Reports:
  277. CodeChickenCore Invalid Fingerprint Reports:
  278. EnderStorage Invalid Fingerprint Reports:
  279. 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.):
  280. * 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).
  281. It is a supported version, but that difference may lead to problems.
  282. 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.
  283. Detailed RF API diagnostics:
  284. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Marie/AppData/Roaming/.mineyourmind/instances/Direwolf20_1.10/minecraft/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/EnergyStorage.class
  285. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Marie/AppData/Roaming/.mineyourmind/instances/Direwolf20_1.10/minecraft/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyConnection.class
  286. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Marie/AppData/Roaming/.mineyourmind/instances/Direwolf20_1.10/minecraft/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  287. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Marie/AppData/Roaming/.mineyourmind/instances/Direwolf20_1.10/minecraft/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyHandler.class
  288. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Marie/AppData/Roaming/.mineyourmind/instances/Direwolf20_1.10/minecraft/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyProvider.class
  289. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Marie/AppData/Roaming/.mineyourmind/instances/Direwolf20_1.10/minecraft/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  290. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Marie/AppData/Roaming/.mineyourmind/instances/Direwolf20_1.10/minecraft/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyStorage.class
  291. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Marie/AppData/Roaming/.mineyourmind/instances/Direwolf20_1.10/minecraft/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  292. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Marie/AppData/Roaming/.mineyourmind/instances/Direwolf20_1.10/minecraft/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  293. Detailed Tesla API diagnostics:
  294. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  295. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  296. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  297. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  298. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  299. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  300. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  301. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  302. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  303. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  304. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  305.  
  306. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  307. !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  308. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  309.  
  310. AE2 Integration: IC2:ON, RC:OFF, RF:OFF, RFItem:OFF, MFR:OFF, Waila:ON, InvTweaks:OFF, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON
  311. Launched Version: 1.10.2
  312. LWJGL: 2.9.4
  313. OpenGL: GeForce GTX 980 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 384.76, NVIDIA Corporation
  314. GL Caps: Using GL 1.3 multitexturing.
  315. Using GL 1.3 texture combiners.
  316. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  317. Shaders are available because OpenGL 2.1 is supported.
  318. VBOs are available because OpenGL 1.5 is supported.
  319.  
  320. Using VBOs: No
  321. Is Modded: Definitely; Client brand changed to 'fml,forge'
  322. Type: Client (map_client.txt)
  323. Resource Packs:
  324. Current Language: English (US)
  325. Profiler Position: N/A (disabled)
  326. CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement