Guest User

Untitled

a guest
Jan 5th, 2018
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.88 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. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  7. Brandon's Core (BrandonsCore-1.10.2-2.1.8.107-universal.jar)
  8. LoadingPlugin (Quark-r1.1-70.jar)
  9. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  10. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  11. ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
  12. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  13. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  14. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.2.157-universal.jar)
  15. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  16. Contact their authors BEFORE contacting forge
  17.  
  18. // Ooh. Shiny.
  19.  
  20. Time: 1/5/18 4:42 AM
  21. Description: Tesselating block model
  22.  
  23. com.google.common.util.concurrent.UncheckedExecutionException: java.lang.RuntimeException: No OpenGL context found in the current thread.
  24. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
  25. at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
  26. at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4736)
  27. at com.amadornes.rscircuits.client.SimpleModelFontRenderer.get(SimpleModelFontRenderer.java:39)
  28. at com.amadornes.rscircuits.client.ModelWrapperCircuit.processQuads(ModelWrapperCircuit.java:146)
  29. at com.amadornes.rscircuits.client.ModelWrapperCircuit.func_188616_a(ModelWrapperCircuit.java:114)
  30. at mcmultipart.client.multipart.ModelMultipartContainer.func_188616_a(ModelMultipartContainer.java:94)
  31. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:117)
  32. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:103)
  33. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:46)
  34. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:37)
  35. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
  36. at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:54)
  37. at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:61)
  38. at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:199)
  39. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100)
  40. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:43)
  41. at java.lang.Thread.run(Thread.java:745)
  42. Caused by: java.lang.RuntimeException: No OpenGL context found in the current thread.
  43. at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124)
  44. at org.lwjgl.opengl.GL11.glBindTexture(GL11.java:651)
  45. at net.minecraft.client.renderer.GlStateManager.func_179144_i(SourceFile:497)
  46. at net.minecraft.client.renderer.texture.TextureUtil.func_94277_a(TextureUtil.java:308)
  47. at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:45)
  48. at com.amadornes.rscircuits.client.SimpleModelFontRenderer.<init>(SimpleModelFontRenderer.java:81)
  49. at com.amadornes.rscircuits.client.SimpleModelFontRenderer.<init>(SimpleModelFontRenderer.java:29)
  50. at com.amadornes.rscircuits.client.SimpleModelFontRenderer$1.<init>(SimpleModelFontRenderer.java:46)
  51. at com.amadornes.rscircuits.client.SimpleModelFontRenderer.lambda$get$0(SimpleModelFontRenderer.java:46)
  52. at com.amadornes.rscircuits.client.SimpleModelFontRenderer$$Lambda$1703/924237579.call(Unknown Source)
  53. at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4739)
  54. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
  55. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
  56. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
  57. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
  58. ... 17 more
  59.  
  60.  
  61. A detailed walkthrough of the error, its code path and all known details is as follows:
  62. ---------------------------------------------------------------------------------------
  63.  
  64. -- Head --
  65. Thread: Client thread
  66. Stacktrace:
  67. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
  68. at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
  69. at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4736)
  70. at com.amadornes.rscircuits.client.SimpleModelFontRenderer.get(SimpleModelFontRenderer.java:39)
  71. at com.amadornes.rscircuits.client.ModelWrapperCircuit.processQuads(ModelWrapperCircuit.java:146)
  72. at com.amadornes.rscircuits.client.ModelWrapperCircuit.func_188616_a(ModelWrapperCircuit.java:114)
  73. at mcmultipart.client.multipart.ModelMultipartContainer.func_188616_a(ModelMultipartContainer.java:94)
  74. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:117)
  75. at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:103)
  76.  
  77. -- Block model being tesselated --
  78. Details:
  79. Block: mcmultipart:multipart[ticking=true]
  80. Block location: World: (-1203,41,2829), Chunk: (at 13,2,13 in -76,176; contains blocks -1216,0,2816 to -1201,255,2831), Region: (-3,5; contains chunks -96,160 to -65,191, blocks -1536,0,2560 to -1025,255,3071)
  81. Using AO: true
  82. Stacktrace:
  83. at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:46)
  84. at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:37)
  85.  
  86. -- Block being tesselated --
  87. Details:
  88. Block type: ID #1240 (tile.null // mcmultipart.block.BlockMultipartContainer)
  89. Block data value: 0 / 0x0 / 0b0000
  90. Block location: World: (-1203,41,2829), Chunk: (at 13,2,13 in -76,176; contains blocks -1216,0,2816 to -1201,255,2831), Region: (-3,5; contains chunks -96,160 to -65,191, blocks -1536,0,2560 to -1025,255,3071)
  91. Stacktrace:
  92. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
  93.  
  94. -- Block being tesselated --
  95. Details:
  96. Block type: ID #1240 (tile.null // mcmultipart.block.BlockMultipartContainer)
  97. Block data value: 0 / 0x0 / 0b0000
  98. Block location: World: (-1203,41,2829), Chunk: (at 13,2,13 in -76,176; contains blocks -1216,0,2816 to -1201,255,2831), Region: (-3,5; contains chunks -96,160 to -65,191, blocks -1536,0,2560 to -1025,255,3071)
  99. Stacktrace:
  100. at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:54)
  101. at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:61)
  102.  
  103. -- Affected level --
  104. Details:
  105. Level name: MpServer
  106. All players: 1 total; [EntityPlayerSP['SignatureSevenN'/111157, l='MpServer', x=-1157.44, y=70.00, z=2851.77]]
  107. Chunk stats: MultiplayerChunkCache: 81, 81
  108. Level seed: 0
  109. Level generator: ID 00 - default, ver 1. Features enabled: false
  110. Level generator options:
  111. 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)
  112. Level time: 355117823 game time, 292188843 day time
  113. Level dimension: 0
  114. Level storage version: 0x00000 - Unknown?
  115. Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
  116. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  117. Forced entities: 45 total; [EntityCow['Cow'/111235, l='MpServer', x=-1135.73, y=71.00, z=2881.46], EntityZombie['Zombie'/111747, l='MpServer', x=-1152.50, y=49.00, z=2870.50], EntityPig['Pig'/111241, l='MpServer', x=-1175.48, y=87.00, z=2819.62], EntityItem['item.item.rottenFlesh'/111240, l='MpServer', x=-1199.68, y=72.00, z=2889.67], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/103691, l='MpServer', x=-1203.50, y=62.50, z=2824.50], EntityChicken['Chicken'/111243, l='MpServer', x=-1164.90, y=70.00, z=2810.80], EntityPig['Pig'/111242, l='MpServer', x=-1183.50, y=91.00, z=2826.50], EntityCreeper['Creeper'/111245, l='MpServer', x=-1143.50, y=20.00, z=2850.50], EntityAshen['Ashen'/111244, l='MpServer', x=-1147.50, y=14.00, z=2849.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/103183, l='MpServer', x=-1192.50, y=79.50, z=2825.50], EntitySpider['Spider'/111247, l='MpServer', x=-1202.50, y=47.00, z=2859.50], EntitySheep['Sheep'/103185, l='MpServer', x=-1189.72, y=92.00, z=2826.44], EntityCreeper['Creeper'/111249, l='MpServer', x=-1109.50, y=45.00, z=2819.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/103184, l='MpServer', x=-1188.50, y=79.50, z=2825.50], EntityItem['item.item.egg'/111248, l='MpServer', x=-1201.53, y=70.00, z=2849.18], EntityPig['Pig'/103187, l='MpServer', x=-1187.50, y=91.00, z=2827.50], EntitySheep['Sheep'/103186, l='MpServer', x=-1197.65, y=93.00, z=2819.23], EntityItem['item.item.rottenFlesh'/111253, l='MpServer', x=-1118.84, y=80.00, z=2880.95], EntityButterfly['Latticed Heath'/103188, l='MpServer', x=-1190.93, y=96.00, z=2824.36], EntityPainting['Painting'/4377, l='MpServer', x=-1205.00, y=65.50, z=2811.97], EntityItemFrame['Item Frame'/4383, l='MpServer', x=-1202.03, y=65.50, z=2805.50], EntityItemFrame['Item Frame'/4384, l='MpServer', x=-1202.03, y=65.50, z=2804.50], EntityItemFrame['Item Frame'/4385, l='MpServer', x=-1202.03, y=65.50, z=2806.50], EntityPlayerSP['SignatureSevenN'/111157, l='MpServer', x=-1157.44, y=70.00, z=2851.77], EntityPainting['Painting'/4377, l='MpServer', x=-1205.00, y=65.50, z=2811.97], EntityHorse['Horse'/111290, l='MpServer', x=-1114.49, y=68.00, z=2849.63], EntitySkeleton['Skeleton'/111187, l='MpServer', x=-1142.50, y=34.00, z=2812.50], EntityItem['item.item.bone'/111191, l='MpServer', x=-1128.75, y=68.00, z=2849.50], EntitySkeleton['Skeleton'/111190, l='MpServer', x=-1135.50, y=33.00, z=2860.50], EntityCreeper['Creeper'/111192, l='MpServer', x=-1204.50, y=34.00, z=2873.50], EntityZombie['Zombie'/111194, l='MpServer', x=-1176.50, y=34.00, z=2898.50], EntityItem['item.item.egg'/111201, l='MpServer', x=-1165.46, y=66.00, z=2892.21], EntityZombie['Zombie'/111207, l='MpServer', x=-1147.50, y=36.00, z=2822.50], EntityItem['item.item.arrow'/111209, l='MpServer', x=-1148.88, y=69.00, z=2829.31], EntityZombie['Zombie'/111208, l='MpServer', x=-1145.50, y=36.00, z=2823.50], EntityItem['item.item.bone'/111210, l='MpServer', x=-1147.42, y=69.00, z=2829.31], EntityCreeper['Creeper'/111212, l='MpServer', x=-1201.50, y=25.00, z=2894.50], EntitySkeleton['Skeleton'/111215, l='MpServer', x=-1202.50, y=50.00, z=2881.50], EntityXPOrb['Experience Orb'/111223, l='MpServer', x=-1135.26, y=71.00, z=2878.82], EntityEnderman['Enderman'/111225, l='MpServer', x=-1169.50, y=50.00, z=2871.50], EntityZombie['Zombie'/111227, l='MpServer', x=-1180.50, y=50.00, z=2866.50], EntityCreeper['Creeper'/111226, l='MpServer', x=-1181.50, y=50.00, z=2865.50], EntityBlitz['Blitz'/111228, l='MpServer', x=-1173.50, y=49.00, z=2870.50], EntityEnderman['Enderman'/111231, l='MpServer', x=-1124.50, y=33.00, z=2818.50], EntityCreeper['Creeper'/111230, l='MpServer', x=-1129.50, y=34.00, z=2828.50]]
  118. Retry entities: 0 total; []
  119. Server brand: Waterfall (git:Waterfall-Bootstrap:1.12-SNAPSHOT:7bb18dc:147) <- fml,forge,sponge
  120. Server type: Non-integrated multiplayer server
  121. Stacktrace:
  122. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
  123. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  124. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:49)
  125. at java.lang.Thread.run(Thread.java:745)
  126.  
  127. -- System Details --
  128. Details:
  129. Minecraft Version: 1.10.2
  130. Operating System: Windows 10 (amd64) version 10.0
  131. Java Version: 1.8.0_25, Oracle Corporation
  132. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  133. Memory: 2082583784 bytes (1986 MB) / 4750573568 bytes (4530 MB) up to 6103236608 bytes (5820 MB)
  134. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6548m -Xms256m -XX:PermSize=256m
  135. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  136. FML: MCP 9.32 Powered by Forge 12.18.3.2316 91 mods loaded, 91 mods active
  137. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  138. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  139. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2316.jar)
  140. UCHIJA Forge{12.18.3.2316} [Minecraft Forge] (forge-1.10.2-12.18.3.2316.jar)
  141. UCHIJA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
  142. UCHIJA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
  143. UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  144. UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  145. UCHIJA cofhcore{4.1.2} [CoFH Core] (CoFHCore-1.10.2-4.1.2.157-universal.jar)
  146. UCHIJA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
  147. UCHIJA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
  148. UCHIJA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
  149. UCHIJA AkashicTome{1.0-5} [Akashic Tome] (AkashicTome-1.0-5.jar)
  150. UCHIJA appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
  151. UCHIJA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
  152. UCHIJA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
  153. UCHIJA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
  154. UCHIJA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  155. UCHIJA badwithernocookie{1.10.2-0.0.1-5418dde} [Bad Wither No Cookie!] (BadWitherNoCookie-1.10.2-0.0.1-5418dde.jar)
  156. UCHIJA bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4g.jar)
  157. UCHIJA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
  158. UCHIJA BiomesOPlenty{5.0.0.2155} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2155-universal.jar)
  159. UCHIJA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
  160. UCHIJA JEI{3.14.7.419} [Just Enough Items] (jei_1.10.2-3.14.7.419.jar)
  161. UCHIJA BloodMagic{1.10.2-2.1.10-79} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.10-79.jar)
  162. UCHIJA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
  163. UCHIJA CodeChickenLib{2.5.9.267} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  164. UCHIJA brandonscore{2.1.8} [Brandon's Core] (BrandonsCore-1.10.2-2.1.8.107-universal.jar)
  165. UCHIJA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
  166. UCHIJA chisel{MC1.10.2-0.0.10.22} [Chisel] (Chisel-MC1.10.2-0.0.10.22.jar)
  167. UCHIJA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
  168. UCHIJA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
  169. UCHIJA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
  170. UCHIJA IC2{2.6.234-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.234-ex110.jar)
  171. UCHIJA compactsolars{1.10.2-5.0.9.332} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.9.332-universal.jar)
  172. UCHIJA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.25.jar)
  173. UCHIJA MineTweaker3{3.0.25} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.25.jar)
  174. UCHIJA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.25.jar)
  175. UCHIJA creeperhost{unspecified} [CreeperHost] (creeperhost-1.10.2-1.3.2.jar)
  176. UCHIJA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar)
  177. UCHIJA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  178. UCHIJA darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar)
  179. UCHIJA forestry{5.2.17.376} [Forestry] (forestry_1.10.2-5.2.17.376.jar)
  180. UCHIJA eleccore{1.7.421} [ElecCore] (ElecCore-1.10.2-1.7.421.jar)
  181. UCHIJA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
  182. UCHIJA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
  183. UCHIJA deepresonance{1.4.8} [DeepResonance] (deepresonance-1.1x-1.4.8.jar)
  184. UCHIJA draconicevolution{2.1.0} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.0.232-universal.jar)
  185. UCHIJA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
  186. UCHIJA EnderIO{1.10.2-3.1.183} [Ender IO] (EnderIO-1.10.2-3.1.183.jar)
  187. UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.4.jar)
  188. UCHIJA zerocore{1.10.2-0.1.0.6} [Zero CORE] (zerocore-1.10.2-0.1.0.6.jar)
  189. UCHIJA bigreactors{1.10.2-0.4.5.29} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.29.jar)
  190. UCHIJA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  191. UCHIJA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
  192. UCHIJA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar)
  193. UCHIJA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar)
  194. UCHIJA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
  195. UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  196. UCHIJA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
  197. UCHIJA theoneprobe{1.4.7} [The One Probe] (theoneprobe-1.1x-1.4.7.jar)
  198. UCHIJA immersiveengineering{0.10-60} [Immersive Engineering] (ImmersiveEngineering-0.10-60.jar)
  199. UCHIJA inventorysorter{0.11.0+47} [Simple Inventory sorting] (inventorysorter-1.10.2-0.11.0+47.jar)
  200. UCHIJA inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar)
  201. UCHIJA ironbackpacks{1.10.2-2.2.27} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.27.jar)
  202. UCHIJA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
  203. UCHIJA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
  204. UCHIJA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
  205. UCHIJA jeresources{0.5.9.3} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.9.3.jar)
  206. UCHIJA llor{1.1.1-mc[1.9-1.11]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.1-mc[1.9-1.11].jar)
  207. UCHIJA mercurius{1.0.4} [Mercurius] (Mercurius-1.10.2-1.0.4.jar)
  208. UCHIJA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  209. UCHIJA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar)
  210. UCHIJA notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar)
  211. UCHIJA harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar)
  212. UCHIJA railcraft{10.1.2} [Railcraft] (Railcraft_1.10.2-10.1.2.jar)
  213. UCHIJA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
  214. UCHIJA thermalfoundation{2.1.0} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.0.82-universal.jar)
  215. UCHIJA redstonearsenal{2.0.4} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.0.4.33-universal.jar)
  216. UCHIJA StorageDrawers{1.10.2-3.7.9} [Storage Drawers] (StorageDrawers-1.10.2-3.7.9.jar)
  217. UCHIJA refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar)
  218. UCHIJA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
  219. UCHIJA rftools{6.01} [RFTools] (rftools-1.1x-6.01.jar)
  220. UCHIJA rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar)
  221. UCHIJA rftoolsdim{5.02} [RFTools Dimensions] (rftoolsdim-1.1x-5.02.jar)
  222. UCHIJA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  223. UCHIJA thermalexpansion{5.1.1} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.1.93-universal.jar)
  224. UCHIJA thermaldynamics{2.0.2} [Thermal Dynamics] (ThermalDynamics-1.10.2-2.0.2.4-universal.jar)
  225. UCHIJA WailaHarvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.9.jar)
  226. UCHIJA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar)
  227. UCHIJA wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar)
  228. UCHIJA xnet{1.3.2} [XNet] (xnet-1.3.2.jar)
  229. Loaded coremods (and transformers):
  230. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  231. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  232. IC2core (industrialcraft-2-2.6.234-ex110.jar)
  233.  
  234. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  235. invtweaks.forge.asm.ContainerTransformer
  236. Brandon's Core (BrandonsCore-1.10.2-2.1.8.107-universal.jar)
  237. com.brandon3055.brandonscore.asm.ClassTransformer
  238. LoadingPlugin (Quark-r1.1-70.jar)
  239. vazkii.quark.base.asm.ClassTransformer
  240. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  241. lumien.resourceloader.asm.ClassTransformer
  242. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  243. codechicken.lib.asm.ClassHeirachyManager
  244. codechicken.lib.asm.CCL_ASMTransformer
  245. ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
  246. team.chisel.common.asm.ChiselTransformer
  247. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  248. com.enderio.core.common.transform.EnderCoreTransformer
  249. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  250. appeng.coremod.transformer.ASMIntegration
  251. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.2.157-universal.jar)
  252. cofh.asm.CoFHClassTransformer
  253. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  254. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  255. li.cil.oc.common.asm.ClassTransformer
  256. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  257. AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
  258. Pulsar/tconstruct loaded Pulses:
  259. - TinkerCommons (Enabled/Forced)
  260. - TinkerWorld (Enabled/Not Forced)
  261. - TinkerTools (Enabled/Not Forced)
  262. - TinkerHarvestTools (Enabled/Forced)
  263. - TinkerMeleeWeapons (Enabled/Forced)
  264. - TinkerRangedWeapons (Enabled/Forced)
  265. - TinkerModifiers (Enabled/Forced)
  266. - TinkerSmeltery (Enabled/Not Forced)
  267. - TinkerGadgets (Enabled/Not Forced)
  268. - TinkerOredict (Enabled/Forced)
  269. - TinkerIntegration (Enabled/Forced)
  270. - TinkerFluids (Enabled/Forced)
  271. - TinkerMaterials (Enabled/Forced)
  272. - TinkerModelRegister (Enabled/Forced)
  273. - chiselsandbitsIntegration (Enabled/Not Forced)
  274. - WailaIntegration (Enabled/Not Forced)
  275. - theoneprobeIntegration (Enabled/Not Forced)
  276.  
  277. CodeChickenLib Invalid Fingerprint Reports:
  278. CodeChickenCore Invalid Fingerprint Reports:
  279. EnderStorage Invalid Fingerprint Reports:
  280. 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.):
  281. * 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).
  282. It is a supported version, but that difference may lead to problems.
  283. 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.
  284. Detailed RF API diagnostics:
  285. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Vincent/Documents/Curse/Minecraft/Instances/FTB%20Presents%20Direwolf20%201.10/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/EnergyStorage.class
  286. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Vincent/Documents/Curse/Minecraft/Instances/FTB%20Presents%20Direwolf20%201.10/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyConnection.class
  287. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Vincent/Documents/Curse/Minecraft/Instances/FTB%20Presents%20Direwolf20%201.10/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  288. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Vincent/Documents/Curse/Minecraft/Instances/FTB%20Presents%20Direwolf20%201.10/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyHandler.class
  289. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Vincent/Documents/Curse/Minecraft/Instances/FTB%20Presents%20Direwolf20%201.10/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyProvider.class
  290. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Vincent/Documents/Curse/Minecraft/Instances/FTB%20Presents%20Direwolf20%201.10/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  291. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Vincent/Documents/Curse/Minecraft/Instances/FTB%20Presents%20Direwolf20%201.10/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyStorage.class
  292. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Vincent/Documents/Curse/Minecraft/Instances/FTB%20Presents%20Direwolf20%201.10/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  293. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Vincent/Documents/Curse/Minecraft/Instances/FTB%20Presents%20Direwolf20%201.10/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  294. Detailed Tesla API diagnostics:
  295. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  296. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  297. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  298. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  299. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  300. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  301. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  302. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  303. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  304. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  305. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  306.  
  307. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  308. !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  309. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  310.  
  311. 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
  312. Launched Version: forge-12.18.3.2316
  313. LWJGL: 2.9.4
  314. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  315. GL Caps: Using GL 1.3 multitexturing.
  316. Using GL 1.3 texture combiners.
  317. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  318. Shaders are available because OpenGL 2.1 is supported.
  319. VBOs are available because OpenGL 1.5 is supported.
  320.  
  321. Using VBOs: Yes
  322. Is Modded: Definitely; Client brand changed to 'fml,forge'
  323. Type: Client (map_client.txt)
  324. Resource Packs:
  325. Current Language: English (US)
  326. Profiler Position: N/A (disabled)
  327. CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Advertisement
Add Comment
Please, Sign In to add comment