Guest User

Untitled

a guest
Apr 18th, 2021
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.35 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CXLibraryCore (cxlibrary-1.12.1-1.6.1 (1).jar)
  5. Quark Plugin (Quark-r1.6-179 (1).jar)
  6. IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  7. ForgelinPlugin (Forgelin-1.8.4.jar)
  8. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar)
  9. MekanismCoremod (Mekanism-1.12.2-9.8.3.390 (3).jar)
  10. LogisticsPipesCoreLoader (logisticspipes-0.10.3.96.jar)
  11. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2 (1).jar)
  12. Plugin (NotEnoughIDs-1.5.4.4.jar)
  13. SteveKunGLibPlugin (SteveKunG's-Lib-1.12.2-1.1.10 (3).jar)
  14. LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.10.jar)
  15. EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  16. weaponlib (mw_2.0-0.4.6.2_mc1.12.2.jar)
  17. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  18. CTMCorePlugin (CTM-MC1.12.2-1.0.2.31 (1).jar)
  19. Contact their authors BEFORE contacting forge
  20.  
  21. // My bad.
  22.  
  23. Time: 4/18/21 2:34 PM
  24. Description: Initializing game
  25.  
  26. java.lang.BootstrapMethodError: call site initialization exception
  27. at java.lang.invoke.CallSite.makeSite(CallSite.java:341)
  28. at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(MethodHandleNatives.java:307)
  29. at java.lang.invoke.MethodHandleNatives.linkCallSite(MethodHandleNatives.java:297)
  30. at nunyanew.this.synchronized.super.this.enum.protected.<init>(Unknown Source)
  31. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  32. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  33. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  34. at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  35. at java.lang.Class.newInstance(Class.java:442)
  36. at nunyanew.this.synchronized.super.synchronized.enum.implements(Unknown Source)
  37. at nunyanew.this.synchronized.super.synchronized.enum.run(Unknown Source)
  38. at nunyanew.this.synchronized.public.int.<init>(Unknown Source)
  39. at me.deftware.aristois.main.Main.initialize(Unknown Source)
  40. at me.deftware.client.framework.main.EMCMod.init(EMCMod.java:30)
  41. at me.deftware.client.framework.main.bootstrap.Bootstrap.loadMod(Bootstrap.java:180)
  42. at me.deftware.client.framework.main.bootstrap.Bootstrap.lambda$null$1(Bootstrap.java:114)
  43. at me.deftware.client.framework.main.bootstrap.Bootstrap$$Lambda$38031/821414176.accept(Unknown Source)
  44. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
  45. at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
  46. at me.deftware.client.framework.main.bootstrap.Bootstrap.lambda$init$2(Bootstrap.java:112)
  47. at me.deftware.client.framework.main.bootstrap.Bootstrap$$Lambda$38030/2110381904.accept(Unknown Source)
  48. at java.util.ArrayList.forEach(ArrayList.java:1249)
  49. at me.deftware.client.framework.main.bootstrap.Bootstrap.init(Bootstrap.java:112)
  50. at net.minecraft.client.Minecraft.handler$init$zbn000(Minecraft.java:3409)
  51. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:570)
  52. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  53. at net.minecraft.client.main.Main.main(SourceFile:123)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  57. at java.lang.reflect.Method.invoke(Method.java:497)
  58. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  59. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  60. Caused by: java.lang.ExceptionInInitializerError
  61. at java.lang.Class.forName0(Native Method)
  62. at java.lang.Class.forName(Class.java:264)
  63. at nunyanew.this.synchronized.null.m.⛔$0.+(Unknown Source)
  64. at nunyanew.this.synchronized.null.m.Dispatcher️.bootstrap(Unknown Source)
  65. at java.lang.invoke.CallSite.makeSite(CallSite.java:298)
  66. ... 32 more
  67. Caused by: java.lang.NullPointerException
  68. at me.deftware.client.framework.item.Item.getTranslationKey(Item.java:65)
  69. at me.deftware.client.framework.registry.ItemRegistry.lambda$find$0(ItemRegistry.java:33)
  70. at me.deftware.client.framework.registry.ItemRegistry$$Lambda$38125/599396258.test(Unknown Source)
  71. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
  72. at java.util.HashMap$ValueSpliterator.tryAdvance(HashMap.java:1633)
  73. at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
  74. at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:529)
  75. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:516)
  76. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
  77. at java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:152)
  78. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  79. at java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:464)
  80. at me.deftware.client.framework.registry.ItemRegistry.find(ItemRegistry.java:35)
  81. at nunyanew.this.synchronized.if.float.protected(Unknown Source)
  82. at nunyanew.this.synchronized.if.float.<clinit>(Unknown Source)
  83. ... 37 more
  84.  
  85.  
  86. A detailed walkthrough of the error, its code path and all known details is as follows:
  87. ---------------------------------------------------------------------------------------
  88.  
  89. -- Head --
  90. Thread: Client thread
  91. Stacktrace:
  92. at java.lang.invoke.CallSite.makeSite(CallSite.java:341)
  93. at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(MethodHandleNatives.java:307)
  94. at java.lang.invoke.MethodHandleNatives.linkCallSite(MethodHandleNatives.java:297)
  95. at nunyanew.this.synchronized.super.this.enum.protected.<init>(Unknown Source)
  96. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  97. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  98. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  99. at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  100. at java.lang.Class.newInstance(Class.java:442)
  101. at nunyanew.this.synchronized.super.synchronized.enum.implements(Unknown Source)
  102. at nunyanew.this.synchronized.super.synchronized.enum.run(Unknown Source)
  103. at nunyanew.this.synchronized.public.int.<init>(Unknown Source)
  104. at me.deftware.aristois.main.Main.initialize(Unknown Source)
  105. at me.deftware.client.framework.main.EMCMod.init(EMCMod.java:30)
  106. at me.deftware.client.framework.main.bootstrap.Bootstrap.loadMod(Bootstrap.java:180)
  107. at me.deftware.client.framework.main.bootstrap.Bootstrap.lambda$null$1(Bootstrap.java:114)
  108. at me.deftware.client.framework.main.bootstrap.Bootstrap$$Lambda$38031/821414176.accept(Unknown Source)
  109. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
  110. at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
  111. at me.deftware.client.framework.main.bootstrap.Bootstrap.lambda$init$2(Bootstrap.java:112)
  112. at me.deftware.client.framework.main.bootstrap.Bootstrap$$Lambda$38030/2110381904.accept(Unknown Source)
  113. at java.util.ArrayList.forEach(ArrayList.java:1249)
  114. at me.deftware.client.framework.main.bootstrap.Bootstrap.init(Bootstrap.java:112)
  115. at net.minecraft.client.Minecraft.handler$init$zbn000(Minecraft.java:3409)
  116. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:570)
  117.  
  118. -- Initialization --
  119. Details:
  120. Stacktrace:
  121. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  122. at net.minecraft.client.main.Main.main(SourceFile:123)
  123. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  124. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  125. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  126. at java.lang.reflect.Method.invoke(Method.java:497)
  127. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  128. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  129.  
  130. -- System Details --
  131. Details:
  132. Minecraft Version: 1.12.2
  133. Operating System: Windows 10 (amd64) version 10.0
  134. Java Version: 1.8.0_51, Oracle Corporation
  135. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  136. Memory: 751404984 bytes (716 MB) / 8791261184 bytes (8384 MB) up to 15032385536 bytes (14336 MB)
  137. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx14G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  138. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  139. FML: MCP 9.42 Powered by Forge 14.23.5.2854 Optifine OptiFine_1.12.2_HD_U_G5 133 mods loaded, 133 mods active
  140. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  141.  
  142. | State | ID | Version | Source | Signature |
  143. |:------ |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
  144. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  145. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  146. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2854.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  147. | LCHIJA | forge | 14.23.5.2854 | forge-1.12.2-14.23.5.2854.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  148. | LCHIJA | micdoodlecore | | minecraft.jar | None |
  149. | LCHIJA | openmodscore | 0.12.2 | minecraft.jar | None |
  150. | LCHIJA | damageindicatorsmod | 1.0 | [1.12.2]DamageIndicatorsMod-3.5.1.jar | None |
  151. | LCHIJA | antiqueatlas | 4.6.3 | antiqueatlas-1.12.2-4.6.3.jar | None |
  152. | LCHIJA | antiqueatlasoverlay | 1.2 | antiqueatlas-1.12.2-4.6.3.jar | None |
  153. | LCHIJA | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31 (1).jar | None |
  154. | LCHIJA | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7 (1).jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  155. | LCHIJA | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301 (1).jar | None |
  156. | LCHIJA | quark | r1.6-179 | Quark-r1.6-179 (1).jar | None |
  157. | LCHIJA | autoreglib | 1.3-32 | AutoRegLib-1.3-32 (1).jar | None |
  158. | LCHIJA | gorecore | 1.12.2-0.4.5 | avatarmod-1.5.17-alpha.jar | None |
  159. | LCHIJA | avatarmod | 1.5.17-alpha | avatarmod-1.5.17-alpha.jar | None |
  160. | LCHIJA | backpack | 3.0.2 | backpack-3.0.2-1.12.2 (2).jar | None |
  161. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2 (2).jar | None |
  162. | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2] (2).jar | None |
  163. | LCHIJA | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal (1).jar | None |
  164. | LCHIJA | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590 (2).jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  165. | LCHIJA | botania | r1.10-363 | Botania+r1.10-363 (1).jar | None |
  166. | LCHIJA | buildcraftlib | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  167. | LCHIJA | buildcraftcore | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  168. | LCHIJA | buildcraftbuilders | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  169. | LCHIJA | buildcrafttransport | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  170. | LCHIJA | buildcraftsilicon | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  171. | LCHIJA | ic2 | 2.8.221-ex112 | industrialcraft-2-2.8.221-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  172. | LCHIJA | buildcraftcompat | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  173. | LCHIJA | buildcraftenergy | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  174. | LCHIJA | buildcraftfactory | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  175. | LCHIJA | buildcraftrobotics | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
  176. | LCHIJA | cctweaked | 1.89.2 | cc-tweaked-1.12.2-1.89.2 (2).jar | None |
  177. | LCHIJA | computercraft | 1.89.2 | cc-tweaked-1.12.2-1.89.2 (2).jar | None |
  178. | LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  179. | LCHIJA | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45 (2).jar | None |
  180. | LCHIJA | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
  181. | LCHIJA | geckolib3 | 3.0.0 | forge-1.12.2-geckolib-3.0.0-beta.7.jar | None |
  182. | LCHIJA | cqrepoured | 2.4.3B | Chocolate_Quest_Repoured-1.12.2-2.4.3B.jar | None |
  183. | LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  184. | LCHIJA | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal (3).jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  185. | LCHIJA | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal (3).jar | None |
  186. | LCHIJA | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal (2).jar | None |
  187. | LCHIJA | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  188. | LCHIJA | cookingforblockheads | 6.5.0 | CookingForBlockheads_1.12.2-6.5.0.jar | None |
  189. | LCHIJA | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  190. | LCHIJA | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
  191. | LCHIJA | customnpcs | 1.12 | CustomNPCs_1.12.2-(05Jul20).jar | None |
  192. | LCHIJA | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1 (1).jar | None |
  193. | LCHIJA | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
  194. | LCHIJA | cyclicmagic | 1.20.8 | Cyclic-1.12.2-1.20.8.jar | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
  195. | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2 (1).jar | None |
  196. | LCHIJA | darkutils | 1.8.230 | DarkUtils-1.12.2-1.8.230.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  197. | LCHIJA | dldungeonsjbg | 1.13.2 | DoomlikeDungeons-1.13.2-MC1.12.2.jar | None |
  198. | LCHIJA | ebwizardry | 4.3.4 | ElectroblobsWizardry-4.3.4-MC1.12.2.jar | None |
  199. | LCHIJA | eplus | 5.0.176 | EnchantingPlus-1.12.2-5.0.176 (2).jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  200. | LCHIJA | endercore | 1.12.2-0.5.76 | EnderCore-1.12.2-0.5.76 (2).jar | None |
  201. | LCHIJA | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal (2).jar | None |
  202. | LCHIJA | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal (2).jar | None |
  203. | LCHIJA | enderio | 5.2.66 | EnderIO-1.12.2-5.2.66 (2).jar | None |
  204. | LCHIJA | enderiointegrationtic | 5.2.66 | EnderIO-1.12.2-5.2.66 (2).jar | None |
  205. | LCHIJA | enderiobase | 5.2.66 | EnderIO-1.12.2-5.2.66 (2).jar | None |
  206. | LCHIJA | enderioconduits | 5.2.66 | EnderIO-1.12.2-5.2.66 (2).jar | None |
  207. | LCHIJA | enderioconduitsappliedenergistics | 5.2.66 | EnderIO-1.12.2-5.2.66 (2).jar | None |
  208. | LCHIJA | enderioconduitsopencomputers | 5.2.66 | EnderIO-1.12.2-5.2.66 (2).jar | None |
  209. | LCHIJA | enderioconduitsrefinedstorage | 5.2.66 | EnderIO-1.12.2-5.2.66 (2).jar | None |
  210. | LCHIJA | enderiointegrationforestry | 5.2.66 | EnderIO-1.12.2-5.2.66 (2).jar | None |
  211. | LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55 (2).jar | None |
  212. | LCHIJA | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183 (2).jar | None |
  213. | LCHIJA | enderiointegrationticlate | 5.2.66 | EnderIO-1.12.2-5.2.66 (2).jar | None |
  214. | LCHIJA | enderioinvpanel | 5.2.66 | EnderIO-1.12.2-5.2.66 (2).jar | None |
  215. | LCHIJA | ftblib | 5.4.7.2 | FTBLib-5.4.7.2.jar | None |
  216. | LCHIJA | enderiomachines | 5.2.66 | EnderIO-1.12.2-5.2.66 (2).jar | None |
  217. | LCHIJA | enderiopowertools | 5.2.66 | EnderIO-1.12.2-5.2.66 (2).jar | None |
  218. | LCHIJA | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  219. | LCHIJA | galacticraftcore | 4.0.2.280 | GalacticraftCore-1.12.2-4.0.2.280 (2).jar | None |
  220. | LCHIJA | extrabitmanipulation | 1.12.2-3.4.1 | ExtraBitManipulation-1.12.2-3.4.1.jar | None |
  221. | LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.9.9 (1).jar | None |
  222. | LCHIJA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  223. | LCHIJA | fluxnetworks | 4.1.0 | FluxNetworks-1.12.2-4.1.1.34 (1).jar | None |
  224. | LCHIJA | foodexpansion | 1.3 | FoodExpansion1.3.3-1.12.2.jar | None |
  225. | LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
  226. | LCHIJA | ftbbackups | 1.1.0.1 | FTBBackups-1.1.0.1.jar | None |
  227. | LCHIJA | ftbutilities | 5.4.1.131 | FTBUtilities-5.4.1.131.jar | None |
  228. | LCHIJA | galacticraftplanets | 4.0.2.280 | Galacticraft-Planets-1.12.2-4.0.2.280 (2).jar | None |
  229. | LCHIJA | gravestone | 1.10.3 | gravestone-1.10.3 (1).jar | None |
  230. | LCHIJA | lucraftcore | 1.12.2-2.4.10 | LucraftCore-1.12.2-2.4.10.jar | None |
  231. | LCHIJA | heroesexpansion | 1.12.2-1.3.5 | HeroesExpansion-1.12.2-1.3.5.jar | None |
  232. | LCHIJA | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1 (2).jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  233. | LCHIJA | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390 (3).jar | None |
  234. | LCHIJA | teslacorelib | 1.0.17 | tesla-core-lib-1.12.2-1.0.17.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  235. | LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
  236. | LCHIJA | inventorysorter | 1.13.3+57 | inventorysorter-1.12.2-1.13.3+57.jar | None |
  237. | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847 (2).jar | None |
  238. | LCHIJA | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
  239. | LCHIJA | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None |
  240. | LCHIJA | logisticspipes | 0.10.3.96 | logisticspipes-0.10.3.96.jar | e0c86912b2f7cc0cc646ad57799574aea43dbd45 |
  241. | LCHIJA | lootbags | 2.5.8.5 | LootBags-1.12.2-2.5.8.5.jar | None |
  242. | LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  243. | LCHIJA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  244. | LCHIJA | mcwbridges | 1.0.4 | mcw-bridges-1.0.4-mc1.12.2.jar | None |
  245. | LCHIJA | modnametooltip | 1.10.1 | modnametooltip_1.12.2-1.10.1.jar | None |
  246. | LCHIJA | stevekung's_lib | 1.1.10 | SteveKunG's-Lib-1.12.2-1.1.10 (3).jar | None |
  247. | LCHIJA | moreplanets | 2.2.1 | More-Planets-1.12.2-2.2.1-GC280 (2).jar | None |
  248. | LCHIJA | morefurnaces | 1.10.5 | MoreFurnaces-1.12.2-1.10.6 (2).jar | None |
  249. | LCHIJA | mw | 0.4.6.2 | mw_2.0-0.4.6.2_mc1.12.2.jar | None |
  250. | LCHIJA | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |
  251. | LCHIJA | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None |
  252. | LCHIJA | neat | 1.4-17 | Neat+1.4-17.jar | None |
  253. | LCHIJA | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
  254. | LCHIJA | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2 (1).jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  255. | LCHIJA | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1 (1).jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  256. | LCHIJA | harvestcraft | 1.12.2zb | Pam's+HarvestCraft+1.12.2zg.jar | None |
  257. | LCHIJA | patchouli | 1.0-23.6 | Patchouli-1.0-23.6 (1).jar | None |
  258. | LCHIJA | pitweaks | 1.12-1.1.1 | PiTweaks-1.12-1.1.1.jar | None |
  259. | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  260. | LCHIJA | xreliquary | 1.12.2-1.3.4.796 | Reliquary-1.12.2-1.3.4.796.jar | None |
  261. | LCHIJA | soulboundarmory | 2.10.11 | soulboundarmory-2.10.11.jar | None |
  262. | LCHIJA | storagedrawers | 5.2.2 | StorageDrawers-1.12.2-5.4.2.jar | None |
  263. | LCHIJA | thermalcultivation | 0.3.6 | ThermalCultivation-1.12.2-0.3.6.1-universal.jar | None |
  264. | LCHIJA | thermaldynamics | 2.5.6 | ThermalDynamics-1.12.2-2.5.6.1-universal (3).jar | None |
  265. | LCHIJA | thermalinnovation | 0.3.6 | ThermalInnovation-1.12.2-0.3.6.1-universal (2).jar | None |
  266. | LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  267. | LCHIJA | torchmaster | 1.8.4.84 | torchmaster_1.12.2-1.8.4.84.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
  268. | LCHIJA | travelersbackpack | 1.0.35 | TravelersBackpack-1.12.2-1.0.35.jar | None |
  269. | LCHIJA | useless_sword | 1.2.2 | UselessSword-1.12.2-V1.2.2.jar | None |
  270. | LCHIJA | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
  271. | LCHIJA | warpbook | 1.12.2-3.3.4 | Warpbook-1.12.2-3.3.4 (2).jar | None |
  272. | LCHIJA | wawla | 2.6.275 | Wawla-1.12.2-2.6.275 (1).jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  273. | LCHIJA | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
  274. | LCHIJA | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98 (2).jar | None |
  275. | LCHIJA | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  276. | LCHIJA | teslacorelib_registries | 1.0.17 | tesla-core-lib-1.12.2-1.0.17.jar | None |
  277.  
  278. Loaded coremods (and transformers):
  279. CXLibraryCore (cxlibrary-1.12.1-1.6.1 (1).jar)
  280. cubex2.cxlibrary.CoreModTransformer
  281. Quark Plugin (Quark-r1.6-179 (1).jar)
  282. vazkii.quark.base.asm.ClassTransformer
  283. IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  284. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  285. ForgelinPlugin (Forgelin-1.8.4.jar)
  286.  
  287. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar)
  288. micdoodle8.mods.miccore.MicdoodleTransformer
  289. MekanismCoremod (Mekanism-1.12.2-9.8.3.390 (3).jar)
  290. mekanism.coremod.KeybindingMigrationHelper
  291. LogisticsPipesCoreLoader (logisticspipes-0.10.3.96.jar)
  292. logisticspipes.asm.LogisticsClassTransformer
  293. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2 (1).jar)
  294. openmods.core.OpenModsClassTransformer
  295. Plugin (NotEnoughIDs-1.5.4.4.jar)
  296. ru.fewizz.neid.asm.Transformer
  297. SteveKunGLibPlugin (SteveKunG's-Lib-1.12.2-1.1.10 (3).jar)
  298.  
  299. LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.10.jar)
  300. lucraft.mods.lucraftcore.core.LCTransformer
  301. EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  302. com.enderio.core.common.transform.EnderCoreTransformer
  303. com.enderio.core.common.transform.SimpleMixinPatcher
  304. weaponlib (mw_2.0-0.4.6.2_mc1.12.2.jar)
  305. com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
  306. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  307.  
  308. CTMCorePlugin (CTM-MC1.12.2-1.0.2.31 (1).jar)
  309. team.chisel.ctm.client.asm.CTMTransformer
  310. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.13596 Compatibility Profile Context 20.10.35.02 27.20.1034.6' Renderer: 'Radeon RX 580 Series'
  311. 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]
  312. AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
  313. 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.):
  314. * Optifine is installed. This is NOT supported.
  315. 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.
  316. Authlib is : /C:/Users/Joshua/AppData/Roaming/.minecraft/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar
  317.  
  318. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  319. !!!You are looking at the diagnostics information, not at the crash. !!!
  320. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  321. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  322.  
  323. Pulsar/tconstruct loaded Pulses:
  324. - TinkerCommons (Enabled/Forced)
  325. - TinkerWorld (Enabled/Not Forced)
  326. - TinkerTools (Enabled/Not Forced)
  327. - TinkerHarvestTools (Enabled/Forced)
  328. - TinkerMeleeWeapons (Enabled/Forced)
  329. - TinkerRangedWeapons (Enabled/Forced)
  330. - TinkerModifiers (Enabled/Forced)
  331. - TinkerSmeltery (Enabled/Not Forced)
  332. - TinkerGadgets (Enabled/Not Forced)
  333. - TinkerOredict (Enabled/Forced)
  334. - TinkerIntegration (Enabled/Forced)
  335. - TinkerFluids (Enabled/Forced)
  336. - TinkerMaterials (Enabled/Forced)
  337. - TinkerModelRegister (Enabled/Forced)
  338. - chiselIntegration (Enabled/Not Forced)
  339. - chiselsandbitsIntegration (Enabled/Not Forced)
  340. - craftingtweaksIntegration (Enabled/Not Forced)
  341. - wailaIntegration (Enabled/Not Forced)
  342. - quarkIntegration (Enabled/Not Forced)
  343.  
  344. Patchouli open book context: n/a
  345. AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:ON, InvTweaks:OFF, JEI:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:OFF
  346. Launched Version: 1.12.2-forge-14.23.5.2854
  347. LWJGL: 2.9.4
  348. OpenGL: Radeon RX 580 Series GL version 4.6.13596 Compatibility Profile Context 20.10.35.02 27.20.1034.6, ATI Technologies Inc.
  349. GL Caps: Using GL 1.3 multitexturing.
  350. Using GL 1.3 texture combiners.
  351. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  352. Shaders are available because OpenGL 2.1 is supported.
  353. VBOs are available because OpenGL 1.5 is supported.
  354.  
  355. Using VBOs: Yes
  356. Is Modded: Definitely; Client brand changed to 'fml,forge'
  357. Type: Client (map_client.txt)
  358. Resource Packs: vanilla, Fabric Mods, file/VanillaTweaks_r397888.zip
  359. Current Language: English (US)
  360. Profiler Position: N/A (disabled)
  361. CPU: 12x AMD Ryzen 5 1600 Six-Core Processor
  362. OptiFine Version: OptiFine_1.12.2_HD_U_G5
  363. OptiFine Build: 20210124-142939
  364. Render Distance Chunks: 6
  365. Mipmaps: 4
  366. Anisotropic Filtering: 1
  367. Antialiasing: 0
  368. Multitexture: false
  369. Shaders: (internal)
  370. OpenGlVersion: 4.6.13596 Compatibility Profile Context 20.10.35.02 27.20.1034.6
  371. OpenGlRenderer: Radeon RX 580 Series
  372. OpenGlVendor: ATI Technologies Inc.
  373. CpuCount: 12
Advertisement
Add Comment
Please, Sign In to add comment