Advertisement
jadenquinn

Crash log

Dec 31st, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.22 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 12/30/20 10:27 PM
  5. Description: Exception getting block type in world
  6.  
  7. java.lang.NullPointerException: Exception getting block type in world
  8. at Reika.ChromatiCraft.World.IWG.DungeonGenerator.tryGenerate(DungeonGenerator.java:318)
  9. at Reika.ChromatiCraft.World.IWG.DungeonGenerator.checkChunk(DungeonGenerator.java:247)
  10. at Reika.ChromatiCraft.World.IWG.DungeonGenerator.generate(DungeonGenerator.java:237)
  11. at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptIWG(WorldGenInterceptionRegistry.java:213)
  12. at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
  13. at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptChunkPopulation(WorldGenInterceptionRegistry.java:186)
  14. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
  15. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1050)
  16. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
  17. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  18. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  19. at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
  20. at net.minecraft.world.World.func_72964_e(World.java:419)
  21. at net.minecraft.world.World.func_147439_a(World.java:345)
  22. at Reika.DragonAPI.Instantiable.Data.BlockStruct.StructuredBlockArray.addBlockCoordinate(StructuredBlockArray.java:85)
  23. at Reika.DragonAPI.Instantiable.Data.BlockStruct.FilledBlockArray.setBlock(FilledBlockArray.java:111)
  24. at Reika.DragonAPI.Instantiable.Data.BlockStruct.FilledBlockArray.setBlock(FilledBlockArray.java:85)
  25. at Reika.ChromatiCraft.Auxiliary.Structure.Worldgen.CavernStructure.getArray(CavernStructure.java:29)
  26. at Reika.ChromatiCraft.Registry.ChromaStructures.getArray(ChromaStructures.java:137)
  27. at Reika.ChromatiCraft.World.IWG.DungeonGenerator.tryGenerate(DungeonGenerator.java:274)
  28. at Reika.ChromatiCraft.World.IWG.DungeonGenerator.checkChunk(DungeonGenerator.java:247)
  29. at Reika.ChromatiCraft.World.IWG.DungeonGenerator.generate(DungeonGenerator.java:237)
  30. at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptIWG(WorldGenInterceptionRegistry.java:213)
  31. at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
  32. at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptChunkPopulation(WorldGenInterceptionRegistry.java:186)
  33. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
  34. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1045)
  35. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
  36. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  37. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  38. at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
  39. at net.minecraft.world.World.func_72964_e(World.java:419)
  40. at net.minecraft.world.World.func_147439_a(World.java:345)
  41. at net.minecraft.world.World.func_147460_e(World.java:693)
  42. at net.minecraft.world.World.func_147459_d(World.java:652)
  43. at net.minecraft.world.World.func_147444_c(World.java:613)
  44. at net.minecraft.world.World.markAndNotifyBlock(World.java:488)
  45. at net.minecraft.world.World.func_147465_d(World.java:466)
  46. at Reika.DragonAPI.Instantiable.Data.Immutable.Coordinate.setBlock(Coordinate.java:325)
  47. at Reika.DragonAPI.Instantiable.Data.Immutable.Coordinate.setBlock(Coordinate.java:317)
  48. at Reika.ChromatiCraft.World.IWG.TieredWorldGenerator.generate(TieredWorldGenerator.java:59)
  49. at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptIWG(WorldGenInterceptionRegistry.java:213)
  50. at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
  51. at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptChunkPopulation(WorldGenInterceptionRegistry.java:186)
  52. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
  53. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
  54. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
  55. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  56. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  57. at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
  58. at net.minecraft.world.World.func_72964_e(World.java:419)
  59. at net.minecraft.world.World.func_147439_a(World.java:345)
  60. at net.minecraft.world.World.func_147437_c(World.java:365)
  61. at net.minecraft.world.World.func_147474_b(World.java:329)
  62. at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:71)
  63. at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:749)
  64. at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715)
  65. at WorldServerOF.func_72963_a(WorldServerOF.java:80)
  66. at net.minecraft.world.World.<init>(World.java:260)
  67. at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
  68. at WorldServerOF.<init>(WorldServerOF.java:69)
  69. at WorldServerMultiOF.<init>(WorldServerMultiOF.java:23)
  70. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:72)
  71. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:153)
  72. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  73. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  74.  
  75.  
  76. A detailed walkthrough of the error, its code path and all known details is as follows:
  77. ---------------------------------------------------------------------------------------
  78.  
  79. -- Head --
  80. Stacktrace:
  81. at Reika.ChromatiCraft.World.IWG.DungeonGenerator.tryGenerate(DungeonGenerator.java:318)
  82. at Reika.ChromatiCraft.World.IWG.DungeonGenerator.checkChunk(DungeonGenerator.java:247)
  83. at Reika.ChromatiCraft.World.IWG.DungeonGenerator.generate(DungeonGenerator.java:237)
  84. at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptIWG(WorldGenInterceptionRegistry.java:213)
  85. at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
  86. at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptChunkPopulation(WorldGenInterceptionRegistry.java:186)
  87. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
  88. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1050)
  89. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
  90. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  91. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  92. at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
  93. at net.minecraft.world.World.func_72964_e(World.java:419)
  94. at net.minecraft.world.World.func_147439_a(World.java:345)
  95.  
  96. -- Requested block coordinates --
  97. Details:
  98. Found chunk: true
  99. Location: World: (-248,29,333), Chunk: (at 8,1,13 in -16,20; contains blocks -256,0,320 to -241,255,335), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  100. Stacktrace:
  101. at Reika.DragonAPI.Instantiable.Data.BlockStruct.StructuredBlockArray.addBlockCoordinate(StructuredBlockArray.java:85)
  102. at Reika.DragonAPI.Instantiable.Data.BlockStruct.FilledBlockArray.setBlock(FilledBlockArray.java:111)
  103. at Reika.DragonAPI.Instantiable.Data.BlockStruct.FilledBlockArray.setBlock(FilledBlockArray.java:85)
  104. at Reika.ChromatiCraft.Auxiliary.Structure.Worldgen.CavernStructure.getArray(CavernStructure.java:29)
  105. at Reika.ChromatiCraft.Registry.ChromaStructures.getArray(ChromaStructures.java:137)
  106. at Reika.ChromatiCraft.World.IWG.DungeonGenerator.tryGenerate(DungeonGenerator.java:274)
  107. at Reika.ChromatiCraft.World.IWG.DungeonGenerator.checkChunk(DungeonGenerator.java:247)
  108. at Reika.ChromatiCraft.World.IWG.DungeonGenerator.generate(DungeonGenerator.java:237)
  109. at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptIWG(WorldGenInterceptionRegistry.java:213)
  110. at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
  111. at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptChunkPopulation(WorldGenInterceptionRegistry.java:186)
  112. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
  113. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1045)
  114. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
  115. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  116. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  117. at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
  118. at net.minecraft.world.World.func_72964_e(World.java:419)
  119. at net.minecraft.world.World.func_147439_a(World.java:345)
  120.  
  121. -- Requested block coordinates --
  122. Details:
  123. Found chunk: true
  124. Location: World: (-229,8,351), Chunk: (at 11,0,15 in -15,21; contains blocks -240,0,336 to -225,255,351), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  125. Stacktrace:
  126. at net.minecraft.world.World.func_147460_e(World.java:693)
  127. at net.minecraft.world.World.func_147459_d(World.java:652)
  128. at net.minecraft.world.World.func_147444_c(World.java:613)
  129. at net.minecraft.world.World.markAndNotifyBlock(World.java:488)
  130. at net.minecraft.world.World.func_147465_d(World.java:466)
  131. at Reika.DragonAPI.Instantiable.Data.Immutable.Coordinate.setBlock(Coordinate.java:325)
  132. at Reika.DragonAPI.Instantiable.Data.Immutable.Coordinate.setBlock(Coordinate.java:317)
  133. at Reika.ChromatiCraft.World.IWG.TieredWorldGenerator.generate(TieredWorldGenerator.java:59)
  134. at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptIWG(WorldGenInterceptionRegistry.java:213)
  135. at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
  136. at Reika.DragonAPI.Auxiliary.WorldGenInterceptionRegistry.interceptChunkPopulation(WorldGenInterceptionRegistry.java:186)
  137. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
  138. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
  139. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
  140. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  141. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  142. at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
  143. at net.minecraft.world.World.func_72964_e(World.java:419)
  144. at net.minecraft.world.World.func_147439_a(World.java:345)
  145.  
  146. -- Requested block coordinates --
  147. Details:
  148. Found chunk: true
  149. Location: World: (-224,64,369), Chunk: (at 0,4,1 in -14,23; contains blocks -224,0,368 to -209,255,383), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  150. Stacktrace:
  151. at net.minecraft.world.World.func_147437_c(World.java:365)
  152. at net.minecraft.world.World.func_147474_b(World.java:329)
  153. at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:71)
  154. at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:749)
  155. at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715)
  156. at WorldServerOF.func_72963_a(WorldServerOF.java:80)
  157. at net.minecraft.world.World.<init>(World.java:260)
  158.  
  159. -- Affected level --
  160. Details:
  161. Level name: New Worldhr
  162. All players: 0 total; []
  163. Chunk stats: ServerChunkCache: 114 Drop: 0
  164. Level seed: 4963282750963572013
  165. Level generator: ID 00 - default, ver 1. Features enabled: true
  166. Level generator options:
  167. Level spawn location: World: (0,0,0), Chunk: (at 0,0,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)
  168. Level time: 0 game time, 0 day time
  169. Level dimension: 0
  170. Level storage version: 0x04ABD - Anvil
  171. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  172. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  173. Stacktrace:
  174. at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
  175. at WorldServerOF.<init>(WorldServerOF.java:69)
  176. at WorldServerMultiOF.<init>(WorldServerMultiOF.java:23)
  177. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:72)
  178. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:153)
  179. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  180. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  181.  
  182. -- System Details --
  183. Details:
  184. Minecraft Version: 1.7.10
  185. Operating System: Windows 10 (amd64) version 10.0
  186. Java Version: 1.8.0_261, Oracle Corporation
  187. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  188. Memory: 1192758112 bytes (1137 MB) / 5561122816 bytes (5303 MB) up to 14205059072 bytes (13547 MB)
  189. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms128m -Xmx15240m
  190. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  191. IntCache: cache: 15, tcache: 94, allocated: 0, tallocated: 0
  192. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_E7 100 mods loaded, 100 mods active
  193. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  194. UCHIJAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  195. UCHIJAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  196. UCHIJAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  197. UCHIJAA modJ_StarMinerCore{0.9.9} [StarMinerCore] (minecraft.jar)
  198. UCHIJAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  199. UCHIJAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  200. UCHIJAA voltzenginepreloader{0.0.1} [Voltz Engine Preloader] (minecraft.jar)
  201. UCHIJAA <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
  202. UCHIJAA FastCraft{1.25} [FastCraft] (fastcraft-1.25.jar)
  203. UCHIJAA DamageIndicatorsMod{3.3.2} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.3.2.jar)
  204. UCHIJAA gregapi{GT6U-MC1710} [Greg-API] (gregtech_1.7.10-6.14.03.jar)
  205. UCHIJAA BuildCraft|Core{7.1.23} [BuildCraft] (buildcraft-7.1.23.jar)
  206. UCHIJAA BuildCraft|Energy{7.1.23} [BC Energy] (buildcraft-7.1.23.jar)
  207. UCHIJAA ActuallyAdditions{1.7.10-r21} [Actually Additions] (ActuallyAdditions-1.7.10-r21.jar)
  208. UCHIJAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  209. UCHIJAA adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8c.jar)
  210. UCHIJAA aether_legacy{v1.0.0} [Aether Legacy] (aether_legacy-1.7.10-v1.0.0.jar)
  211. UCHIJAA modJ_StarMiner{0.9.9} [Starminer Mod] (Anti-Gravity-Mod-1.7.10.jar)
  212. UCHIJAA nevermine{Tslat-1.1.3} [Advent of Ascension] (AoA-Tslat-1.1.3.jar)
  213. UCHIJAA AppleCore{3.1.1} [AppleCore] (AppleCore-mc1.7.10-3.1.1.jar)
  214. UCHIJAA qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.114-universal.jar)
  215. UCHIJAA bluepower{0.2.962} [Blue Power] (BluePower-1.7.10-0.2.962-universal.jar)
  216. UCHIJAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
  217. UCHIJAA IC2{2.2.828-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.828-experimental.jar)
  218. UCHIJAA ForgeMultipart{1.2.0.347} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  219. UCHIJAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
  220. UCHIJAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
  221. UCHIJAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  222. UCHIJAA minechem{5.0.5.406} [Minechem] (MineChem+Mod+1.7.10.jar)
  223. UCHIJAA DragonAPI{v26b} [DragonAPI] (DragonAPI+1.7.10+V26b.jar)
  224. UCHIJAA ArchiSections{v@MAJOR_VERSION@@MINOR_VERSION@} [ArchiSections] (ArchiSections+1.7.10+V26a.jar)
  225. UCHIJAA atum{0.6} [Atum] (Atum-1.7.10-0.6.77.jar)
  226. UCHIJAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
  227. UCHIJAA backpacks16840{3.5.8} [Backpacks!] (backpacks+1.7.10+-+3.5.8.jar)
  228. UCHIJAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.2308-universal.jar)
  229. UCHIJAA BuildCraft|Transport{7.1.23} [BC Transport] (buildcraft-7.1.23.jar)
  230. UCHIJAA BuildCraft|Factory{7.1.23} [BC Factory] (buildcraft-7.1.23.jar)
  231. UCHIJAA BuildCraft|Silicon{7.1.23} [BC Silicon] (buildcraft-7.1.23.jar)
  232. UCHIJAA BuildCraft|Robotics{7.1.23} [BC Robotics] (buildcraft-7.1.23.jar)
  233. UCHIJAA BuildCraft|Builders{7.1.23} [BC Builders] (buildcraft-7.1.23.jar)
  234. UCHIJAA CaveControl{v26a} [CaveControl] (CaveControl+1.7.10+V26a.jar)
  235. UCHIJAA ChromatiCraft{v26b} [ChromatiCraft] (ChromatiCraft+1.7.10+V26b.jar)
  236. UCHIJAA controlling{1.0.0} [Controlling] (Controlling-1.7.10-1.0.0.jar)
  237. UCHIJAA CritterPet{v26a} [Critter Pet] (CritterPet+1.7.10+V26a.jar)
  238. UCHIJAA RotaryCraft{v26b} [RotaryCraft] (RotaryCraft+1.7.10+V26b.jar)
  239. UCHIJAA ElectriCraft{v26a} [ElectriCraft] (ElectriCraft+1.7.10+V26a.jar)
  240. UCHIJAA endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
  241. UCHIJAA EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
  242. UCHIJAA eternalfrost{2.0b4} [Eternal Frost] (eternalfrost-2.0b6_MC1710.jar)
  243. UCHIJAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  244. UCHIJAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  245. UCHIJAA ExpandedRedstone{v26a} [Expanded Redstone] (ExpandedRedstone+1.7.10+V26a.jar)
  246. UCHIJAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  247. UCHIJAA GeoStrata{v26a} [GeoStrata] (GeoStrata+1.7.10+V26a.jar)
  248. UCHIJAA globbypotato_rockhounding{4.14} [Rockhounding Mod] (globbypotato_rockhounding_1.7.10-4.14.jar)
  249. UCHIJAA hexcraft{0.13.1} [HEXCraft] (HEXCraft-1.7.10-0.13.1.jar)
  250. UCHIJAA voltzengine{1.11.0.491} [Voltz Engine] (VoltzEngine-1.7.10-1.11.0b491.jar)
  251. UCHIJAA icbmclassic{2.16.4.3} [ICBM-Classic] (ICBM-classic-1.7.10-2.16.4b3.jar)
  252. UCHIJAA ironbackpacks{1.7.10-1.2.20} [Iron Backpacks] (IronBackpacks-1.7.10-1.2.20.jar)
  253. UCHIJAA journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar)
  254. UCHIJAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's+HarvestCraft+1.7.10Lb.jar)
  255. UCHIJAA ProjectE{1.7.10-PE1.10.1} [ProjectE] (ProjectE-1.7.10-PE1.10.1.jar)
  256. UCHIJAA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  257. UCHIJAA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
  258. UCHIJAA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
  259. UCHIJAA ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
  260. UCHIJAA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
  261. UCHIJAA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
  262. UCHIJAA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
  263. UCHIJAA ReactorCraft{v26b} [ReactorCraft] (ReactorCraft+1.7.10+V26b.jar)
  264. UCHIJAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  265. UCHIJAA ForgeMicroblock{1.2.0.347} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  266. UCHIJAA McMultipart{1.2.0.347} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  267. UCHIJAA gregapi_post{GT6U-MC1710} [Greg-API-Post] (gregtech_1.7.10-6.14.03.jar)
  268. UCHIJAA gregtech{GT6U-MC1710} [GregTech 6 Unofficial] (gregtech_1.7.10-6.14.03.jar)
  269. UCHIJAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  270. UCHIJAA legendgear{2.b.2.1} [LegendGear 2] (legendgear-1.7.10-2.b.2.1.jar)
  271. UCHIJAA LootTweaks{v26a} [LootTweaks] (LootTweaks+1.7.10+V26a.jar)
  272. UCHIJAA MetallurgyCore{4.0.5} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.5.30.jar)
  273. UCHIJAA Metallurgy{4.0.9} [Metallurgy 4] (Metallurgy-1.7.10-4.0.9.148.jar)
  274. UCHIJAA MeteorCraft{v26a} [MeteorCraft] (MeteorCraft+1.7.10+V26a.jar)
  275. UCHIJAA MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar)
  276. UCHIJAA Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat+1.0-1.jar)
  277. UCHIJAA notenoughIDs{1.4.3.5} [NotEnoughIDs] (NotEnoughIDs-1.4.3.5.jar)
  278. UCHIJAA oreexcavation{1.1.134} [OreExcavation] (OreExcavation-1.1.134.jar)
  279. UCHIJAA OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3.zip)
  280. UCHIJAA qwertech{1.0.0-a.50} [QwerTech] (qwertech-1.0.0-a.50.jar)
  281. UCHIJAA cg{0.150.R} [Simple Grinder] (SimpleGrinder-0.150.R.jar)
  282. UCHIJAA snad{1.7.10-1.6.01.31a} [Snad] (Snad-1.7.10-1.6.01.31a.jar)
  283. UCHIJAA dna948{3.1} [The Last Sword You Will Ever Need Mod] (The_Last_Sword_You_Will_Ever_Need_Mod-1.7.10-3.4.jar)
  284. UCHIJAA TreeClimbing{v@MAJOR_VERSION@@MINOR_VERSION@} [TreeClimbing] (TreeClimbing+1.7.10+V26a.jar)
  285. UCHIJAA UsefulTNT{v26a} [Useful TNT] (UsefulTNT+1.7.10+V26a.jar)
  286. UCHIJAA vefluids{0.1.1.25} [VoltzEngine Fluids module] (VE-FluidHandling-1.7.10-0.1.1b25.jar)
  287. UCHIJAA voltzenginemodcompat{1.11.0.491} [Voltz Engine Mod Compatibility Loader] (VoltzEngine-1.7.10-1.11.0b491.jar)
  288. UCHIJAA voltzenginemodflag{1.11.0.491} [VoltzEngine mod protection, flag, and region system] (VoltzEngine-1.7.10-1.11.0b491.jar)
  289. UCHIJAA wanionlib{1.7.10-1.8} [WanionLib] (WanionLib-1.7.10-1.8.jar)
  290. UCHIJAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  291. UCHIJAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
  292. UCHIJAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
  293. UCHIJAA UniDict{1.7.10-2.9.2} [UniDict] (UniDict-1.7.10-2.9.2.jar)
  294. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  295. EnderIO: Found the following problem(s) with your installation:
  296. * Optifine is installed. This is NOT supported.
  297. * The RF API that is being used (1.7.10R1.0.2 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.13 from EnderIO-1.7.10-2.3.0.429_beta.jar).
  298. It is a supported version, but that difference may lead to problems.
  299. * An unknown AE2 API is installed (@aeversion@ from DragonAPI+1.7.10+V26b.jar).
  300. Ender IO was build against API version rv2 and may or may not work with a newer version.
  301. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  302. Profiler Position: N/A (disabled)
  303. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  304. Player Count: 0 / 8; []
  305. Type: Integrated Server (map_client.txt)
  306. Is Modded: Definitely; Client brand changed to 'fml,forge'
  307. OptiFine Version: OptiFine_1.7.10_HD_U_E7
  308. Render Distance Chunks: 8
  309. Mipmaps: 2
  310. Anisotropic Filtering: 1
  311. Antialiasing: 0
  312. Multitexture: false
  313. Shaders: null
  314. OpenGlVersion: 4.6.0 NVIDIA 460.89
  315. OpenGlRenderer: GeForce RTX 2070 SUPER/PCIe/SSE2
  316. OpenGlVendor: NVIDIA Corporation
  317. CpuCount: 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement