Advertisement
Guest User

Untitled

a guest
Nov 18th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.84 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 2020-11-18 20:00:59 YEKT
  5. Description: Error executing task
  6.  
  7. java.util.concurrent.ExecutionException: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.SecurityException: SHA-256 digest error for assets/enderio/loot_tables/chests/simple_dungeon.json
  8. at java.util.concurrent.FutureTask.report(FutureTask.java:122)
  9. at java.util.concurrent.FutureTask.get(FutureTask.java:192)
  10. at net.minecraft.util.Util.runTask(Util.java:531)
  11. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:723)
  12. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
  13. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:252)
  14. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  15. at java.lang.Thread.run(Thread.java:745)
  16. Caused by: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.SecurityException: SHA-256 digest error for assets/enderio/loot_tables/chests/simple_dungeon.json
  17. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
  18. at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
  19. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
  20. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
  21. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
  22. at net.minecraft.world.storage.loot.LootTableManager.getLootTableFromLocation(LootTableManager.java:40)
  23. at net.minecraft.world.storage.loot.LootEntryTable.addLoot(LootEntryTable.java:25)
  24. at net.minecraft.world.storage.loot.LootPool.createLootRoll(LootPool.java:68)
  25. at net.minecraft.world.storage.loot.LootPool.generateLoot(LootPool.java:83)
  26. at net.minecraft.world.storage.loot.LootTable.generateLootForPools(LootTable.java:42)
  27. at net.minecraft.world.storage.loot.LootTable.fillInventory(LootTable.java:57)
  28. at net.minecraft.tileentity.TileEntityLockableLoot.fillWithLoot(TileEntityLockableLoot.java:79)
  29. at net.minecraft.tileentity.TileEntityChest.createContainer(TileEntityChest.java:406)
  30. at net.minecraft.entity.player.EntityPlayerMP.displayGUIChest(EntityPlayerMP.java:899)
  31. at net.minecraft.block.BlockChest.onBlockActivated(BlockChest.java:425)
  32. at net.minecraft.server.management.PlayerInteractionManager.processRightClickBlock(PlayerInteractionManager.java:449)
  33. at net.minecraft.network.NetHandlerPlayServer.processTryUseItemOnBlock(NetHandlerPlayServer.java:741)
  34. at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.processPacket(SourceFile:55)
  35. at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.processPacket(SourceFile:11)
  36. at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:20)
  37. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  38. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  39. at net.minecraft.util.Util.runTask(Util.java:529)
  40. ... 5 more
  41. Caused by: java.lang.SecurityException: SHA-256 digest error for assets/enderio/loot_tables/chests/simple_dungeon.json
  42. at sun.security.util.ManifestEntryVerifier.verify(ManifestEntryVerifier.java:218)
  43. at java.util.jar.JarVerifier.processEntry(JarVerifier.java:241)
  44. at java.util.jar.JarVerifier.update(JarVerifier.java:228)
  45. at java.util.jar.JarVerifier$VerifierStream.read(JarVerifier.java:482)
  46. at java.io.FilterInputStream.read(FilterInputStream.java:133)
  47. at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
  48. at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
  49. at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
  50. at java.io.InputStreamReader.read(InputStreamReader.java:184)
  51. at java.io.Reader.read(Reader.java:100)
  52. at com.google.common.io.CharStreams.copy(CharStreams.java:74)
  53. at com.google.common.io.CharStreams.toStringBuilder(CharStreams.java:105)
  54. at com.google.common.io.CharStreams.toString(CharStreams.java:92)
  55. at com.google.common.io.CharSource.read(CharSource.java:233)
  56. at com.google.common.io.Resources.toString(Resources.java:111)
  57. at net.minecraft.world.storage.loot.LootTableManager$Loader.loadBuiltinLootTable(LootTableManager.java:146)
  58. at net.minecraft.world.storage.loot.LootTableManager$Loader.load(LootTableManager.java:72)
  59. at net.minecraft.world.storage.loot.LootTableManager$Loader.load(LootTableManager.java:53)
  60. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
  61. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
  62. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
  63. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
  64. ... 27 more
  65.  
  66.  
  67. A detailed walkthrough of the error, its code path and all known details is as follows:
  68. ---------------------------------------------------------------------------------------
  69.  
  70. -- System Details --
  71. Minecraft Version: 1.12.2
  72. Operating System: Windows 10 (amd64) version 10.0
  73. Java Version: 1.8.0_51, Oracle Corporation
  74. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  75. Memory: 4311554840 bytes (4111 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
  76. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  77. IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
  78. FML: MCP 9.42 Powered by Forge 14.23.5.2854 Optifine OptiFine_1.12.2_HD_U_E3 121 mods loaded, 121 mods active
  79. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  80.  
  81. | State | ID | Version | Source | Signature |
  82. |:------ |:--------------------------------- |:---------------------------- |:--------------------------------------------------- |:---------------------------------------- |
  83. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  84. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  85. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2854.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  86. | LCHIJA | forge | 14.23.5.2854 | forge-1.12.2-14.23.5.2854.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  87. | LCHIJA | openmodscore | 0.12 | minecraft.jar | None |
  88. | LCHIJA | ClientFixer | 1.12.2-1.9 | minecraft.jar | None |
  89. | LCHIJA | botania_tweaks_core | -100 | minecraft.jar | None |
  90. | LCHIJA | crafttweaker | 4.1.19 | CraftTweaker2-1.12-4.1.19 (1).jar | None |
  91. | LCHIJA | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  92. | LCHIJA | modtweaker | 4.0.12 | modtweaker-4.0.12.jar | None |
  93. | LCHIJA | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None |
  94. | LCHIJA | abyssalcraft | 1.9.4-pre-4 | AbyssalCraft-1.12-1.9.4-pre-4 (1).jar | None |
  95. | LCHIJA | actuallyadditions | 1.12.2-r145 | ActuallyAdditions_1.12.2_r145 (1).jar | None |
  96. | LCHIJA | ic2 | 2.8.182-ex112 | industrialcraft_2_2.8.182_ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  97. | LCHIJA | advanced_solar_panels | 4.3.0 | AdvancedSolarPanels_1.12.2_4.3.0 (2).jar | None |
  98. | LCHIJA | infinitylib | 1.12.2-1.12.0 | infinitylib-1.12.0.jar | None |
  99. | LCHIJA | agricraft | 2.12.0-1.12.0-a6 | AgriCraft-2.12.0-1.12.0-a6.jar | None |
  100. | LCHIJA | aoa3 | 3.1 | aoa3_1.12.2_3.1.jar | None |
  101. | LCHIJA | appliedenergistics2 | rv6-stable-4 | appliedenergistics2_rv6_stable_4 (2).jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  102. | LCHIJA | autoreglib | 1.3-26 | AutoRegLib-1.12.2-1.3-26.jar | None |
  103. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  104. | LCHIJA | avaritia | 3.2.0 | Avaritia_1.12_3.2.0.13_universal (1).jar | None |
  105. | LCHIJA | avaritiarecipemaker | 1.0.0 | avaritiarecipemaker-1.0.0.jar | None |
  106. | LCHIJA | baubles | 1.5.2 | Baubles_1.12_1.5.2 (2).jar | None |
  107. | LCHIJA | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
  108. | LCHIJA | bewitchment | 0.20.7 | bewitchment-1.12.2-0.0.20.7.jar | None |
  109. | LCHIJA | blockdrops | 1.3.0 | blockdrops_1.12_1.3.0.jar | None |
  110. | LCHIJA | botania_tweaks | 1.8.3 | botania-tweaks-mod-1_12_2.jar | None |
  111. | LCHIJA | thaumcraft | 6.1.BETA26 | Thaumcraft_1.12.2_6.1.BETA26 (1).jar | None |
  112. | LCHIJA | botania | r1.10-361 | Botania_1.12_r1.10_361 (1).jar | None |
  113. | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal (5).jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  114. | LCHIJA | brandonscore | 2.4.15 | BrandonsCore-1.12.2-2.4.15.206-universal.jar | None |
  115. | LCHIJA | buildcraftlib | 7.99.24.1 | buildcraft_all_1.12.2_7.99.24.1.jar | None |
  116. | LCHIJA | buildcraftcore | 7.99.24.1 | buildcraft_all_1.12.2_7.99.24.1.jar | None |
  117. | LCHIJA | buildcraftbuilders | 7.99.24.1 | buildcraft_all_1.12.2_7.99.24.1.jar | None |
  118. | LCHIJA | buildcrafttransport | 7.99.24.1 | buildcraft_all_1.12.2_7.99.24.1.jar | None |
  119. | LCHIJA | buildcraftsilicon | 7.99.24.1 | buildcraft_all_1.12.2_7.99.24.1.jar | None |
  120. | LCHIJA | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
  121. | LCHIJA | buildcraftcompat | 7.99.24.1 | buildcraft_all_1.12.2_7.99.24.1.jar | None |
  122. | LCHIJA | buildcraftenergy | 7.99.24.1 | buildcraft_all_1.12.2_7.99.24.1.jar | None |
  123. | LCHIJA | buildcraftfactory | 7.99.24.1 | buildcraft_all_1.12.2_7.99.24.1.jar | None |
  124. | LCHIJA | buildcraftrobotics | 7.99.24.1 | buildcraft_all_1.12.2_7.99.24.1.jar | None |
  125. | LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  126. | LCHIJA | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  127. | LCHIJA | roots | 1.12.2-3.0.4 | Roots-1.12.2-3.0.4 (1).jar | None |
  128. | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  129. | LCHIJA | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal (5).jar | None |
  130. | LCHIJA | cofhworld | 1.3.1 | cofhworld-1.12.2-1.3.1.7-universal (3).jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  131. | LCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.19 (1).jar | None |
  132. | LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.19 (1).jar | None |
  133. | LCHIJA | cucumber | 1.1.2 | Cucumber-1.12.2-1.1.2.jar | None |
  134. | LCHIJA | custommainmenu | 2.0.9 | CustomMainMenu-MC1.12.2-2.0.9.jar | None |
  135. | LCHIJA | ding | 1.0.1 | ding_1_12_2.jar | None |
  136. | LCHIJA | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal (2).jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  137. | LCHIJA | draconicevolution | 2.3.23 | Draconic-Evolution-1.12.2-2.3.23.345-universal.jar | None |
  138. | LCHIJA | ebwizardry | 4.2.1 | ElectroblobsWizardry_4.2.1_MC1.12.2.jar | None |
  139. | LCHIJA | endercompass | 1.2.6.1 | EnderCompass_1.12_1.2.6.1.jar | None |
  140. | LCHIJA | endercore | 1.12.2-0.5.65 | EnderCore-1.12.2-0.5.65.jar | None |
  141. | LCHIJA | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal (4).jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  142. | LCHIJA | enderio | 5.0.50 | EnderIO-1.12.2-5.0.50 (2).jar | None |
  143. | LCHIJA | enderiointegrationtic | 5.0.50 | EnderIO-1.12.2-5.0.50 (2).jar | None |
  144. | LCHIJA | enderiobase | 5.0.50 | EnderIO-1.12.2-5.0.50 (2).jar | None |
  145. | LCHIJA | enderioconduits | 5.0.50 | EnderIO-1.12.2-5.0.50 (2).jar | None |
  146. | LCHIJA | enderioconduitsappliedenergistics | 5.0.50 | EnderIO-1.12.2-5.0.50 (2).jar | None |
  147. | LCHIJA | enderioconduitsopencomputers | 5.0.50 | EnderIO-1.12.2-5.0.50 (2).jar | None |
  148. | LCHIJA | enderioconduitsrefinedstorage | 5.0.50 | EnderIO-1.12.2-5.0.50 (2).jar | None |
  149. | LCHIJA | enderiointegrationforestry | 5.0.50 | EnderIO-1.12.2-5.0.50 (2).jar | None |
  150. | LCHIJA | mantle | 1.12-1.3.3.49 | Mantle-1.12-1.3.3.49.jar | None |
  151. | LCHIJA | twilightforest | 3.9.888 | twilightforest_1.12.2_3.9.888_universal.jar | None |
  152. | LCHIJA | tconstruct | 1.12.2-2.12.0.135 | TConstruct-1.12.2-2.12.0.135.jar | None |
  153. | LCHIJA | enderiointegrationticlate | 5.0.50 | EnderIO-1.12.2-5.0.50 (2).jar | None |
  154. | LCHIJA | enderiomachines | 5.0.50 | EnderIO-1.12.2-5.0.50 (2).jar | None |
  155. | LCHIJA | enderiopowertools | 5.0.50 | EnderIO-1.12.2-5.0.50 (2).jar | None |
  156. | LCHIJA | enderstorage | 2.4.2.126 | EnderStorage_1.12.2_2.4.2.126_universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  157. | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  158. | LCHIJA | extracells | 2.6.2 | extracells-1.12.2-2.6.2a (1).jar | None |
  159. | LCHIJA | extrautils2 | 1.0 | extrautils2_1.12_1.9.8.jar | None |
  160. | LCHIJA | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
  161. | LCHIJA | bigreactors | 1.12.2-0.4.5.67 | extremereactors-1.12.2-0.4.5.67.jar | None |
  162. | LCHIJA | forbidden_arcanus | 1.12.2-1.1.4 | forbidden_arcanus-1.12.2-1.1.4 (1).jar | None |
  163. | LCHIJA | cfm | 6.3.0 | furniture_6.3.0_1.12.2.jar | None |
  164. | LCHIJA | immersiveengineering | 0.12-87 | ImmersiveEngineering_0.12_87.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  165. | LCHIJA | immersivecables | 1.3.2 | ImmersiveCables_1.12.2_1.3.2.jar | None |
  166. | LCHIJA | immersivepetroleum | @VERSION@ | immersivepetroleum_1.12.2_1.1.5 (1).jar | None |
  167. | LCHIJA | industrialwires | 1.6-23 | IndustrialWires_1.12.2_1.6_23 (1).jar | 7e11c175d1e24007afec7498a1616bef0000027d |
  168. | LCHIJA | lunatriuscore | 1.2.0.42 | LunatriusCore_1.12.2_1.2.0.42_universal (1).jar | None |
  169. | LCHIJA | ingameinfoxml | 2.8.2.94 | InGameInfoXML-1.12.2-2.8.2.94-universal.jar | None |
  170. | LCHIJA | inventorytweaks | 1.64-dev+release.123.f374f4b | InventoryTweaks_1.64_dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  171. | LCHIJA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks_1.12.2_3.0.8_12.jar | None |
  172. | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest_1.12.2_7.0.67.844.jar | None |
  173. | LCHIJA | journeymap | 1.12.2-5.5.5 | journeymap-1.12.2-5.5.5.jar | None |
  174. | LCHIJA | kythsopmoss | 0.1 | kythsopmoss-0_2.jar | None |
  175. | LCHIJA | laggoggles | FAT-1.12.2-4.8 | laggoggles-fat-1.12.2-4.8.jar | None |
  176. | LCHIJA | mtrm | 1.2.2.30 | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar | None |
  177. | LCHIJA | moartinkers | 0.6.0 | moartinkers-0.6.0.jar | None |
  178. | LCHIJA | mousetweaks | 2.8 | MouseTweaks_2.8_mc1.12.2.jar | None |
  179. | LCHIJA | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |
  180. | LCHIJA | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None |
  181. | LCHIJA | mysticalworld | 1.12.2-1.3.2 | MysticWorld-1.12.2-1.3.2.jar | None |
  182. | LCHIJA | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
  183. | LCHIJA | openmods | 0.12 | OpenModsLib-1.12.2-0.12.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  184. | LCHIJA | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  185. | LCHIJA | primitivetools | 1.1.9 | PrimitiveTools_1.12_1.1.9.jar | None |
  186. | LCHIJA | psi | r1.1-72 | Psi-1.12.2-r1.1-72.jar | None |
  187. | LCHIJA | randomthings | 4.2.7.2 | RandomThings_MC1.12.2_4.2.7.2.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  188. | LCHIJA | reborncore | 3.13.3.416 | RebornCore-1.12.2-3.13.3.416-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  189. | LCHIJA | storagedrawers | 1.12-5.2.5 | StorageDrawers-1.12.1-5.3.3.jar | None |
  190. | LCHIJA | tammodized | 0.15.5 | TamModized-1.12.1-0.15.5.jar | None |
  191. | LCHIJA | techreborn | 2.20.10.926 | TechReborn-1.12.2-2.20.10.926-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  192. | LCHIJA | thaumicenergistics | 2.0.0 | thaumicenergistics_1.12.2_2.0.0.jar | None |
  193. | LCHIJA | thaumicjei | 1.6.0 | ThaumicJEI_1.12.2_1.6.0_27.jar | None |
  194. | LCHIJA | thaumictinkerer | 1.12.2-5.0-353c71c | thaumictinkerer_1.12.2_5.0_353c71c.jar | None |
  195. | LCHIJA | thermalcultivation | 0.3.1 | Thermal-Cultivation-Mod-1.12.2.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  196. | LCHIJA | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  197. | LCHIJA | tinkertoolleveling | 1.12-1.0.3.DEV.56fac4f | Tinkers_Tool_Leveling_Mod_1.12.2.jar | None |
  198. | LCHIJA | tweakergui | 0.5-beta | tweakergui-1.12.2-0.5-beta.jar | None |
  199. | LCHIJA | vanillafix | 1.0.10-SNAPSHOT | vanillafix-1.0.10-99.jar | None |
  200. | LCHIJA | voidcraft | 0.26.10 | VoidCraft-1.12-0.26.10.jar | None |
  201. | LCHIJA | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
  202. | LCHIJA | techreborn_compat | 1.0.0 | TechReborn-ModCompatibility-1.12.2-1.1.0.22.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  203. | LCHIJA | mysticallib | 1.12.2-1.3.1 | mysticallib-1.12.2-1.3.1.jar | None |
  204. Loaded coremods (and transformers): Plugin (NotEnoughIDs-1.5.4.4.jar)
  205. ru.fewizz.neid.asm.Transformer
  206. VanillaFixLoadingPlugin (vanillafix-1.0.10-99.jar)
  207.  
  208. ClientFixer (clientfixer-1.12.2-1.9 (2).jar)
  209. com.gamerforea.clientfixer.asm.ASMTransformer
  210. Inventory Tweaks Coremod (InventoryTweaks_1.64_dev.jar)
  211. invtweaks.forge.asm.ContainerTransformer
  212. IELoadingPlugin (ImmersiveEngineering-core-0.12-87.jar)
  213. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  214. ModFixLC (ModFix-1.12.2-1.0.0.1.jar)
  215. modfix.ModFixCT
  216. LoadingPlugin (RandomThings_MC1.12.2_4.2.7.2.jar)
  217. lumien.randomthings.asm.ClassTransformer
  218. Botania Tweaks Core (botania-tweaks-mod-1_12_2.jar)
  219. quaternary.botaniatweaks.asm.BotaniaTweakerTransformer
  220. RBLoadingPlugin (RealBench_1.12.2_1.3.3.jar)
  221. pw.prok.realbench.asm.RBTransformer
  222. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.jar)
  223. openmods.core.OpenModsClassTransformer
  224. EnderCorePlugin (EnderCore-1.12.2-0.5.65-core.jar)
  225. com.enderio.core.common.transform.EnderCoreTransformer
  226. com.enderio.core.common.transform.SimpleMixinPatcher
  227. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  228. team.chisel.ctm.client.asm.CTMTransformer
  229. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  230. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
  231. AE2 Version: stable rv6-stable-4 for Forge 14.23.5.2768
  232. Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
  233. - TinkerWorld (Enabled/Not Forced)
  234. - TinkerTools (Enabled/Not Forced)
  235. - TinkerHarvestTools (Enabled/Forced)
  236. - TinkerMeleeWeapons (Enabled/Forced)
  237. - TinkerRangedWeapons (Enabled/Forced)
  238. - TinkerModifiers (Enabled/Forced)
  239. - TinkerSmeltery (Enabled/Not Forced)
  240. - TinkerGadgets (Enabled/Not Forced)
  241. - TinkerOredict (Enabled/Forced)
  242. - TinkerIntegration (Enabled/Forced)
  243. - TinkerFluids (Enabled/Forced)
  244. - TinkerMaterials (Enabled/Forced)
  245. - TinkerModelRegister (Enabled/Forced)
  246. - chiselIntegration (Enabled/Not Forced)
  247. - wailaIntegration (Enabled/Not Forced)
  248. - theoneprobeIntegration (Enabled/Not Forced)
  249. RebornCore: Plugin Engine: 0
  250. RebornCore Version: 3.13.3.416
  251. Runtime Debofucsation 1
  252. RenderEngine: 1
  253. Ender IO: 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.):
  254. * Optifine is installed. This is NOT supported.
  255. 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.
  256.  
  257. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  258. !!!You are looking at the diagnostics information, not at the crash. !!!
  259. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  260. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  261. AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:ON, InvTweaks:ON, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
  262. Suspected Mods: Unknown
  263.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement