Jump to content

Minecraft Saying I'm Using Unsupported Modified Version of the Game


Lemnaeus

Recommended Posts

Crash Report:

Spoiler

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  ForgelinPlugin (Forgelin-1.7.4.jar)
  HCASM (HammerCore-1.12.2-2.0.2.3.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  LoadingPlugin (RandomThings-MC1.12.2-4.2.1.2.jar)
  CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  SBUTransformer (StoneBlockUtilities-2.0.11.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.39.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b156.jar)
  ComfortsCoreLoadingPlugin (comforts-1.12.2-1.3.0.jar)
  llibrary (llibrary-core-1.0.8-1.12.2.jar)
  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.1-1.12.2.jar)
Contact their authors BEFORE contacting forge

// I let you down. Sorry :(

Time: 9/24/18 8:20 PM
Description: Initializing game

java.lang.NoClassDefFoundError: scala/collection/Seq
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.getDeclaredMethods(Class.java:1975)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: scala.collection.Seq
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 41 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.getDeclaredMethods(Class.java:1975)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 782805480 bytes (746 MB) / 1317011456 bytes (1256 MB) up to 2863661056 bytes (2731 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.4.2760 242 mods loaded, 242 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID                                | Version                  | Source                                              | Signature                                |
    |:----- |:--------------------------------- |:------------------------ |:--------------------------------------------------- |:---------------------------------------- |
    | UC    | minecraft                         | 1.12.2                   | minecraft.jar                                       | None                                     |
    | UC    | mcp                               | 9.42                     | minecraft.jar                                       | None                                     |
    | UC    | FML                               | 8.0.99.99                | forge-1.12.2-14.23.4.2760.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UC    | forge                             | 14.23.4.2760             | forge-1.12.2-14.23.4.2760.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UC    | openmodscore                      | 0.11.5                   | minecraft.jar                                       | None                                     |
    | UC    | foamfixcore                       | 7.7.4                    | minecraft.jar                                       | None                                     |
    | UC    | actuallyadditions                 | 1.12.2-r140              | ActuallyAdditions-1.12.2-r140.jar                   | None                                     |
    | UC    | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                              | None                                     |
    | UC    | actuallybaubles                   | 1.1                      | ActuallyBaubles-1.12-1.1.jar                        | None                                     |
    | UC    | appliedenergistics2               | rv5-stable-11            | appliedenergistics2-rv5-stable-11.jar               | None                                     |
    | U     | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                        | None                                     |
    | U     | ae2stuff                          | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                       | None                                     |
    | U     | ctm                               | MC1.12.2-0.3.2.18        | CTM-MC1.12.2-0.3.2.18.jar                           | None                                     |
    | U     | chisel                            | MC1.12.2-0.2.1.35        | Chisel-MC1.12.2-0.2.1.35.jar                        | None                                     |
    | U     | endercore                         | 1.12.2-0.5.39            | EnderCore-1.12.2-0.5.39.jar                         | None                                     |
    | U     | crafttweaker                      | 4.1.9                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
    | U     | mtlib                             | 3.0.5                    | MTLib-3.0.5.jar                                     | None                                     |
    | U     | modtweaker                        | 4.0.13                   | modtweaker-4.0.14.jar                               | None                                     |
    | U     | jei                               | 4.11.0.212               | jei_1.12.2-4.11.0.212.jar                           | None                                     |
    | U     | codechickenlib                    | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar       | None                                     |
    | U     | redstoneflux                      | 2.0.2                    | RedstoneFlux-1.12-2.0.2.3-universal.jar             | None                                     |
    | U     | cofhcore                          | 4.5.3                    | CoFHCore-1.12.2-4.5.3.20-universal.jar              | None                                     |
    | U     | brandonscore                      | 2.4.5                    | BrandonsCore-1.12.2-2.4.5.176-universal.jar         | None                                     |
    | U     | cofhworld                         | 1.2.0                    | CoFHWorld-1.12.2-1.2.0.5-universal.jar              | None                                     |
    | U     | thermalfoundation                 | 2.5.0                    | ThermalFoundation-1.12.2-2.5.0.19-universal.jar     | None                                     |
    | U     | draconicevolution                 | 2.3.14                   | Draconic-Evolution-1.12.2-2.3.14.308-universal.jar  | None                                     |
    | U     | thermalexpansion                  | 5.5.0                    | ThermalExpansion-1.12.2-5.5.0.29-universal.jar      | None                                     |
    | U     | enderio                           | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                           | None                                     |
    | U     | enderiointegrationtic             | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                           | None                                     |
    | U     | mantle                            | 1.12-1.3.2.24            | Mantle-1.12-1.3.2.24.jar                            | None                                     |
    | U     | tconstruct                        | 1.12.2-2.10.1.87         | TConstruct-1.12.2-2.10.1.87.jar                     | None                                     |
    | U     | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.3.jar                          | None                                     |
    | U     | flyringbaublemod                  | 0.3.1_1.12-d4e654e       | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar         | None                                     |
    | U     | appleskin                         | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                          | None                                     |
    | U     | aroma1997core                     | 2.0.0.0.b156             | Aroma1997Core-1.12.2-2.0.0.0.b156.jar               | None                                     |
    | U     | aroma1997sdimension               | 2.0.0.2.b81              | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b81.jar | None                                     |
    | U     | attributefix                      | 1.0.1                    | AttributeFix-1.12.2-1.0.1.jar                       | None                                     |
    | U     | morphtool                         | 1.2-16                   | Morph-o-Tool-1.2-16.jar                             | None                                     |
    | U     | psi                               | r1.1-59                  | Psi-r1.1-59.jar                                     | None                                     |
    | U     | autoreglib                        | 1.3-20                   | AutoRegLib-1.3-20.jar                               | None                                     |
    | U     | avaritia                          | 3.2.0                    | Avaritia-1.12.2-3.2.0.25-universal.jar              | None                                     |
    | U     | badwithernocookiereloaded         | 1.12.2-3.1.14            | badwithernocookiereloaded-1.12.2-3.1.14.jar         | None                                     |
    | U     | base                              | 3.10.0                   | base-1.12.2-3.10.0.jar                              | None                                     |
    | U     | betterbuilderswands               | 0.12.0                   | BetterBuildersWands-1.12-0.12.0.251+d6c4d93.jar     | None                                     |
    | U     | betterquesting                    | 3.5.267                  | BetterQuesting-3.5.267.jar                          | None                                     |
    | U     | bqt                               | 1.0                      | BetterQuestingTriggerer-1.0.jar                     | None                                     |
    | U     | betterthanbunnies                 | 1.12.1-1.1.0             | BetterThanBunnies-1.12.1-1.1.0.jar                  | None                                     |
    | U     | betterthanllamas                  | 1.12.1-1.0.0             | BetterThanLlamas-1.12.1-1.0.0.jar                   | None                                     |
    | U     | bonsaitrees                       | 1.0.5                    | bonsaitrees-1.0.5-b77.jar                           | None                                     |
    | U     | bookshelf                         | 2.3.559                  | Bookshelf-1.12.2-2.3.559.jar                        | None                                     |
    | U     | botania                           | r1.10-356                | Botania r1.10-356.jar                               | None                                     |
    | U     | buildcraftlib                     | 7.99.18                  | buildcraft-7.99.18.jar                              | None                                     |
    | U     | buildcraftcore                    | 7.99.18                  | buildcraft-7.99.18.jar                              | None                                     |
    | U     | buildcraftbuilders                | 7.99.18                  | buildcraft-7.99.18.jar                              | None                                     |
    | U     | buildcraftenergy                  | 7.99.18                  | buildcraft-7.99.18.jar                              | None                                     |
    | U     | buildcraftfactory                 | 7.99.18                  | buildcraft-7.99.18.jar                              | None                                     |
    | U     | buildcraftrobotics                | 7.99.18                  | buildcraft-7.99.18.jar                              | None                                     |
    | U     | buildcrafttransport               | 7.99.18                  | buildcraft-7.99.18.jar                              | None                                     |
    | U     | buildcraftsilicon                 | 7.99.18                  | buildcraft-7.99.18.jar                              | None                                     |
    | U     | ceramics                          | 1.12-1.3.4               | Ceramics-1.12-1.3.4.jar                             | None                                     |
    | U     | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                            | None                                     |
    | U     | chancecubes                       | 1.12.2-3.2.2.236         | ChanceCubes-1.12.2-3.2.2.236.jar                    | None                                     |
    | U     | chesttransporter                  | 2.8.8                    | ChestTransporter-1.12.2-2.8.8.jar                   | None                                     |
    | U     | chickens                          | 6.1.0                    | chickens-6.1.0.jar                                  | None                                     |
    | U     | chiselsandbits                    | 14.24                    | chiselsandbits-14.24.jar                            | None                                     |
    | U     | clienttweaks                      | 3.1.9                    | ClientTweaks_1.12.2-3.1.9.jar                       | None                                     |
    | U     | clumps                            | 3.1.1                    | Clumps-3.1.1.jar                                    | None                                     |
    | U     | cyclopscore                       | 0.11.10                  | CyclopsCore-1.12.2-0.11.10.jar                      | None                                     |
    | U     | colossalchests                    | 1.6.11                   | ColossalChests-1.12.2-1.6.11.jar                    | None                                     |
    | U     | morpheus                          | 1.12-3.3.2               | Morpheus-1.12-3.3.2.jar                             | None                                     |
    | U     | comforts                          | 1.3.0                    | comforts-1.12.2-1.3.0.jar                           | None                                     |
    | U     | ic2                               | 2.8.99-ex112             | industrialcraft-2-2.8.99-ex112.jar                  | None                                     |
    | U     | commoncapabilities                | 1.4.0                    | CommonCapabilities-1.12-1.4.0.jar                   | None                                     |
    | U     | compacter                         | 1.3.0.3                  | compacter-1.3.0.3-mc1.12.2.jar                      | None                                     |
    | U     | refinedstorage                    | 1.6.5                    | refinedstorage-1.6.5.jar                            | None                                     |
    | U     | compactmachines3                  | 3.0.12                   | compactmachines3-1.12.2-3.0.12-b215.jar             | None                                     |
    | U     | compactsolars                     | 1.12.2-5.0.17.340        | CompactSolars-1.12.2-5.0.17.340-universal.jar       | None                                     |
    | U     | computercraft                     | 1.80pr1                  | ComputerCraft1.80pr1.jar                            | None                                     |
    | U     | controlling                       | 3.0.6                    | Controlling-3.0.6.jar                               | None                                     |
    | U     | cookingforblockheads              | 6.4.63                   | CookingForBlockheads_1.12.2-6.4.63.jar              | None                                     |
    | U     | craftingtweaks                    | 8.1.9                    | CraftingTweaks_1.12.2-8.1.9.jar                     | None                                     |
    | U     | craftpresence                     | v1.4.2                   | CraftPresence-1.12.2-1.4.2.jar                      | None                                     |
    | U     | ctgui                             | 1.0.0                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
    | U     | crafttweakerjei                   | 2.0.2                    | CraftTweaker2-1.12-4.1.9.jar                        | None                                     |
    | U     | cucumber                          | 1.1.1                    | Cucumber-1.12.2-1.1.1.jar                           | None                                     |
    | U     | custommainmenu                    | 2.0.8                    | CustomMainMenu-MC1.12.2-2.0.8.jar                   | None                                     |
    | U     | cxlibrary                         | 1.6.1                    | cxlibrary-1.12.1-1.6.1.jar                          | None                                     |
    | U     | cyclicmagic                       | 1.16.10                  | Cyclic-1.12.2-1.16.10.jar                           | None                                     |
    | U     | waila                             | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                         | None                                     |
    | U     | projecte                          | 1.12-PE1.3.1B            | ProjectE-1.12-PE1.3.1B.jar                          | None                                     |
    | U     | tesla                             | 1.0.63                   | Tesla-1.12.2-1.0.63.jar                             | None                                     |
    | U     | p455w0rdslib                      | 2.0.35                   | p455w0rdslib-1.12-2.0.35.jar                        | None                                     |
    | U     | danknull                          | 1.4.33                   | DankNull-1.12-1.4.33.jar                            | None                                     |
    | U     | darkutils                         | 1.8.211                  | DarkUtils-1.12.2-1.8.211.jar                        | None                                     |
    | U     | journeymap                        | 1.12.2-5.5.2             | journeymap-1.12.2-5.5.2.jar                         | None                                     |
    | U     | defaultoptions                    | 9.2.7                    | DefaultOptions_1.12.2-9.2.7.jar                     | None                                     |
    | U     | duckymod                          | 0.0.1                    | ducky-mod-1.12.2-0.1.0.jar                          | None                                     |
    | U     | enderiobase                       | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                           | None                                     |
    | U     | enderioconduits                   | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                           | None                                     |
    | U     | enderioconduitsappliedenergistics | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                           | None                                     |
    | U     | enderioconduitsopencomputers      | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                           | None                                     |
    | U     | enderioconduitsrefinedstorage     | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                           | None                                     |
    | U     | natura                            | 1.12.2-4.3.2.62          | natura-1.12.2-4.3.2.62.jar                          | None                                     |
    | U     | forestry                          | 5.8.1.344                | forestry_1.12.2-5.8.1.344.jar                       | None                                     |
    | U     | enderiointegrationforestry        | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                           | None                                     |
    | U     | enderiointegrationticlate         | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                           | None                                     |
    | U     | ftblib                            | 5.3.0.53                 | FTBLib-5.3.0.53.jar                                 | None                                     |
    | U     | enderiomachines                   | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                           | None                                     |
    | U     | enderiopowertools                 | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                           | None                                     |
    | U     | enderstorage                      | 2.4.5.135                | EnderStorage-1.12.2-2.4.5.135-universal.jar         | None                                     |
    | U     | ironchest                         | 1.12.2-7.0.46.831        | ironchest-1.12.2-7.0.46.831.jar                     | None                                     |
    | U     | endermanevo                       | 1.0.13                   | EndermanEvolution-1.12.2-1.0.13.jar                 | None                                     |
    | U     | energeticsheep                    | 1.1.2                    | EnergeticSheep-1.12.2-1.1.2.jar                     | None                                     |
    | U     | valkyrielib                       | 1.12.2-2.0.15.1          | valkyrielib-1.12.2-2.0.15.1.jar                     | None                                     |
    | U     | environmentaltech                 | 1.12.2-2.0.15.1          | environmentaltech-1.12.2-2.0.15.1.jar               | None                                     |
    | U     | etlunar                           | 1.12.2-2.0.15.1          | etlunar-1.12.2-2.0.15.1.jar                         | None                                     |
    | U     | evilcraft                         | 0.10.63                  | EvilCraft-1.12.2-0.10.63.jar                        | None                                     |
    | U     | evilcraftcompat                   | 1.0.0                    | EvilCraft-1.12.2-0.10.63.jar                        | None                                     |
    | U     | mcmultipart                       | 2.5.3                    | MCMultiPart-2.5.3.jar                               | None                                     |
    | U     | mekanism                          | 1.12.2-9.4.13.349        | Mekanism-1.12.2-9.4.13.349.jar                      | None                                     |
    | U     | immersiveengineering              | 0.12-85                  | ImmersiveEngineering-0.12-85.jar                    | None                                     |
    | U     | exchangers                        | 1.12.2-2.7.3             | Exchangers-1.12.2-2.7.3.jar                         | None                                     |
    | U     | exnihilocreatio                   | 1.12-0.2.4               | exnihilocreatio-1.12-0.2.4.jar                      | None                                     |
    | U     | excompressum                      | 3.0.24                   | ExCompressum_1.12.2-3.0.24.jar                      | None                                     |
    | U     | extracells                        | 2.5.13                   | ExtraCells-1.12.2-2.5.13a60.jar                     | None                                     |
    | U     | zerocore                          | 1.12-0.1.2.2             | zerocore-1.12-0.1.2.2.jar                           | None                                     |
    | U     | bigreactors                       | 1.12.2-0.4.5.49          | ExtremeReactors-1.12.2-0.4.5.49.jar                 | None                                     |
    | U     | fbp                               | 2.4.0                    | FancyBlockParticles-1.12.x-2.4.0.jar                | None                                     |
    | U     | farmingforblockheads              | 3.1.25                   | FarmingForBlockheads_1.12.2-3.1.25.jar              | None                                     |
    | U     | fastleafdecay                     | v14                      | FastLeafDecay-v14.jar                               | None                                     |
    | U     | flatcoloredblocks                 | mc1.12-6.6               | flatcoloredblocks-mc1.12-6.6.jar                    | None                                     |
    | U     | sonarcore                         | 5.0.16                   | sonarcore-1.12.2-5.0.16-16.jar                      | None                                     |
    | U     | fluxnetworks                      | 3.0.16                   | fluxnetworks-1.12.2-3.0.16-11.jar                   | None                                     |
    | U     | foamfix                           | 0.10.1-1.12.2            | foamfix-0.10.1-1.12.2.jar                           | None                                     |
    | U     | forgelin                          | 1.7.4                    | Forgelin-1.7.4.jar                                  | None                                     |
    | U     | forgemultipartcbe                 | 2.5.0.71                 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar        | None                                     |
    | U     | microblockcbe                     | 2.5.0.71                 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar        | None                                     |
    | U     | minecraftmultipartcbe             | 2.5.0.71                 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar        | None                                     |
    | U     | ftbutilities                      | 5.3.0.51                 | FTBUtilities-5.3.0.51.jar                           | None                                     |
    | U     | fw                                | 1.6.0                    | FullscreenWindowed-1.12-1.6.0.jar                   | None                                     |
    | U     | ichunutil                         | 7.1.4                    | iChunUtil-1.12.2-7.1.4.jar                          | None                                     |
    | U     | googlyeyes                        | 7.0.2                    | GooglyEyes-1.12.2-7.0.2.jar                         | None                                     |
    | U     | guideapi                          | 1.12-2.1.6-61            | Guide-API-1.12-2.1.6-61.jar                         | None                                     |
    | U     | hammercore                        | 2.0.2.3                  | HammerCore-1.12.2-2.0.2.3.jar                       | None                                     |
    | U     | harvest                           | 1.12-1.2.6-18            | Harvest-1.12-1.2.6-18.jar                           | None                                     |
    | U     | hatchery                          | 2.1.3                    | hatchery-1.12.2-2.1.3.jar                           | None                                     |
    | U     | hats                              | 7.0.0                    | Hats-1.12.2-7.0.2.jar                               | None                                     |
    | U     | teslacorelib                      | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                    | None                                     |
    | U     | industrialforegoing               | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.11.2-212.jar           | None                                     |
    | U     | industrialmeat                    | 1.12-1.0.2               | industrialmeat-1.12-1.0.2.jar                       | None                                     |
    | U     | lunatriuscore                     | 1.2.0.42                 | LunatriusCore-1.12.2-1.2.0.42-universal.jar         | None                                     |
    | U     | ingameinfoxml                     | 2.8.2.94                 | InGameInfoXML-1.12.2-2.8.2.94-universal.jar         | None                                     |
    | U     | integrateddynamics                | 0.11.17                  | IntegratedDynamics-1.12.2-0.11.17.jar               | None                                     |
    | U     | integrateddynamicscompat          | 1.0.0                    | IntegratedDynamics-1.12.2-0.11.17.jar               | None                                     |
    | U     | integratedtunnels                 | 1.5.6                    | IntegratedTunnels-1.12.2-1.5.6.jar                  | None                                     |
    | U     | integratedtunnelscompat           | 1.0.0                    | IntegratedTunnels-1.12.2-1.5.6.jar                  | None                                     |
    | U     | mysticalagriculture               | 1.6.13                   | MysticalAgriculture-1.12-1.6.13.jar                 | None                                     |
    | U     | mysticalagradditions              | 1.2.8                    | mysticalagradditions-1.12-1.2.8.jar                 | None                                     |
    | U     | oreberries                        | 0.5.0                    | oreberries-1.12.x-0.5.0.jar                         | None                                     |
    | U     | harvestcraft                      | 1.12.2z                  | Pam's HarvestCraft 1.12.2z.jar                      | None                                     |
    | U     | mcjtylib_ng                       | 3.0.5                    | mcjtylib-1.12-3.0.5.jar                             | None                                     |
    | U     | rftools                           | 7.56                     | rftools-1.12-7.56.jar                               | None                                     |
    | U     | simplecorn                        | 2.4.1                    | SimpleCorn1.12-1.12-2.4.1.jar                       | None                                     |
    | U     | integrationforegoing              | 1.12.2-1.7.4             | IntegrationForegoing-1.12.2-1.7.4.jar               | None                                     |
    | U     | inventorysorter                   | 1.13.3+57                | inventorysorter-1.12.2-1.13.3+57.jar                | None                                     |
    | U     | ironbackpacks                     | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar                   | None                                     |
    | U     | jehc                              | 1.12.2                   | JEHC-1.12.2-1.6.1.0.jar                             | None                                     |
    | U     | kleeslabs                         | 5.4.11                   | KleeSlabs_1.12.2-5.4.11.jar                         | None                                     |
    | U     | longfallboots                     | 1.2.1a                   | longfallboots-1.2.1b.jar                            | None                                     |
    | U     | lootbags                          | 2.5.7                    | LootBags-1.12.2-2.5.7.jar                           | None                                     |
    | U     | mekanismgenerators                | 9.4.11                   | MekanismGenerators-1.12.2-9.4.13.349.jar            | None                                     |
    | U     | mekanismtools                     | 9.4.11                   | MekanismTools-1.12.2-9.4.13.349.jar                 | None                                     |
    | U     | mercurius                         | 1.0.6                    | Mercurius-1.12.2.jar                                | None                                     |
    | U     | missing_pieces                    | 4.3.0                    | missing_pieces-1.12.2-4.3.0.jar                     | None                                     |
    | U     | mob_grinding_utils                | 0.3.11                   | MobGrindingUtils-0.3.11.jar                         | None                                     |
    | U     | modnametooltip                    | 1.10.0                   | modnametooltip_1.12.2-1.10.0.jar                    | None                                     |
    | U     | concheckrmd                       | 1.6                      | Modpack Configuration Checker-1.12.2-v1.6.jar       | None                                     |
    | U     | morechickens                      | 3.1.0                    | morechickens-1.12.2-3.1.0.jar                       | None                                     |
    | U     | morefurnaces                      | 1.10.5                   | MoreFurnaces-1.12.2-1.10.5.jar                      | None                                     |
    | U     | moreoverlays                      | 1.14                     | moreoverlays-1.14-mc1.12.2.jar                      | None                                     |
    | U     | shear                             | 1.1.2                    | MoreShearables1.3.1-1.12.2.jar                      | None                                     |
    | U     | mousetweaks                       | 2.8                      | MouseTweaks-2.8-mc1.12.1.jar                        | None                                     |
    | U     | mputils                           | 1.5.6                    | MPUtils-1.12.2-1.5.6.jar                            | None                                     |
    | U     | neat                              | 1.4-17                   | Neat 1.4-17.jar                                     | None                                     |
    | U     | netherportalfix                   | 5.3.17                   | NetherPortalFix_1.12.1-5.3.17.jar                   | None                                     |
    | U     | nice                              | 0.3.1                    | nice-1.12-0.3.1.jar                                 | None                                     |
    | U     | norecipebook                      | 1.2.1                    | noRecipeBook_v1.2.2formc1.12.2.jar                  | None                                     |
    | U     | notenoughwands                    | 1.7.1                    | notenoughwands-1.12-1.7.1.jar                       | None                                     |
    | U     | oldjava                           | 1.0.2                    | OldJavaWarning-1.12.2-1.0.2.jar                     | None                                     |
    | U     | openmods                          | 0.11.5                   | OpenModsLib-1.12.2-0.11.5.jar                       | None                                     |
    | U     | openblocks                        | 1.7.6                    | OpenBlocks-1.12.2-1.7.6.jar                         | None                                     |
    | U     | oreexcavation                     | 1.4.129                  | OreExcavation-1.4.129.jar                           | None                                     |
    | U     | orespawn                          | 3.2.2                    | OreSpawn-1.12-3.2.2.113.jar                         | None                                     |
    | U     | simplerecipes                     | 1.12.2c                  | Pam's Simple Recipes 1.12.2c.jar                    | None                                     |
    | U     | placebo                           | 1.4.1                    | Placebo-1.12.2-1.4.1.jar                            | None                                     |
    | U     | plustic                           | 6.5.2.0                  | plustic-6.5.2.0.jar                                 | None                                     |
    | U     | reborncore                        | 3.10.1.335               | RebornCore-1.12.2-3.10.1.335-universal.jar          | None                                     |
    | U     | quantumstorage                    | 4.6.2                    | QuantumStorage-1.12-4.6.2.jar                       | None                                     |
    | U     | randomthings                      | 4.2.1.2                  | RandomThings-MC1.12.2-4.2.1.2.jar                   | None                                     |
    | U     | randomtweaks                      | 1.12.2-2.1.5.0           | randomtweaks-1.12.2-2.1.5.0.jar                     | None                                     |
    | U     | realdrops                         | 1.2.12                   | RealisticItemDrops-1.2.12.jar                       | None                                     |
    | U     | rebornstorage                     | 1.0.0                    | RebornStorage-1.12.2-3.2.2.65.jar                   | None                                     |
    | U     | redstonearsenal                   | 2.5.1                    | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar       | None                                     |
    | U     | refinedstorageaddons              | 0.4.2                    | refinedstorageaddons-0.4.2.jar                      | None                                     |
    | U     | resourceloader                    | 1.5.3                    | ResourceLoader-MC1.12.1-1.5.3.jar                   | None                                     |
    | U     | rflux                             | 0.3.0                    | rflux-1.12-0.3.0.jar                                | None                                     |
    | U     | rftoolscontrol                    | 1.9.1                    | rftoolsctrl-1.12-1.9.1.jar                          | None                                     |
    | U     | rftoolsdim                        | 5.61                     | rftoolsdim-1.12-5.61.jar                            | None                                     |
    | U     | roost                             | 1.2.0                    | roost-1.12-1.2.0.jar                                | None                                     |
    | U     | shearmadness                      | 1.12.1                   | shearmadness-1.12.1-1.7.0.3.jar                     | None                                     |
    | U     | signals                           | 1.3.12-23                | Signals-1.12.2-1.3.12-23-universal.jar              | None                                     |
    | U     | thermaldynamics                   | 2.5.1                    | ThermalDynamics-1.12.2-2.5.1.14-universal.jar       | None                                     |
    | U     | simplyjetpacks                    | 2.2.7.45                 | SimplyJetpacks2-1.12.2-2.2.7.45.jar                 | None                                     |
    | U     | slimyboyos                        | 1.0.0                    | SlimyBoyos-1.0.0.jar                                | None                                     |
    | U     | snad                              | 1.12.1-1.7.09.16a        | Snad-1.12.1-1.7.09.16a.jar                          | None                                     |
    | U     | solarflux                         | 4.10r                    | SolarFluxReborn_1.12.2-4.10r.jar                    | None                                     |
    | U     | bq_standard                       | 3.4.145                  | StandardExpansion-3.4.145.jar                       | None                                     |
    | U     | stevescarts                       | 2.4.24.118               | StevesCarts-1.12.2-2.4.24.118.jar                   | None                                     |
    | U     | stoneblockutilities               | 2.0.11                   | StoneBlockUtilities-2.0.11.jar                      | None                                     |
    | U     | storagedrawers                    | 1.12-5.3.5               | StorageDrawers-1.12.2-5.3.7.jar                     | None                                     |
    | U     | thermalcultivation                | 0.3.0                    | ThermalCultivation-1.12.2-0.3.0.7-universal.jar     | None                                     |
    | U     | tinkertoolleveling                | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar                 | None                                     |
    | U     | tp                                | 3.2.31                   | tinyprogressions-1.12.2-3.3.31-Release.jar          | None                                     |
    | U     | toastcontrol                      | 1.7.1                    | Toast Control-1.12.2-1.7.1.jar                      | None                                     |
    | U     | torchmaster                       | 1.6.4.62                 | torchmaster_1.12.2-1.6.4.62.jar                     | None                                     |
    | U     | translocators                     | 2.5.1.77                 | Translocators-1.12.2-2.5.1.77-universal.jar         | None                                     |
    | U     | ts2k16                            | 1.2.9                    | TS2K16-1.2.9.jar                                    | None                                     |
    | U     | universalmodifiers                | 1.12.2-1.0.9a            | valkyrielib-1.12.2-2.0.15.1.jar                     | None                                     |
    | U     | voidislandcontrol                 | 1.4.3                    | voidislandcontrol-1.4.3.jar                         | None                                     |
    | U     | wanionlib                         | 1.12.2-1.5               | WanionLib-1.12.2-1.5.jar                            | None                                     |
    | U     | wawla                             | 2.5.261                  | Wawla-1.12.2-2.5.261.jar                            | None                                     |
    | U     | whoosh                            | 0.1.10                   | Whoosh-1.12.2-0.1.11.1-universal.jar                | None                                     |
    | U     | wct                               | 3.9.68                   | WirelessCraftingTerminal-1.12.2-3.9.68.jar          | None                                     |
    | U     | witherskelefix                    | 2.6.1                    | Wither Skeleton Tweaks-1.12.2-2.6.1.jar             | None                                     |
    | U     | woot                              | 1.12.2-1.4.4             | woot-1.12.2-1.4.4.jar                               | None                                     |
    | U     | xnet                              | 1.7.4                    | xnet-1.12-1.7.4.jar                                 | None                                     |
    | U     | xtones                            | 1.12-1.0.8-11            | Xtones-1.12-1.0.8-11.jar                            | None                                     |
    | U     | llibrary                          | 1.7.15                   | llibrary-1.7.15-1.12.2.jar                          | None                                     |
    | U     | reauth                            | 3.6.0                    | reauth-3.6.0.jar                                    | None                                     |
    | U     | moofluids                         | 1.12.2-1.7.11.02a        | MooFluids-1.12.2-1.7.11.02a.jar                     | None                                     |
    | U     | teslacorelib_registries           | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                    | None                                     |
    | U     | unidict                           | 1.12.2-2.7b              | UniDict-1.12.2-2.7b.jar                             | None                                     |

    Loaded coremods (and transformers): 
ForgelinPlugin (Forgelin-1.7.4.jar)
  
HCASM (HammerCore-1.12.2-2.0.2.3.jar)
  com.zeitheron.hammercore.asm.HammerCoreTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  openmods.core.OpenModsClassTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.2.1.2.jar)
  lumien.randomthings.asm.ClassTransformer
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  cubex2.cxlibrary.CoreModTransformer
SBUTransformer (StoneBlockUtilities-2.0.11.jar)
  ftblag.stoneblockutilities.asm.SBUTransformer
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
  team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.39.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b156.jar)
  
ComfortsCoreLoadingPlugin (comforts-1.12.2-1.3.0.jar)
  c4.comforts.asm.SleepTransformer
llibrary (llibrary-core-1.0.8-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.1-1.12.2.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2'
    OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
    AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
    Launched Version: forge-14.23.4.2760
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x AMD Ryzen 5 1500X Quad-Core Processor 

 

 

Link to comment
Share on other sites

You are using an unsupported version of the game - Mojang won’t provide customer support for crashes caused by stuff they didn’t make (Forge, mods).

 

Read your crash report carefully:

- You appear to be using a Forgelin mod for 1.7.4 on 1.12.2, remove it Apparently it is for 1.12.2, the author just names it weirdly

- In your crash report it says

1 hour ago, Lemnaeus said:

Donot report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.1-1.12.2.jar)
Contact their authors BEFORE contacting forge

did this.

Edited by Cadiboo

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.