Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.02 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  5. ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
  6. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  7. UnborkedPlugin (unborked-1.10.2-1.80pr0-1.0.5.jar)
  8. MalisisCorePlugin (malisiscore-1.10.2-4.3.0.jar)
  9. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  10. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.4.jar)
  11. CoFH Loading Plugin (CoFHCore-1.10.2-4.0.2.150-universal.jar)
  12. Brandon's Core (BrandonsCore-1.10.2-2.1.3.82-universal.jar)
  13. CorePlugin (MrTJPCore-1.10.2-2.0.0.12-universal.jar)
  14. EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
  15. IC2core (industrialcraft-2-2.6.184-ex110.jar)
  16. llibrary (llibrary-1.7.4-1.10.2.jar)
  17. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  18. TransformerLoader (OpenComputers-MC1.10.2-1.6.1.6.jar)
  19. Contact their authors BEFORE contacting forge
  20.  
  21. // Uh... Did I do that?
  22.  
  23. Time: 3/26/17 2:56 PM
  24. Description: Tessellating CCL block in world
  25.  
  26. java.lang.ArrayIndexOutOfBoundsException: 44
  27. at mrtjp.projectred.transmission.WireModelGen$$anonfun$addVerts$1.apply$mcVI$sp(RenderWire.scala:392)
  28. at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
  29. at mrtjp.projectred.transmission.WireModelGen$.addVerts(RenderWire.scala:392)
  30. at mrtjp.projectred.transmission.WireModelGen$.mrtjp$projectred$transmission$WireModelGen$$generateSide(RenderWire.scala:257)
  31. at mrtjp.projectred.transmission.WireModelGen$$anonfun$generateModel$1.apply$mcVI$sp(RenderWire.scala:202)
  32. at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
  33. at mrtjp.projectred.transmission.WireModelGen$.generateModel(RenderWire.scala:202)
  34. at mrtjp.projectred.transmission.RenderWire$.getOrGenerateModel(RenderWire.scala:59)
  35. at mrtjp.projectred.transmission.RenderWire$.render(RenderWire.scala:72)
  36. at mrtjp.projectred.transmission.WirePart.doStaticTessellation(wireabstracts.scala:284)
  37. at mrtjp.projectred.transmission.TWireCommons$class.renderStatic(wireabstracts.scala:148)
  38. at mrtjp.projectred.transmission.WirePart.renderStatic(wireabstracts.scala:191)
  39. at codechicken.multipart.TileMultipartClient$$anonfun$renderStatic$1.apply(TileMultipart.scala:557)
  40. at codechicken.multipart.TileMultipartClient$$anonfun$renderStatic$1.apply(TileMultipart.scala:557)
  41. at scala.collection.TraversableOnce$$anonfun$count$1.apply(TraversableOnce.scala:115)
  42. at scala.collection.TraversableOnce$$anonfun$count$1.apply(TraversableOnce.scala:114)
  43. at scala.collection.immutable.List.foreach(List.scala:383)
  44. at scala.collection.TraversableOnce$class.count(TraversableOnce.scala:114)
  45. at scala.collection.AbstractTraversable.count(Traversable.scala:104)
  46. at codechicken.multipart.TileMultipartClient$class.renderStatic(TileMultipart.scala:557)
  47. at TileMultipart_cmp$$2.renderStatic(Unknown Source)
  48. at codechicken.multipart.MultipartRenderer$.renderBlock(MultipartRenderer.scala:92)
  49. at codechicken.lib.render.block.BlockRenderingRegistry.renderBlock(BlockRenderingRegistry.java:94)
  50. at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:53)
  51. at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:290)
  52. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(ChunkRenderWorker.java:119)
  53. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:47)
  54. at java.lang.Thread.run(Unknown Source)
  55.  
  56.  
  57. A detailed walkthrough of the error, its code path and all known details is as follows:
  58. ---------------------------------------------------------------------------------------
  59.  
  60. -- Head --
  61. Thread: Client thread
  62. Stacktrace:
  63. at mrtjp.projectred.transmission.WireModelGen$$anonfun$addVerts$1.apply$mcVI$sp(RenderWire.scala:392)
  64. at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
  65. at mrtjp.projectred.transmission.WireModelGen$.addVerts(RenderWire.scala:392)
  66. at mrtjp.projectred.transmission.WireModelGen$.mrtjp$projectred$transmission$WireModelGen$$generateSide(RenderWire.scala:257)
  67. at mrtjp.projectred.transmission.WireModelGen$$anonfun$generateModel$1.apply$mcVI$sp(RenderWire.scala:202)
  68. at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
  69. at mrtjp.projectred.transmission.WireModelGen$.generateModel(RenderWire.scala:202)
  70. at mrtjp.projectred.transmission.RenderWire$.getOrGenerateModel(RenderWire.scala:59)
  71. at mrtjp.projectred.transmission.RenderWire$.render(RenderWire.scala:72)
  72. at mrtjp.projectred.transmission.WirePart.doStaticTessellation(wireabstracts.scala:284)
  73. at mrtjp.projectred.transmission.TWireCommons$class.renderStatic(wireabstracts.scala:148)
  74. at mrtjp.projectred.transmission.WirePart.renderStatic(wireabstracts.scala:191)
  75. at codechicken.multipart.TileMultipartClient$$anonfun$renderStatic$1.apply(TileMultipart.scala:557)
  76. at codechicken.multipart.TileMultipartClient$$anonfun$renderStatic$1.apply(TileMultipart.scala:557)
  77. at scala.collection.TraversableOnce$$anonfun$count$1.apply(TraversableOnce.scala:115)
  78. at scala.collection.TraversableOnce$$anonfun$count$1.apply(TraversableOnce.scala:114)
  79. at scala.collection.immutable.List.foreach(List.scala:383)
  80. at scala.collection.TraversableOnce$class.count(TraversableOnce.scala:114)
  81. at scala.collection.AbstractTraversable.count(Traversable.scala:104)
  82. at codechicken.multipart.TileMultipartClient$class.renderStatic(TileMultipart.scala:557)
  83. at TileMultipart_cmp$$2.renderStatic(Unknown Source)
  84. at codechicken.multipart.MultipartRenderer$.renderBlock(MultipartRenderer.scala:92)
  85. at codechicken.lib.render.block.BlockRenderingRegistry.renderBlock(BlockRenderingRegistry.java:94)
  86.  
  87. -- Block being tessellated --
  88. Details:
  89. Block type: ID #2137 (tile.null // codechicken.multipart.BlockMultipart)
  90. Block data value: 0 / 0x0 / 0b0000
  91. Block location: World: (6795,99,-12976), Chunk: (at 11,6,0 in 424,-811; contains blocks 6784,0,-12976 to 6799,255,-12961), Region: (13,-26; contains chunks 416,-832 to 447,-801, blocks 6656,0,-13312 to 7167,255,-12801)
  92. Stacktrace:
  93. at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:53)
  94.  
  95. -- Affected level --
  96. Details:
  97. Level name: MpServer
  98. All players: 2 total; [EntityPlayerSP['liamph'/4077181, l='MpServer', x=6785.70, y=99.00, z=-12973.18], EntityOtherPlayerMP['ath2006'/3657570, l='MpServer', x=6706.33, y=92.00, z=-13076.84]]
  99. Chunk stats: MultiplayerChunkCache: 314, 314
  100. Level seed: 0
  101. Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
  102. Level generator options:
  103. Level spawn location: World: (-512,92,-272), Chunk: (at 0,5,0 in -32,-17; contains blocks -512,0,-272 to -497,255,-257), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  104. Level time: 186854306 game time, 6066 day time
  105. Level dimension: 0
  106. Level storage version: 0x00000 - Unknown?
  107. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  108. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  109. Forced entities: ~~ERROR~~ ConcurrentModificationException: null
  110. Retry entities: 0 total; []
  111. Server brand: fml,forge
  112. Server type: Non-integrated multiplayer server
  113. Stacktrace:
  114. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:498)
  115. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  116. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:57)
  117. at java.lang.Thread.run(Unknown Source)
  118.  
  119. -- System Details --
  120. Details:
  121. Minecraft Version: 1.10.2
  122. Operating System: Windows 7 (amd64) version 6.1
  123. Java Version: 1.8.0_121, Oracle Corporation
  124. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  125. Memory: 12435062896 bytes (11859 MB) / 16106127360 bytes (15360 MB) up to 16106127360 bytes (15360 MB)
  126. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms15360m -Xmx15360m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
  127. IntCache: cache: 6, tcache: 0, allocated: 4, tallocated: 105
  128. FML: MCP 9.32 Powered by Forge 12.18.3.2254 Optifine OptiFine_1.10.2_HD_U_D4 100 mods loaded, 100 mods active
  129. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  130. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  131. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (modpack.jar)
  132. UCHIJA Forge{12.18.3.2254} [Minecraft Forge] (modpack.jar)
  133. UCHIJA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
  134. UCHIJA OpenComputers|Core{1.6.1.6} [OpenComputers (Core)] (minecraft.jar)
  135. UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  136. UCHIJA unborked_core{1.0.5} [Unborked Core] (minecraft.jar)
  137. UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  138. UCHIJA JEI{3.13.6.387} [Just Enough Items] (jei_1.10.2-3.13.6.387.jar)
  139. UCHIJA appleskin{1.0.4} [AppleSkin] (AppleSkin-mc1.10.2-1.0.4.jar)
  140. UCHIJA appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
  141. UCHIJA architecturecraft{1.7.1} [ArchitectureCraft] (ArchitectureCraft-1.7.1-mc1.10.2.jar)
  142. UCHIJA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
  143. UCHIJA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  144. UCHIJA Baubles{1.3.4} [Baubles] (Baubles-1.10.2-1.3.4.jar)
  145. UCHIJA bdlib{1.12.2.17} [BD Lib] (bdlib-1.12.2.17-mc1.10.2.jar)
  146. UCHIJA BiblioCraft{2.2.1} [BiblioCraft] (BiblioCraft[v2.2.1][MC1.10.2].jar)
  147. UCHIJA BiomesOPlenty{5.0.0.2155} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2155-universal.jar)
  148. UCHIJA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar)
  149. UCHIJA BloodMagic{1.9.4-2.1.0-66} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.1.0-66.jar)
  150. UCHIJA Botania{r1.9-339} [Botania] (Botania r1.9-339.jar)
  151. UCHIJA CodeChickenLib{2.5.7.241} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  152. UCHIJA cofhcore{4.0.2} [CoFH Core] (CoFHCore-1.10.2-4.0.2.150-universal.jar)
  153. UCHIJA brandonscore{2.1.3} [Brandon's Core] (BrandonsCore-1.10.2-2.1.3.82-universal.jar)
  154. UCHIJA Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar)
  155. UCHIJA chisel{MC1.10.2-0.0.7.3} [Chisel] (Chisel-MC1.10.2-0.0.7.3.jar)
  156. UCHIJA mcmultipart{1.3.0_87} [MCMultiPart] (MCMultiPart-experimental-2.0.0_88-universal.jar)
  157. UCHIJA chiselsandbits{12.7} [Chisels & Bits] (chiselsandbits-12.7.jar)
  158. UCHIJA CodeChickenCore{2.4.0.101} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.0.101-universal.jar)
  159. UCHIJA IC2{2.6.184-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.184-ex110.jar)
  160. UCHIJA compactsolars{1.10.2-5.0.8.331} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.8.331-universal.jar)
  161. UCHIJA ComputerCraft{1.80pr0} [ComputerCraft] (ComputerCraft1.80pr0.jar)
  162. UCHIJA CustomBackgrounds{1.0} [Custom Backgrounds] (custom-backgrounds-MC1.9.4-1.1.jar)
  163. UCHIJA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.6.1_1.10.2.jar)
  164. UCHIJA props{2.3.6.1} [Decocraft] (Decocraft-2.3.6.1_1.10.2.jar)
  165. UCHIJA draconicevolution{2.0.6} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.6.157-universal.jar)
  166. UCHIJA elevatorid{1.2.0} [Elevator Mod] (ElevatorMod[V.1.2.0][MC.1.10.2].jar)
  167. UCHIJA endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar)
  168. UCHIJA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  169. UCHIJA EnderIO{1.10.2-3.1.170} [Ender IO] (EnderIO-1.10.2-3.1.170.jar)
  170. UCHIJA EnderStorage{2.2.0.96} [EnderStorage] (EnderStorage-1.10.2-2.2.0.96-universal.jar)
  171. UCHIJA EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)
  172. UCHIJA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.2.2.jar)
  173. UCHIJA zerocore{1.10.2-0.1.0.4} [Zero CORE] (zerocore-1.10.2-0.1.0.4.jar)
  174. UCHIJA bigreactors{1.10.2-0.4.5.27} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.27.jar)
  175. UCHIJA forestry{5.2.17.368} [Forestry] (forestry_1.10.2-5.2.17.368.jar)
  176. UCHIJA forgemultipartcbe{2.0.0.29} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar)
  177. UCHIJA microblockcbe{2.0.0.29} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar)
  178. UCHIJA minecraftmultipartcbe{2.0.0.29} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar)
  179. UCHIJA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.3.0.jar)
  180. UCHIJA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.3.1.jar)
  181. UCHIJA gendustry{1.6.4.25} [GenDustry] (gendustry-1.6.4.25-mc1.10.2.jar)
  182. UCHIJA geographicraft{0.7.5} [GeographiCraft] (GeographiCraft-1.9.4-0.7.6.jar)
  183. UCHIJA gravestone{1.5.9} [Gravestone] (GraveStone Mod 1.5.9.jar)
  184. UCHIJA gravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.jar)
  185. UCHIJA helpfixer{1.0} [HelpFixer] (HelpFixer-1.10.2-1.4.15.jar)
  186. UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  187. UCHIJA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar)
  188. UCHIJA immersiveengineering{0.10-54} [Immersive Engineering] (ImmersiveEngineering-0.10-54.jar)
  189. UCHIJA inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar)
  190. UCHIJA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
  191. UCHIJA jeibees{0.9.0.4} [JEI Bees] (jeibees-0.9.0.4-mc1.10.2.jar)
  192. UCHIJA journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
  193. UCHIJA llibrary{1.7.4} [LLibrary] (llibrary-1.7.4-1.10.2.jar)
  194. UCHIJA jurassicraft{2.0.5} [JurassiCraft] (JurassiCraft-2.0.5.jar)
  195. UCHIJA jeresources{0.5.7.87} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.7.87.jar)
  196. UCHIJA malisiscore{1.10.2-4.3.0} [MalisisCore] (malisiscore-1.10.2-4.3.0.jar)
  197. UCHIJA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
  198. UCHIJA Mekanism{9.2.2} [Mekanism] (Mekanism-1.10.2-9.2.2.301.jar)
  199. UCHIJA MekanismGenerators{9.2.2} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.2.301.jar)
  200. UCHIJA MekanismTools{9.2.2} [MekanismTools] (MekanismTools-1.10.2-9.2.2.301.jar)
  201. UCHIJA mfs{7.1.2} [Minecraft Flight Simulator] (Minecraft Flight Simulator-1.10.2-7.1.2.jar)
  202. UCHIJA Morpheus{1.10.2-3.1.9} [Morpheus] (Morpheus-1.10.2-3.1.9.jar)
  203. UCHIJA MrTJPCoreMod{2.0.0.12} [MrTJPCore] (MrTJPCore-1.10.2-2.0.0.12-universal.jar)
  204. UCHIJA shetiphiancore{3.3.3} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.4.jar)
  205. UCHIJA multistorage{1.2.8} [Multi-Storage] (multistorage-1.10.0-1.2.8.jar)
  206. UCHIJA natura{1.10.2-4.0.0.93} [Natura] (natura-1.10.2-4.0.0.93.jar)
  207. UCHIJA OpenComputers{1.6.1.6} [OpenComputers] (OpenComputers-MC1.10.2-1.6.1.6.jar)
  208. UCHIJA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
  209. UCHIJA projectred-core{4.8.0.17} [ProjectRed Core] (ProjectRed-1.10.2-4.8.0.17-Base.jar)
  210. UCHIJA projectred-integration{4.8.0.17} [ProjectRed integration] (ProjectRed-1.10.2-4.8.0.17-integration.jar)
  211. UCHIJA projectred-transmission{4.8.0.17} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.0.17-integration.jar)
  212. UCHIJA projectred-illumination{4.8.0.17} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.0.17-lighting.jar)
  213. UCHIJA projectred-exploration{4.8.1.25} [ProjectRed Exploration] (ProjectRed-1.10.2-4.8.1.25-world.jar)
  214. UCHIJA railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar)
  215. UCHIJA xreliquary{1.10.2-1.3.3.585} [Reliquary] (Reliquary-1.10.2-1.3.3.585.jar)
  216. UCHIJA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
  217. UCHIJA rftools{5.62} [RFTools] (rftools-1.10-5.62.jar)
  218. UCHIJA rftoolscontrol{1.5.2} [RFTools Control] (rftoolsctrl-1.10-1.5.2.jar)
  219. UCHIJA roots{0.204} [Roots] (roots-1.10.2-0.204.0.jar)
  220. UCHIJA RTG{4.1.1.7} [Realistic Terrain Generation] (RTG-1.10.2-4.1.1.7.jar)
  221. UCHIJA simplebarrels{1.25h} [Simple Barrels] (simplebarrels-1.10.2-2002-1.25h.jar)
  222. UCHIJA StorageDrawers{1.10.2-3.4.5} [Storage Drawers] (StorageDrawers-1.10.2-3.4.5.jar)
  223. UCHIJA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  224. UCHIJA thermalfoundation{2.0.2} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.2.76-universal.jar)
  225. UCHIJA thermalexpansion{5.0.2} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.2.83-universal.jar)
  226. UCHIJA TinkersAddons{1.0.3} [Tinkers' Addons] (Tinkers' Addons-1.10.x-1.0.3.jar)
  227. UCHIJA unborked{1.0.5} [Unborked] (unborked-1.10.2-1.80pr0-1.0.5.jar)
  228. UCHIJA WailaHarvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.9.jar)
  229. UCHIJA xtones{1.10.2-1.0.1-3} [Xtones] (Xtones-1.10.2-1.0.1-3.jar)
  230. Loaded coremods (and transformers):
  231. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  232. codechicken.lib.asm.ClassHeirachyManager
  233. codechicken.lib.asm.CCL_ASMTransformer
  234. ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
  235. team.chisel.common.asm.ChiselTransformer
  236. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  237. invtweaks.forge.asm.ContainerTransformer
  238. UnborkedPlugin (unborked-1.10.2-1.80pr0-1.0.5.jar)
  239. org.squiddev.unborked.core.UnborkedTransformer
  240. MalisisCorePlugin (malisiscore-1.10.2-4.3.0.jar)
  241. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  242. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  243. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  244. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  245. net.malisis.core.util.clientnotif.ClientNotifTransformer
  246. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  247. lumien.resourceloader.asm.ClassTransformer
  248. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.4.jar)
  249. shetiphian.core.asm.ClassTransformer
  250. CoFH Loading Plugin (CoFHCore-1.10.2-4.0.2.150-universal.jar)
  251. cofh.asm.CoFHClassTransformer
  252. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  253. Brandon's Core (BrandonsCore-1.10.2-2.1.3.82-universal.jar)
  254. com.brandon3055.brandonscore.asm.ClassTransformer
  255. CorePlugin (MrTJPCore-1.10.2-2.0.0.12-universal.jar)
  256.  
  257. EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
  258. com.enderio.core.common.transform.EnderCoreTransformer
  259. IC2core (industrialcraft-2-2.6.184-ex110.jar)
  260.  
  261. llibrary (llibrary-1.7.4-1.10.2.jar)
  262. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  263. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  264. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  265. appeng.coremod.transformer.ASMIntegration
  266. TransformerLoader (OpenComputers-MC1.10.2-1.6.1.6.jar)
  267. li.cil.oc.common.asm.ClassTransformer
  268. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  269. AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
  270. Pulsar/tconstruct loaded Pulses:
  271. - TinkerCommons (Enabled/Forced)
  272. - TinkerWorld (Enabled/Not Forced)
  273. - TinkerTools (Enabled/Not Forced)
  274. - TinkerHarvestTools (Enabled/Forced)
  275. - TinkerMeleeWeapons (Enabled/Forced)
  276. - TinkerRangedWeapons (Enabled/Forced)
  277. - TinkerModifiers (Enabled/Forced)
  278. - TinkerSmeltery (Enabled/Not Forced)
  279. - TinkerGadgets (Enabled/Not Forced)
  280. - TinkerOredict (Enabled/Forced)
  281. - TinkerIntegration (Enabled/Forced)
  282. - TinkerFluids (Enabled/Forced)
  283. - TinkerMaterials (Enabled/Forced)
  284. - TinkerModelRegister (Enabled/Forced)
  285. - chiselsandbitsIntegration (Enabled/Not Forced)
  286. - WailaIntegration (Enabled/Not Forced)
  287.  
  288. Pulsar/natura loaded Pulses:
  289. - NaturaCommons (Enabled/Forced)
  290. - NaturaOverworld (Enabled/Not Forced)
  291. - NaturaNether (Enabled/Not Forced)
  292. - NaturaEntities (Enabled/Not Forced)
  293. - NaturaOredict (Enabled/Forced)
  294. - NaturaWorld (Enabled/Not Forced)
  295. - WailaIntegration (Enabled/Not Forced)
  296.  
  297. List of loaded APIs:
  298. * appliedenergistics2|API (rv4) from appliedenergistics2-rv4-alpha-11.jar
  299. * Baubles|API (1.3.1.1) from Baubles-1.10.2-1.3.4.jar
  300. * bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.27.jar
  301. * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.1.0-66.jar
  302. * BotaniaAPI (85) from Botania r1.9-339.jar
  303. * ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.7.3.jar
  304. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.7.3.jar
  305. * ChiselsAndBitsAPI (12.5.0) from chiselsandbits-12.7.jar
  306. * CoFHAPI (1.8.9R1.2.0B1) from ImmersiveEngineering-0.10-54.jar
  307. * cofhapi (1.4.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  308. * cofhapi|block (1.4.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  309. * CoFHAPI|block (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  310. * CoFHAPI|core (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  311. * cofhapi|core (1.4.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  312. * CoFHAPI|energy (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  313. * cofhapi|energy (1.4.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  314. * CoFHAPI|inventory (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  315. * CoFHAPI|item (1.8.9R1.2.0B1) from Mekanism-1.10.2-9.2.2.301.jar
  316. * cofhapi|item (1.4.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  317. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  318. * cofhapi|tileentity (1.4.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  319. * CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  320. * cofhapi|util (1.4.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  321. * cofhapi|world (1.4.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  322. * cofhlib (1.2.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  323. * cofhlib|audio (1.2.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  324. * cofhlib|gui (1.2.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  325. * cofhlib|gui|container (1.2.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  326. * cofhlib|gui|element (1.2.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  327. * cofhlib|gui|element|listbox (1.2.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  328. * cofhlib|gui|slot (1.2.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  329. * cofhlib|inventory (1.2.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  330. * cofhlib|render (1.2.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  331. * cofhlib|render|particle (1.2.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  332. * cofhlib|util (1.2.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  333. * cofhlib|util|helpers (1.2.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  334. * cofhlib|world (1.2.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  335. * cofhlib|world|feature (1.2.1) from CoFHCore-1.10.2-4.0.2.150-universal.jar
  336. * ComputerCraft|API (1.80pr0) from ComputerCraft1.80pr0.jar
  337. * ComputerCraft|API|FileSystem (1.80pr0) from ComputerCraft1.80pr0.jar
  338. * ComputerCraft|API|Lua (1.80pr0) from ComputerCraft1.80pr0.jar
  339. * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  340. * ComputerCraft|API|Peripheral (1.80pr0) from ComputerCraft1.80pr0.jar
  341. * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  342. * ComputerCraft|API|Redstone (1.80pr0) from ComputerCraft1.80pr0.jar
  343. * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  344. * CSLib|API (0.3.0) from Decocraft-2.3.6.1_1.10.2.jar
  345. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.6.157-universal.jar
  346. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.170.jar
  347. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.170.jar
  348. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.170.jar
  349. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.170.jar
  350. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.368.jar
  351. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.368.jar
  352. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.368.jar
  353. * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.368.jar
  354. * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.368.jar
  355. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.368.jar
  356. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.368.jar
  357. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.368.jar
  358. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.368.jar
  359. * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.368.jar
  360. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.368.jar
  361. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.368.jar
  362. * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.368.jar
  363. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.368.jar
  364. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.368.jar
  365. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.368.jar
  366. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.368.jar
  367. * gendustryAPI (2.3.0) from gendustry-1.6.4.25-mc1.10.2.jar
  368. * Guide-API|API (1.10.2-2.0.2-45) from Guide-API-1.10.2-2.0.2-45.jar
  369. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-54.jar
  370. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-54.jar
  371. * jeresources|API (0.5.7.87) from JustEnoughResources-1.10.2-0.5.7.87.jar
  372. * journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  373. * journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  374. * journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  375. * journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  376. * journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  377. * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.13.6.387.jar
  378. * McJtyLib (1.10-2.2.0) from mcjtylib-1.10-2.2.0.jar
  379. * MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  380. * MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  381. * MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  382. * MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  383. * MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  384. * MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  385. * MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  386. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  387. * MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  388. * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.1.6.jar
  389. * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.1.6.jar
  390. * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.1.6.jar
  391. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.1.6.jar
  392. * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.1.6.jar
  393. * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.1.6.jar
  394. * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.1.6.jar
  395. * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.1.6.jar
  396. * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.1.6.jar
  397. * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.1.6.jar
  398. * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.1.6.jar
  399. * PsiAPI (2) from Psi-r1.0-42.jar
  400. * railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  401. * RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  402. * RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  403. * RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  404. * RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  405. * RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  406. * RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  407. * RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  408. * RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  409. * RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  410. * RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  411. * RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  412. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.5.jar
  413. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.5.jar
  414. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.5.jar
  415. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.5.jar
  416. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.5.jar
  417. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.5.jar
  418. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.5.jar
  419. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.5.jar
  420. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.4.5.jar
  421. * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
  422. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  423. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  424. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  425. CodeChickenLib Invalid Fingerprint Reports:
  426. CodeChickenCore Invalid Fingerprint Reports:
  427. 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.):
  428. * Optifine is installed. This is NOT supported.
  429. * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/D:/tek/modpacks/gex-industries/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/CoFHAPIProps.class).
  430. Ender IO needs at least 1.8.9R1.2.0B1 and will NOT work with older versions.
  431. 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.
  432. Detailed RF API diagnostics:
  433. * RF API class 'EnergyStorage' is loaded from: jar:file:/D:/tek/modpacks/gex-industries/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/EnergyStorage.class
  434. * RF API class 'IEnergyConnection' is loaded from: jar:file:/D:/tek/modpacks/gex-industries/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyConnection.class
  435. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/D:/tek/modpacks/gex-industries/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  436. * RF API class 'IEnergyHandler' is loaded from: jar:file:/D:/tek/modpacks/gex-industries/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyHandler.class
  437. * RF API class 'IEnergyProvider' is loaded from: jar:file:/D:/tek/modpacks/gex-industries/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyProvider.class
  438. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/D:/tek/modpacks/gex-industries/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  439. * RF API class 'IEnergyStorage' is loaded from: jar:file:/D:/tek/modpacks/gex-industries/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyStorage.class
  440. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/D:/tek/modpacks/gex-industries/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  441. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/D:/tek/modpacks/gex-industries/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  442. Detailed Tesla API diagnostics:
  443. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  444. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  445. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  446. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  447. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  448. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  449. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  450. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  451. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  452. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  453. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  454.  
  455. EnderStorage Invalid Fingerprint Reports:
  456. 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:OFF
  457. Launched Version: 1.10.2-forge1.10.2-12.18.3.2254
  458. LWJGL: 2.9.4
  459. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  460. GL Caps: Using GL 1.3 multitexturing.
  461. Using GL 1.3 texture combiners.
  462. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  463. Shaders are available because OpenGL 2.1 is supported.
  464. VBOs are available because OpenGL 1.5 is supported.
  465.  
  466. Using VBOs: Yes
  467. Is Modded: Definitely; Client brand changed to 'fml,forge'
  468. Type: Client (map_client.txt)
  469. Resource Packs:
  470. Current Language: English (US)
  471. Profiler Position: N/A (disabled)
  472. CPU: 4x Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz
  473. OptiFine Version: OptiFine_1.10.2_HD_U_D4
  474. Render Distance Chunks: 8
  475. Mipmaps: 4
  476. Anisotropic Filtering: 1
  477. Antialiasing: 0
  478. Multitexture: false
  479. Shaders: null
  480. OpenGlVersion: 4.5.0 NVIDIA 378.66
  481. OpenGlRenderer: GeForce GTX 1060 6GB/PCIe/SSE2
  482. OpenGlVendor: NVIDIA Corporation
  483. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement