Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. - Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  5. CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  6. SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
  7. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  8. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  9. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.2-anarchy.jar)
  10. AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
  11. IC2core (industrialcraft-2-2.6.252-ex110.jar)
  12. Brandon's Core (BrandonsCore-1.10.2-2.1.13.133-universal.jar)
  13. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  14. HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
  15. RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  16. FMLPlugin (InventoryTweaks-1.61-58.jar)
  17. AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.19.jar)
  18. CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
  19. Contact their authors BEFORE contacting forge
  20.  
  21. // Oops.
  22.  
  23. Time: 3/4/19 5:11 PM
  24. Description: Tesselating block model
  25.  
  26. com.google.common.util.concurrent.UncheckedExecutionException: java.lang.RuntimeException: No OpenGL context found in the current thread.
  27. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
  28. at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
  29. at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4736)
  30. at com.amadornes.rscircuits.client.SimpleModelFontRenderer.get(SimpleModelFontRenderer.java:39)
  31. at com.amadornes.rscircuits.client.ModelWrapperCircuit.processQuads(ModelWrapperCircuit.java:146)
  32. at com.amadornes.rscircuits.client.ModelWrapperCircuit.func_188616_a(ModelWrapperCircuit.java:114)
  33. at mcmultipart.client.multipart.ModelMultipartContainer.func_188616_a(ModelMultipartContainer.java:94)
  34. at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:113)
  35. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)
  36. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:72)
  37. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:52)
  38. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
  39. at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:54)
  40. at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:292)
  41. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100)
  42. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:43)
  43. at java.lang.Thread.run(Unknown Source)
  44. Caused by: java.lang.RuntimeException: No OpenGL context found in the current thread.
  45. at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124)
  46. at org.lwjgl.opengl.GL11.glBindTexture(GL11.java:651)
  47. at net.minecraft.client.renderer.GlStateManager.func_179144_i(GlStateManager.java:509)
  48. at net.minecraft.client.renderer.texture.TextureUtil.func_94277_a(TextureUtil.java:331)
  49. at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:67)
  50. at net.minecraft.client.gui.FontRenderer.bindTexture(FontRenderer.java:1166)
  51. at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:138)
  52. at com.amadornes.rscircuits.client.SimpleModelFontRenderer.<init>(SimpleModelFontRenderer.java:80)
  53. at com.amadornes.rscircuits.client.SimpleModelFontRenderer.<init>(SimpleModelFontRenderer.java:29)
  54. at com.amadornes.rscircuits.client.SimpleModelFontRenderer$1.<init>(SimpleModelFontRenderer.java:46)
  55. at com.amadornes.rscircuits.client.SimpleModelFontRenderer.lambda$get$0(SimpleModelFontRenderer.java:46)
  56. at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4739)
  57. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
  58. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
  59. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
  60. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
  61. ... 16 more
  62.  
  63.  
  64. A detailed walkthrough of the error, its code path and all known details is as follows:
  65. ---------------------------------------------------------------------------------------
  66.  
  67. -- Head --
  68. Thread: Client thread
  69. Stacktrace:
  70. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
  71. at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
  72. at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4736)
  73. at com.amadornes.rscircuits.client.SimpleModelFontRenderer.get(SimpleModelFontRenderer.java:39)
  74. at com.amadornes.rscircuits.client.ModelWrapperCircuit.processQuads(ModelWrapperCircuit.java:146)
  75. at com.amadornes.rscircuits.client.ModelWrapperCircuit.func_188616_a(ModelWrapperCircuit.java:114)
  76. at mcmultipart.client.multipart.ModelMultipartContainer.func_188616_a(ModelMultipartContainer.java:94)
  77. at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:113)
  78. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)
  79.  
  80. -- Block model being tesselated --
  81. Details:
  82. Block: mcmultipart:multipart[ticking=true]
  83. Block location: World: (-499,63,-968), Chunk: (at 13,3,8 in -32,-61; contains blocks -512,0,-976 to -497,255,-961), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513)
  84. Using AO: true
  85. Stacktrace:
  86. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:72)
  87. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:52)
  88.  
  89. -- Block being tesselated --
  90. Details:
  91. Block type: ID #988 (tile.null // mcmultipart.block.BlockMultipartContainer)
  92. Block data value: 0 / 0x0 / 0b0000
  93. Block location: World: (-499,63,-968), Chunk: (at 13,3,8 in -32,-61; contains blocks -512,0,-976 to -497,255,-961), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513)
  94. Stacktrace:
  95. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
  96.  
  97. -- Block being tesselated --
  98. Details:
  99. Block type: ID #988 (tile.null // mcmultipart.block.BlockMultipartContainer)
  100. Block data value: 0 / 0x0 / 0b0000
  101. Block location: World: (-499,63,-968), Chunk: (at 13,3,8 in -32,-61; contains blocks -512,0,-976 to -497,255,-961), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513)
  102. Stacktrace:
  103. at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:54)
  104.  
  105. -- Affected level --
  106. Details:
  107. Level name: MpServer
  108. All players: 1 total; [EntityPlayerSP['biomanmu'/20077, l='MpServer', x=-499.51, y=63.00, z=-967.33]]
  109. Chunk stats: MultiplayerChunkCache: 81, 81
  110. Level seed: 0
  111. Level generator: ID 00 - default, ver 1. Features enabled: false
  112. Level generator options:
  113. Level spawn location: World: (0,65,0), Chunk: (at 0,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  114. Level time: 746641725 game time, 755255164 day time
  115. Level dimension: 0
  116. Level storage version: 0x00000 - Unknown?
  117. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  118. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  119. Forced entities: 35 total; [EntitySpider['Spider'/20160, l='MpServer', x=-471.50, y=27.00, z=-1008.50], EntityEnderman['Enderman'/20161, l='MpServer', x=-478.50, y=28.00, z=-1008.50], EntityChicken['Chicken'/20162, l='MpServer', x=-508.85, y=63.00, z=-1008.30], EntityCreeper['Creeper'/20231, l='MpServer', x=-513.50, y=22.00, z=-994.50], EntityItem['item.item.arrow'/20105, l='MpServer', x=-468.90, y=69.00, z=-931.11], EntityItem['item.item.bone'/20106, l='MpServer', x=-467.81, y=69.00, z=-930.13], EntityZombie['Zombie'/20176, l='MpServer', x=-504.26, y=63.00, z=-920.50], EntityBat['Bat'/20117, l='MpServer', x=-475.38, y=31.10, z=-999.48], EntityZombie['Zombie'/20118, l='MpServer', x=-477.50, y=26.00, z=-1004.50], EntityBat['Bat'/20119, l='MpServer', x=-471.96, y=27.03, z=-1004.25], EntityZombie['Zombie'/20120, l='MpServer', x=-473.50, y=33.00, z=-999.50], EntityPig['Pig'/20121, l='MpServer', x=-529.52, y=62.57, z=-1003.40], EntityItem['item.tile.waterlily'/20187, l='MpServer', x=-470.11, y=62.00, z=-969.82], EntitySkeleton['Skeleton'/20192, l='MpServer', x=-535.50, y=15.00, z=-975.50], EntityBat['Bat'/20193, l='MpServer', x=-535.45, y=17.10, z=-972.25], EntityChicken['Chicken'/20194, l='MpServer', x=-528.09, y=62.66, z=-962.80], EntitySkeleton['Skeleton'/20199, l='MpServer', x=-516.50, y=23.00, z=-988.50], EntityPig['Pig'/20200, l='MpServer', x=-515.28, y=36.00, z=-976.45], EntityChicken['Chicken'/20201, l='MpServer', x=-509.64, y=63.00, z=-1006.09], EntityItem['item.item.egg'/20202, l='MpServer', x=-510.43, y=63.00, z=-1006.99], EntityEnderman['Enderman'/20203, l='MpServer', x=-513.50, y=16.00, z=-1013.50], EntityEnderman['Enderman'/20204, l='MpServer', x=-513.50, y=16.00, z=-1014.50], EntityWitch['Witch'/20205, l='MpServer', x=-517.50, y=17.00, z=-1010.50], EntityPig['Pig'/20206, l='MpServer', x=-512.37, y=63.00, z=-1012.20], EntityPig['Pig'/20143, l='MpServer', x=-510.34, y=63.00, z=-920.85], EntityCreeper['Creeper'/20145, l='MpServer', x=-466.50, y=63.00, z=-958.50], EntitySkeleton['Skeleton'/20210, l='MpServer', x=-469.50, y=46.00, z=-923.50], EntityCreeper['Creeper'/20211, l='MpServer', x=-474.50, y=49.00, z=-921.50], EntityZombie['Zombie'/20149, l='MpServer', x=-520.50, y=41.00, z=-970.50], EntityItem['item.item.egg'/20150, l='MpServer', x=-526.89, y=61.00, z=-964.39], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/20151, l='MpServer', x=-496.50, y=62.50, z=-977.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/20152, l='MpServer', x=-499.50, y=62.50, z=-977.50], EntityPlayerSP['biomanmu'/20077, l='MpServer', x=-499.51, y=63.00, z=-967.33], EntityBoat['Boat'/20153, l='MpServer', x=-497.31, y=62.52, z=-981.69], EntityCreeper['Creeper'/20154, l='MpServer', x=-480.50, y=26.00, z=-1002.50]]
  120. Retry entities: 0 total; []
  121. Server brand: Waterfall (git:Waterfall-Bootstrap:1.13-SNAPSHOT:8574736:250) <- fml,forge,sponge
  122. Server type: Non-integrated multiplayer server
  123. Stacktrace:
  124. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:529)
  125. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  126. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:49)
  127. at java.lang.Thread.run(Unknown Source)
  128.  
  129. -- System Details --
  130. Details:
  131. Minecraft Version: 1.10.2
  132. Operating System: Windows 10 (amd64) version 10.0
  133. Java Version: 1.8.0_201, Oracle Corporation
  134. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  135. Memory: 722539032 bytes (689 MB) / 1872502784 bytes (1785 MB) up to 4281597952 bytes (4083 MB)
  136. JVM Flags: 5 total; -Xmx4G -XX:+UseConcMarkSweepGC -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  137. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  138. FML: MCP 9.32 Powered by Forge 12.18.3.2511 Optifine OptiFine_1.10.2_HD_U_E7 113 mods loaded, 113 mods active
  139. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  140. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  141. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2511.jar)
  142. UCHIJA Forge{12.18.3.2511} [Minecraft Forge] (forge-1.10.2-12.18.3.2511.jar)
  143. UCHIJA AdvancedRocketryCore{1} [Advanced Rocketry] (minecraft.jar)
  144. UCHIJA appliedenergistics2-core{rv4-stable-1} [Applied Energistics 2 Core] (minecraft.jar)
  145. UCHIJA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  146. UCHIJA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
  147. UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  148. UCHIJA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
  149. UCHIJA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
  150. UCHIJA IC2{2.6.252-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.252-ex110.jar)
  151. UCHIJA advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar)
  152. UCHIJA libVulpes{0.1.19.} [libVulpes] (LibVulpes-1.10.2-0.1.19-universal.jar)
  153. UCHIJA advancedRocketry{1.0.19} [Advanced Rocketry] (AdvancedRocketry-1.10.2-1.0.19.jar)
  154. UCHIJA appliedenergistics2{rv4-stable-1} [Applied Energistics 2] (appliedenergistics2-rv4-stable-1.jar)
  155. UCHIJA Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  156. UCHIJA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.7.jar)
  157. UCHIJA badwithernocookie{1.10.2-0.0.1-5418dde} [Bad Wither No Cookie!] (BadWitherNoCookie-1.10.2-0.0.1-5418dde.jar)
  158. UCHIJA bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4g.jar)
  159. UCHIJA basemetals{2.4.0} [Base Metals] (BaseMetals_1.10.2-2.4.0.11.jar)
  160. UCHIJA bdlib{1.12.4.25} [BD Lib] (bdlib-1.12.4.25-mc1.10.2.jar)
  161. UCHIJA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar)
  162. UCHIJA BetterAchievements{0.3.3.10} [Better Achievements] (BetterAchievements-1.10.2-0.3.3.10.jar)
  163. UCHIJA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
  164. UCHIJA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
  165. UCHIJA bookshelfapi{4.0.0} [Bookshelf] (Bookshelf-API-1.10.2-4.0.0.jar)
  166. UCHIJA CodeChickenLib{2.5.9.283} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  167. UCHIJA brandonscore{2.1.13} [Brandon's Core] (BrandonsCore-1.10.2-2.1.13.133-universal.jar)
  168. UCHIJA sonarcore{3.2.8} [SonarCore] (SonarCore-1.10.2-3.2.9.jar)
  169. UCHIJA calculator{3.2.2} [Calculator] (Calculator-1.10.2-3.2.5.jar)
  170. UCHIJA calccrt{1.0} [CalcCrT] (CalcCrT-1.10.2_1.0.jar)
  171. UCHIJA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
  172. UCHIJA ChestTransporter{2.5.18} [Chest Transporter] (ChestTransporter-1.10.2-2.5.18.jar)
  173. UCHIJA ctm{MC1.10.2-0.2.3.26} [CTM] (CTM-MC1.10.2-0.2.3.26.jar)
  174. UCHIJA chisel{MC1.10.2-0.0.14.33} [Chisel] (Chisel-MC1.10.2-0.0.14.33.jar)
  175. UCHIJA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
  176. UCHIJA mcmultipart{2.0.0_88} [MCMultiPart] (MCMultiPart-experimental-2.0.0_88-universal.jar)
  177. UCHIJA chiselsandbits{12.16} [Chisels & Bits] (chiselsandbits-12.16.jar)
  178. UCHIJA claybucket{1.2} [Clay Bucket] (ClayBucket-1.9.4-1.2.jar)
  179. UCHIJA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
  180. UCHIJA cyclopscore{0.10.10} [Cyclops Core] (CyclopsCore-1.9.4-0.10.10.jar)
  181. UCHIJA commoncapabilities{1.3.3} [CommonCapabilities] (CommonCapabilities-1.10.2-1.3.4.jar)
  182. UCHIJA compactsolars{1.10.2-5.0.12.336} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.12.336-universal.jar)
  183. UCHIJA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar)
  184. UCHIJA MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar)
  185. UCHIJA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.26.jar)
  186. UCHIJA customachievements{1.10.2-0.3.0} [Custom Achievements] (customachievements-1.10.2-0.3.0.jar)
  187. UCHIJA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar)
  188. UCHIJA darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar)
  189. UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.2.0.jar)
  190. UCHIJA forestry{5.2.17.388} [Forestry] (forestry_1.10.2-5.2.17.388.jar)
  191. UCHIJA eleccore{1.7.431} [ElecCore] (ElecCore-1.10.2-1.7.431.jar)
  192. UCHIJA deepresonance{1.4.5} [DeepResonance] (deepresonance-1.1x-1.4.5.jar)
  193. UCHIJA draconicevolution{2.1.7} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.7.266-universal.jar)
  194. UCHIJA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
  195. UCHIJA EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar)
  196. UCHIJA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
  197. UCHIJA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
  198. UCHIJA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
  199. UCHIJA Mekanism{9.2.4} [Mekanism] (Mekanism-1.10.2-9.2.4.103.jar)
  200. UCHIJA zerocore{1.10.2-0.1.1.1} [Zero CORE] (zerocore-1.10.2-0.1.1.1.jar)
  201. UCHIJA bigreactors{1.10.2-0.4.5.44} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.44.jar)
  202. UCHIJA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
  203. UCHIJA foamfix{@VERSION@} [FoamFix] (foamfix-0.7.2-anarchy.jar)
  204. UCHIJA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar)
  205. UCHIJA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar)
  206. UCHIJA advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar)
  207. UCHIJA gravestone{1.5.13} [Gravestone Mod] (gravestone-1.5.13.jar)
  208. UCHIJA hammercore{1.9.4.3} [Hammer Core] (HammerCore-1.10.2-1.9.4.3.jar)
  209. UCHIJA hopperducts{1.4.8.1} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.1.jar)
  210. UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  211. UCHIJA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
  212. UCHIJA tesla{1.2.1.49} [TESLA] (Tesla-1.10.2-1.2.1.49.jar)
  213. UCHIJA theoneprobe{1.4.19} [The One Probe] (theoneprobe-1.1x-1.4.19.jar)
  214. UCHIJA immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar)
  215. UCHIJA integrateddynamics{0.7.14} [Integrated Dynamics] (IntegratedDynamics-1.10.2-0.7.14.jar)
  216. UCHIJA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  217. UCHIJA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
  218. UCHIJA jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar)
  219. UCHIJA MapWriter{2.6.19} [MapWriter] (MapWriter-1.10.2-2.6.19.jar)
  220. UCHIJA MekanismGenerators{9.2.4} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.4.103.jar)
  221. UCHIJA MekanismTools{9.2.4} [MekanismTools] (MekanismTools-1.10.2-9.2.4.103.jar)
  222. UCHIJA modernmetals{0.11.0} [Modern Metals] (ModernMetals-0.11.0.jar)
  223. UCHIJA ModNameTooltip{1.6.0} [Mod Name Tooltip] (modnametooltip_1.10.2-1.6.0.jar)
  224. UCHIJA mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar)
  225. UCHIJA modtweaker{2.0.13} [Mod Tweaker] (ModTweaker2-2.0.13.jar)
  226. UCHIJA reborncore{2.13.6.142} [RebornCore] (RebornCore-1.10.2-2.13.6.142-universal.jar)
  227. UCHIJA techreborn{2.1.18.235} [TechReborn] (TechReborn-1.10.2-2.1.18.235-universal.jar)
  228. UCHIJA morebees{1.10.2-1.4.1.1} [More Bees] (morebees-1.10.2-1.4.1.1.jar)
  229. UCHIJA moreoverlays{1.11} [MoreOverlays] (moreoverlays-1.11-mc1.10.2.jar)
  230. UCHIJA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  231. UCHIJA mputils{1.2.9} [ModPack Utilities] (mputils-1.10.2-1.2.9.jar)
  232. UCHIJA mpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar)
  233. UCHIJA neotech{3.3.0} [NeoTech] (NeoTech-1.10.2-3.3.0.jar)
  234. UCHIJA p455w0rdslib{1.0.30} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.30.jar)
  235. UCHIJA progressiveautomation{1.7.4} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.7.4.jar)
  236. UCHIJA quantumstorage{3.3.6} [QuantumStorage] (QuantumStorage-1.10.2-3.3.6.jar)
  237. UCHIJA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
  238. UCHIJA reauth{3.5.2} [ReAuth] (ReAuth-3.5.2.jar)
  239. UCHIJA reborncore-mcmultipart{2.13.6.142} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.6.142-universal.jar)
  240. UCHIJA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
  241. UCHIJA rftools{5.92} [RFTools] (rftools-1.1x-5.92.jar)
  242. UCHIJA rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar)
  243. UCHIJA rftoolsdim{5.05} [RFTools Dimensions] (rftoolsdim-1.1x-5.05.jar)
  244. UCHIJA simplyjetpacks{2.0.3.26} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.0.3.26.jar)
  245. UCHIJA solarfluxreborn{2.17r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.17r.jar)
  246. UCHIJA stg{1.0.2} [SwingThroughGrass] (stg-1.0.2.jar)
  247. UCHIJA StorageDrawers{1.10.2-3.6.2} [Storage Drawers] (StorageDrawers-1.10.2-3.6.2.jar)
  248. UCHIJA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  249. UCHIJA tp{1.0.27} [Tiny Progressions] (tinyprogressions-1.10.2-1.0.27.jar)
  250. UCHIJA topaddons{1.10.2-0.15.0} [TOP Addons] (topaddons-1.10.2-0.15.0.jar)
  251. UCHIJA Translocator{2.1.4.55} [Translocator] (Translocators-1.10.2-2.1.4.55-universal.jar)
  252. UCHIJA wct{2.1.39} [Wireless Crafting Terminal 2] (WirelessCraftingTerminal-1.10.2-2.1.39.jar)
  253. Loaded coremods (and transformers):
  254. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  255. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  256. CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  257.  
  258. SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
  259. com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
  260. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  261. lumien.resourceloader.asm.ClassTransformer
  262. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  263. com.enderio.core.common.transform.EnderCoreTransformer
  264. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.2-anarchy.jar)
  265. pl.asie.foamfix.coremod.FoamFixTransformer
  266. AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar)
  267. appeng.coremod.transformer.IntegrationTransformer
  268. IC2core (industrialcraft-2-2.6.252-ex110.jar)
  269.  
  270. Brandon's Core (BrandonsCore-1.10.2-2.1.13.133-universal.jar)
  271. com.brandon3055.brandonscore.asm.ClassTransformer
  272. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  273. codechicken.lib.asm.ClassHeirachyManager
  274. codechicken.lib.asm.CCL_ASMTransformer
  275. HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
  276. com.pengu.hammercore.asm.HammerCoreTransformer
  277. RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  278. reborncore.mixin.transformer.MixinTransformer
  279. FMLPlugin (InventoryTweaks-1.61-58.jar)
  280. invtweaks.forge.asm.ContainerTransformer
  281. AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.19.jar)
  282. zmaster587.advancedRocketry.asm.ClassTransformer
  283. CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar)
  284. team.chisel.ctm.client.asm.CTMTransformer
  285. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  286. AE2 Version: stable rv4-stable-1 for Forge 12.18.3.2185
  287. Pulsar/tconstruct loaded Pulses:
  288. - TinkerCommons (Enabled/Forced)
  289. - TinkerWorld (Enabled/Not Forced)
  290. - TinkerTools (Enabled/Not Forced)
  291. - TinkerHarvestTools (Enabled/Forced)
  292. - TinkerMeleeWeapons (Enabled/Forced)
  293. - TinkerRangedWeapons (Enabled/Forced)
  294. - TinkerModifiers (Enabled/Forced)
  295. - TinkerSmeltery (Enabled/Not Forced)
  296. - TinkerGadgets (Enabled/Not Forced)
  297. - TinkerOredict (Enabled/Forced)
  298. - TinkerIntegration (Enabled/Forced)
  299. - TinkerFluids (Enabled/Forced)
  300. - TinkerMaterials (Enabled/Forced)
  301. - TinkerModelRegister (Enabled/Forced)
  302. - chiselsandbitsIntegration (Enabled/Not Forced)
  303. - theoneprobeIntegration (Enabled/Not Forced)
  304.  
  305. List of loaded APIs:
  306. * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
  307. * appliedenergistics2|API (rv4) from appliedenergistics2-rv4-stable-1.jar
  308. * Baubles|API (1.3.1.3) from WirelessCraftingTerminal-1.10.2-2.1.39.jar
  309. * BetterAchievements|API (0.3.3.10) from BetterAchievements-1.10.2-0.3.3.10.jar
  310. * bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.44.jar
  311. * calculatorapi (1.9.4 - 1.0) from Calculator-1.10.2-3.2.5.jar
  312. * chesttransporter|api (1) from ChestTransporter-1.10.2-2.5.18.jar
  313. * Chisel-API (0.0.1) from Chisel-MC1.10.2-0.0.14.33.jar
  314. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.14.33.jar
  315. * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.16.jar
  316. * CoFHAPI (1.8.9R1.2.0B1) from Bookshelf-API-1.10.2-4.0.0.jar
  317. * cofhapi (1.5.0) from ImmersiveEngineering-0.10-61.jar
  318. * cofhapi|block (1.6.0) from zerocore-1.10.2-0.1.1.1.jar
  319. * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  320. * cofhapi|core (1.6.0) from zerocore-1.10.2-0.1.1.1.jar
  321. * CoFHAPI|energy (1.8.9R1.2.0B1) from Mekanism-1.10.2-9.2.4.103.jar
  322. * cofhapi|energy (1.6.0) from zerocore-1.10.2-0.1.1.1.jar
  323. * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  324. * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.3.10.jar
  325. * cofhapi|item (1.6.0) from zerocore-1.10.2-0.1.1.1.jar
  326. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.7.4.jar
  327. * cofhapi|tileentity (1.6.0) from zerocore-1.10.2-0.1.1.1.jar
  328. * cofhapi|util (1.6.0) from zerocore-1.10.2-0.1.1.1.jar
  329. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.10.2-1.3.4.jar
  330. * compatlayer (0.2.9) from compatlayer-1.10-0.2.9.jar
  331. * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  332. * ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  333. * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  334. * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  335. * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  336. * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  337. * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  338. * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.1.1.jar
  339. * ctm-api (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
  340. * ctm-api-models (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
  341. * ctm-api-textures (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
  342. * ctm-api-utils (0.1.0) from CTM-MC1.10.2-0.2.3.26.jar
  343. * DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.5.jar
  344. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.1.7.266-universal.jar
  345. * ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.431.jar
  346. * ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.431.jar
  347. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  348. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  349. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  350. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  351. * environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
  352. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.388.jar
  353. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.388.jar
  354. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.388.jar
  355. * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.388.jar
  356. * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.388.jar
  357. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.388.jar
  358. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.388.jar
  359. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.388.jar
  360. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.388.jar
  361. * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.388.jar
  362. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.388.jar
  363. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.388.jar
  364. * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.388.jar
  365. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.388.jar
  366. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.388.jar
  367. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.388.jar
  368. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.388.jar
  369. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-61.jar
  370. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-61.jar
  371. * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.10.2-0.7.14.jar
  372. * jeresources|API (0.5.8.98) from JustEnoughResources-1.10.2-0.5.8.98.jar
  373. * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
  374. * MapWriterApi (1.1.0) from MapWriter-1.10.2-2.6.19.jar
  375. * mcjtylib_ng (2.3.10) from mcjtylib-1.1x-2.3.10.jar
  376. * MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
  377. * MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
  378. * MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
  379. * MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
  380. * MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
  381. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
  382. * MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.4.103.jar
  383. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.10.2-1.0.30.jar
  384. * reborncoreAPI (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  385. * reborncoreAPI|Fuel (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  386. * reborncoreAPI|Power (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  387. * reborncoreAPI|Recipe (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  388. * reborncoreAPI|Tile (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  389. * sonarapi (1.0.1) from SonarCore-1.10.2-3.2.9.jar
  390. * StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
  391. * StorageDrawersAPI|config (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
  392. * StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
  393. * StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
  394. * StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
  395. * StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
  396. * StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
  397. * StorageDrawersAPI|storage (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
  398. * StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
  399. * techrebornAPI (2.1.18.235) from TechReborn-1.10.2-2.1.18.235-universal.jar
  400. * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.19.jar
  401. * valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
  402. * wct|API (1.10.2-rv4-1.0.0b) from WirelessCraftingTerminal-1.10.2-2.1.39.jar
  403. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.1.1.jar
  404. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.1.1.jar
  405. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.10.2-0.1.1.1.jar
  406. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.1.1.jar
  407. CodeChickenLib Invalid Fingerprint Reports:
  408. CodeChickenCore Invalid Fingerprint Reports:
  409. 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.):
  410. * Optifine is installed. This is NOT supported.
  411. * 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 Mekanism-1.10.2-9.2.4.103.jar).
  412. It is a supported version, but that difference may lead to problems.
  413. 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.
  414. Detailed RF API diagnostics:
  415. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/EnergyStorage.class
  416. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/IEnergyConnection.class
  417. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  418. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/IEnergyHandler.class
  419. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/IEnergyProvider.class
  420. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  421. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/IEnergyStorage.class
  422. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  423. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/BrandonsCore-1.10.2-2.1.13.133-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  424. Detailed Tesla API diagnostics:
  425. * Tesla API class 'Tesla' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/Tesla.class
  426. * Tesla API class 'TeslaCapabilities' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
  427. * Tesla API class 'ITeslaConsumer' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
  428. * Tesla API class 'ITeslaHolder' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaHolder.class
  429. * Tesla API class 'ITeslaProducer' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaProducer.class
  430. * Tesla API class 'BaseTeslaContainer' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
  431. * Tesla API class 'BaseTeslaContainerProvider' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
  432. * Tesla API class 'InfiniteTeslaConsumer' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
  433. * Tesla API class 'InfiniteTeslaConsumerProvider' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
  434. * Tesla API class 'InfiniteTeslaProducer' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
  435. * Tesla API class 'InfiniteTeslaProducerProvider' is loaded from: jar:file:/C:/Users/jnewswan/minecraft/AgeOfEngineering/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class
  436.  
  437. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  438. !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  439. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  440.  
  441. EnderStorage Invalid Fingerprint Reports:
  442. RebornCore:
  443. Plugin Engine: 0
  444. RebornCore Version: 2.13.6.142
  445. Mixin Status: 1
  446. Runtime Debofucsation 1
  447. RenderEngine: 1
  448. Translocator Invalid Fingerprint Reports:
  449. AE2 Integration: IC2:ON, RF:ON, RFItem:ON, Waila:OFF, JEI:ON, THE_ONE_PROBE:ON
  450. Launched Version: 1.10.2-forge1.10.2-12.18.3.2511
  451. LWJGL: 2.9.4
  452. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  453. GL Caps: Using GL 1.3 multitexturing.
  454. Using GL 1.3 texture combiners.
  455. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  456. Shaders are available because OpenGL 2.1 is supported.
  457. VBOs are available because OpenGL 1.5 is supported.
  458.  
  459. Using VBOs: No
  460. Is Modded: Definitely; Client brand changed to 'fml,forge'
  461. Type: Client (map_client.txt)
  462. Resource Packs: IC2WeedsYouSee.zip
  463. Current Language: English (US)
  464. Profiler Position: N/A (disabled)
  465. CPU: 8x Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
  466. OptiFine Version: OptiFine_1.10.2_HD_U_E7
  467. Render Distance Chunks: 7
  468. Mipmaps: 0
  469. Anisotropic Filtering: 1
  470. Antialiasing: 0
  471. Multitexture: false
  472. Shaders: null
  473. OpenGlVersion: 4.4.0 - Build 20.19.15.4474
  474. OpenGlRenderer: Intel(R) HD Graphics 530
  475. OpenGlVendor: Intel
  476. CpuCount: 8