Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.05 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  5. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  6. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  7. p455w0rdc0re (p455w0rdslib-1.12.2-2.2.151.jar)
  8. CosmicLibFakeCoreMod (CosmicLib-1.12.2-0.4.0.BETA.jar)
  9. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.9-core.jar)
  10. HCASM (HammerCore-1.12.2-2.0.4.7.jar)
  11. TickrateChanger (TickrateChanger-1.0.14.jar)
  12. EnderCorePlugin (EnderCore-1.12.2-0.5.59-core.jar)
  13. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  14. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  15. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  16. Contact their authors BEFORE contacting forge
  17.  
  18. // Don't do that.
  19.  
  20. Time: 7/24/19 11:14 AM
  21. Description: There was a severe problem during mod loading that has caused the game to fail
  22.  
  23. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from The Betweenlands (thebetweenlands)
  24. Caused by: java.lang.NoClassDefFoundError: thebetweenlands/client/render/sky/BLSkyRenderer
  25. at thebetweenlands.client.proxy.ClientProxy.registerEventHandlers(ClientProxy.java:583)
  26. at thebetweenlands.common.TheBetweenlands.registerEventHandlers(TheBetweenlands.java:208)
  27. at thebetweenlands.common.TheBetweenlands.init(TheBetweenlands.java:163)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31. at java.lang.reflect.Method.invoke(Method.java:497)
  32. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  33. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  35. at java.lang.reflect.Method.invoke(Method.java:497)
  36. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  37. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  38. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  39. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  40. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  41. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  42. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  43. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  44. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48. at java.lang.reflect.Method.invoke(Method.java:497)
  49. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  50. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  51. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  52. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  53. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  54. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  55. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  56. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  57. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:744)
  58. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
  59. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
  60. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  61. at net.minecraft.client.main.Main.main(SourceFile:123)
  62. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  64. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  65. at java.lang.reflect.Method.invoke(Method.java:497)
  66. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  67. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  68. Caused by: java.lang.ClassNotFoundException: thebetweenlands.client.render.sky.BLSkyRenderer
  69. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  70. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  71. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  72. ... 43 more
  73. Caused by: java.lang.NoClassDefFoundError: thebetweenlands/api/sky/IBetweenlandsSky
  74. at java.lang.ClassLoader.defineClass1(Native Method)
  75. at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
  76. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  77. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  78. ... 45 more
  79. Caused by: java.lang.ClassNotFoundException: thebetweenlands.api.sky.IBetweenlandsSky
  80. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  81. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  82. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  83. ... 49 more
  84. Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
  85. at java.util.HashMap$EntrySet.iterator(HashMap.java:1005)
  86. at java.util.HashMap.putMapEntries(HashMap.java:511)
  87. at java.util.HashMap.<init>(HashMap.java:489)
  88. at java.util.jar.Attributes.<init>(Attributes.java:84)
  89. at java.util.jar.Attributes.clone(Attributes.java:291)
  90. at sun.net.www.protocol.jar.URLJarFile.getManifest(URLJarFile.java:155)
  91. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:148)
  92. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  93. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  94. at java.lang.ClassLoader.defineClass1(Native Method)
  95. at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
  96. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  97. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  98. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  99. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  100. at thebetweenlands.client.proxy.ClientProxy.registerEventHandlers(ClientProxy.java:583)
  101. at thebetweenlands.common.TheBetweenlands.registerEventHandlers(TheBetweenlands.java:208)
  102. at thebetweenlands.common.TheBetweenlands.init(TheBetweenlands.java:163)
  103. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  105. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  106. at java.lang.reflect.Method.invoke(Method.java:497)
  107. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  108. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  109. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  110. at java.lang.reflect.Method.invoke(Method.java:497)
  111. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  112. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  113. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  114. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  115. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  116. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  117.  
  118.  
  119. A detailed walkthrough of the error, its code path and all known details is as follows:
  120. ---------------------------------------------------------------------------------------
  121.  
  122. -- System Details --
  123. Details:
  124. Minecraft Version: 1.12.2
  125. Operating System: Windows 10 (amd64) version 10.0
  126. Java Version: 1.8.0_51, Oracle Corporation
  127. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  128. Memory: 380444944 bytes (362 MB) / 3008888832 bytes (2869 MB) up to 3008888832 bytes (2869 MB)
  129. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3228m -Xms256m -XX:PermSize=256m
  130. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  131. FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_E3 109 mods loaded, 109 mods active
  132. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  133.  
  134. | State | ID | Version | Source | Signature |
  135. |:----- |:--------------------------------- |:------------------------ |:---------------------------------------------------- |:---------------------------------------- |
  136. | LCHI | minecraft | 1.12.2 | minecraft.jar | None |
  137. | LCHI | mcp | 9.42 | minecraft.jar | None |
  138. | LCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  139. | LCHI | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  140. | LCHI | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
  141. | LCHI | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None |
  142. | LCHI | deconstruction | 3.0.4 | [MC1.12.2]DeconTable-3.0.4.jar | None |
  143. | LCHI | aether_legacy | 1.4.4 | aether_legacy-1.12.2-v1.4.4.jar | None |
  144. | LCHI | ambientsounds | 3.0 | AmbientSounds_v3.0.9_mc1.12.2.jar | None |
  145. | LCHI | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None |
  146. | LCHI | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  147. | LCHI | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  148. | LCHI | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  149. | LCHI | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  150. | LCHI | atum | 2.0.11 | Atum-1.12.2-2.0.11.jar | None |
  151. | LCHI | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  152. | LCHI | biomesoplenty | 7.0.1.2439 | BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar | None |
  153. | LCHI | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  154. | LCHI | bookshelf | 2.3.585 | Bookshelf-1.12.2-2.3.585.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  155. | LCHI | botania | r1.10-361 | Botania r1.10-361.jar | None |
  156. | LCHI | buildcraftlib | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  157. | LCHI | buildcraftcore | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  158. | LCHI | buildcraftbuilders | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  159. | LCHI | buildcrafttransport | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  160. | LCHI | buildcraftsilicon | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  161. | LCHI | buildcraftcompat | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  162. | LCHI | buildcraftenergy | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  163. | LCHI | buildcraftfactory | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  164. | LCHI | buildcraftrobotics | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  165. | LCHI | carryon | 1.12.2 | CarryOn MC1.12.2 v1.12.2.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
  166. | LCHI | chancecubes | 1.12.2-4.0.0.271 | ChanceCubes-1.12.2-4.0.0.271.jar | None |
  167. | LCHI | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  168. | LCHI | chickenchunks | 2.4.1.73 | ChickenChunks-1.12.2-2.4.1.73-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  169. | LCHI | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  170. | LCHI | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  171. | LCHI | craftablenametag | 1.0.0 | CN (MC 1.12.2).jar | None |
  172. | LCHI | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  173. | LCHI | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  174. | LCHI | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  175. | LCHI | cosmiclib | 0.4.0 | CosmicLib-1.12.2-0.4.0.BETA.jar | d3974446c00f9f1d275edce305771eeddf30c658 |
  176. | LCHI | craftablehorsearmour | 1.3 | CraftableHorseArmour-1.3.0-1.12.jar | None |
  177. | LCHI | dimdoors | 3.0.9+287 | DimensionalDoors-3.0.9-287.jar | None |
  178. | LCHI | doggytalents | 1.15.0.6 | DoggyTalents-1.12.2-1.15.0.6-universal.jar | None |
  179. | LCHI | dungeontactics | DT-0.16.5 | DungeonTactics-1.12.2-0.16.5.jar | None |
  180. | LCHI | endercore | 1.12.2-0.5.59 | EnderCore-1.12.2-0.5.59.jar | None |
  181. | LCHI | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  182. | LCHI | enderio | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  183. | LCHI | enderiointegrationtic | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  184. | LCHI | enderiobase | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  185. | LCHI | enderioconduits | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  186. | LCHI | enderioconduitsappliedenergistics | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  187. | LCHI | enderioconduitsopencomputers | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  188. | LCHI | enderioconduitsrefinedstorage | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  189. | LCHI | enderiointegrationforestry | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  190. | LCHI | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  191. | LCHI | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
  192. | LCHI | tconstruct | 1.12.2-2.12.0.157 | TConstruct-1.12.2-2.12.0.157.jar | None |
  193. | LCHI | enderiointegrationticlate | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  194. | LCHI | enderiomachines | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  195. | LCHI | enderiopowertools | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  196. | LCHI | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  197. | LCHI | enderzoo | 1.12.1-1.4.0.49 | EnderZoo-1.12.1-1.4.0.49.jar | None |
  198. | LCHI | erebus | 1.0.30 | Erebus-1.0.30.jar | None |
  199. | LCHI | exoticbirds | 1.0 | Exotic Birds 1.12.2-2.2.1.jar | None |
  200. | LCHI | hammercore | 2.0.4.7 | HammerCore-1.12.2-2.0.4.7.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
  201. | LCHI | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None |
  202. | LCHI | expequiv | 12r | ExpandedEquivalence-1.12.2-12r.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
  203. | LCHI | familiarfauna | 1.0.11 | FamiliarFauna-1.12.2-1.0.11.jar | None |
  204. | LCHI | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  205. | LCHI | fenceoverhaul | 1.3.4 | FenceOverhaul-1.3.4.jar | None |
  206. | LCHI | cfm | 6.3.0 | furniture-6.3.0-1.12.2.jar | None |
  207. | LCHI | huntingdim | 1.0.39 | HuntingDimension-1.12.2-1.0.39.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  208. | LCHI | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  209. | LCHI | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  210. | LCHI | iceandfire | 1.7.1 | iceandfire-1.7.1-1.12.2.jar | None |
  211. | LCHI | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  212. | LCHI | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  213. | LCHI | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  214. | LCHI | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None |
  215. | LCHI | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
  216. | LCHI | lex | 1.0.8 | LibEx-1.12.2-1.0.8.jar | None |
  217. | LCHI | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
  218. | LCHI | mowziesmobs | 1.5.4 | mowziesmobs-1.5.4.jar | None |
  219. | LCHI | multimob | 1.0.5 | multimob-1.0.5.jar | None |
  220. | LCHI | mystcraft | 0.13.7.03 | mystcraft-1.12.2-0.13.7.03.jar | None |
  221. | LCHI | neat | 1.4-17 | Neat 1.4-17.jar | None |
  222. | LCHI | nex | 2.0.8 | NetherEx-1.12.2-2.0.8.jar | None |
  223. | LCHI | recipehandler | 0.13 | NoMoreRecipeConflict-0.13(1.12.2).jar | None |
  224. | LCHI | p455w0rdslib | 2.2.151 | p455w0rdslib-1.12.2-2.2.151.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  225. | LCHI | guilib | $version | paintingselgui-PSG Revamed-1.12.2-1.1.0.1.jar | None |
  226. | LCHI | paintingselgui | $version | paintingselgui-PSG Revamed-1.12.2-1.1.0.1.jar | None |
  227. | LCHI | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zd Surprise for Yogcast.jar | None |
  228. | LCHI | primitivemobs | 1.2.3a | primitivemobs-1.2.3a.jar | None |
  229. | LCHI | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2.jar | None |
  230. | LCHI | signedit | 1.12.2-4 | signedit-1.12.2-5.jar | None |
  231. | LCHI | tickratechanger | 1.0.14 | TickrateChanger-1.0.14.jar | None |
  232. | LCHI | sleepingoverhaul | 1.0.0 | SleepingOverhaul-1.12.2-1.0.0.jar | d3974446c00f9f1d275edce305771eeddf30c658 |
  233. | LCHI | statue | 1.0.2 | statue-1.0.2.jar | None |
  234. | LCHI | tammodized | 0.15.6 | TamModized-1.12.2-0.15.6.jar | None |
  235. | LCHI | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  236. | LCHI | undergroundbiomes | 1.3.6 | UndergroundBiomesConstructs-1.12-1.3.6.jar | None |
  237. | LCHI | voidcraft | 0.26.10 | VoidCraft-1.12-0.26.10.jar | None |
  238. | LCHI | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None |
  239. | LCHI | wawla | 2.5.273 | Wawla-1.12.2-2.5.273.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  240. | LCHI | waystones | 4.0.72 | Waystones_1.12.2-4.0.72.jar | None |
  241. | LCHI | wolfarmor | 2.2.3.6 | wolfarmor-1.12.2-2.2.3.1798-universal.jar | None |
  242. | LCHI | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  243. | LCHI | jurassicraft | 2.1.23 | JurassiCraft-1.12.2-2.1.23.jar | None |
  244. | LCHE | thebetweenlands | 3.4.9 | TheBetweenlands-3.4.9-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
  245.  
  246. Loaded coremods (and transformers):
  247. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  248. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  249. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  250. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  251. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  252. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  253. invtweaks.forge.asm.ContainerTransformer
  254. p455w0rdc0re (p455w0rdslib-1.12.2-2.2.151.jar)
  255. p455w0rdslib.asm.ClassTransformer
  256. CosmicLibFakeCoreMod (CosmicLib-1.12.2-0.4.0.BETA.jar)
  257.  
  258. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.9-core.jar)
  259. thebetweenlands.core.TheBetweenlandsClassTransformer
  260. HCASM (HammerCore-1.12.2-2.0.4.7.jar)
  261. com.zeitheron.hammercore.asm.HammerCoreTransformer
  262. TickrateChanger (TickrateChanger-1.0.14.jar)
  263. me.guichaguri.tickratechanger.TickrateTransformer
  264. EnderCorePlugin (EnderCore-1.12.2-0.5.59-core.jar)
  265. com.enderio.core.common.transform.EnderCoreTransformer
  266. com.enderio.core.common.transform.SimpleMixinPatcher
  267. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  268.  
  269. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  270. team.chisel.ctm.client.asm.CTMTransformer
  271. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  272. lumien.bloodmoon.asm.ClassTransformer
  273. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 430.86' Renderer: 'GeForce GTX 1080/PCIe/SSE2'
  274. AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
  275. Pulsar/tconstruct loaded Pulses:
  276. - TinkerCommons (Enabled/Forced)
  277. - TinkerWorld (Enabled/Not Forced)
  278. - TinkerTools (Enabled/Not Forced)
  279. - TinkerHarvestTools (Enabled/Forced)
  280. - TinkerMeleeWeapons (Enabled/Forced)
  281. - TinkerRangedWeapons (Enabled/Forced)
  282. - TinkerModifiers (Enabled/Forced)
  283. - TinkerSmeltery (Enabled/Not Forced)
  284. - TinkerGadgets (Enabled/Not Forced)
  285. - TinkerOredict (Enabled/Forced)
  286. - TinkerIntegration (Enabled/Forced)
  287. - TinkerFluids (Enabled/Forced)
  288. - TinkerMaterials (Enabled/Forced)
  289. - TinkerModelRegister (Enabled/Forced)
  290. - chiselIntegration (Enabled/Not Forced)
  291. - wailaIntegration (Enabled/Not Forced)
  292.  
  293. Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
  294. OreDictionary Info: Registered 2249 names; 7711 stacks.
  295. Pastebin Connection: Okay.
  296. Dependent Mods:
  297. -Expanded Equivalence (expequiv) @12r
  298.  
  299. 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.):
  300. * Optifine is installed. This is NOT supported.
  301. 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.
  302.  
  303. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  304. !!!You are looking at the diagnostics information, not at the crash. !!!
  305. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  306. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  307.  
  308. OptiFine Version: OptiFine_1.12.2_HD_U_E3
  309. OptiFine Build: 20181210-121000
  310. Render Distance Chunks: 8
  311. Mipmaps: 4
  312. Anisotropic Filtering: 1
  313. Antialiasing: 0
  314. Multitexture: false
  315. Shaders: null
  316. OpenGlVersion: 4.6.0 NVIDIA 430.86
  317. OpenGlRenderer: GeForce GTX 1080/PCIe/SSE2
  318. OpenGlVendor: NVIDIA Corporation
  319. CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement