Skip to content

Forgelin crash on initialization - MC 1.12.2 #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Travis9x opened this issue Jun 15, 2021 · 1 comment
Open

Forgelin crash on initialization - MC 1.12.2 #73

Travis9x opened this issue Jun 15, 2021 · 1 comment

Comments

@Travis9x
Copy link

Minecraft 1.12.2
Forgelin 1.8.3

I've tried reverting to older Forge versions, with no effect (other than eventually getting too old for other mods).
I also noticed that the CurseForge app is reading Forgelin 1.8.4 as applicable for Minecraft 1.12.2, even though that version of Forgelin clearly shows that it is for MC 1.13.

---- Minecraft Crash Report ----

WARNING: coremods are present:
ForgelinPlugin (Forgelin-1.8.3.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
PatcherLoader (Thaumcraft6EnhancedPatcherServer-1.0.2.2.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar)
ThaumicWandsCore (thaumicwands-1.2.6.jar)
CorePlugin (ForgeEndertech-1.12.2-4.5.5.0-build.0561.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
HCASM (HammerLib-1.12.2-2.0.6.26.jar)
Contact their authors BEFORE contacting forge

// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 6/15/21 12:56 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderException: java.lang.ExceptionInInitializerError
at net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber.subscribeAutomatic(ForgelinAutomaticEventSubscriber.kt:74)
at net.shadowfacts.forgelin.Forgelin.onPreInit(Forgelin.kt:22)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
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:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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:136)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
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.ExceptionInInitializerError
at sun.misc.Unsafe.ensureClassInitialized(Native Method)
at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:43)
at sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:142)
at java.lang.reflect.Field.acquireFieldAccessor(Field.java:1088)
at java.lang.reflect.Field.getFieldAccessor(Field.java:1069)
at java.lang.reflect.Field.get(Field.java:393)
at kotlin.reflect.jvm.internal.KClassImpl$Data$objectInstance$2.invoke(KClassImpl.kt:114)
at kotlin.reflect.jvm.internal.ReflectProperties$LazyVal.invoke(ReflectProperties.java:62)
at kotlin.reflect.jvm.internal.ReflectProperties$Val.getValue(ReflectProperties.java:31)
at kotlin.reflect.jvm.internal.KClassImpl$Data.getObjectInstance(KClassImpl.kt)
at kotlin.reflect.jvm.internal.KClassImpl.getObjectInstance(KClassImpl.kt:239)
at net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber.subscribeAutomatic(ForgelinAutomaticEventSubscriber.kt:59)
... 41 more
Caused by: java.lang.IllegalArgumentException: Cannot create a fluidstack from an unregistered fluid
at net.minecraftforge.fluids.FluidStack.(FluidStack.java:54)
at net.minecraftforge.fluids.BlockFluidClassic.(BlockFluidClassic.java:63)
at net.minecraftforge.fluids.BlockFluidClassic.(BlockFluidClassic.java:68)
at com.jozufozu.exnihiloomnia.common.blocks.BlockFluidWitchWater.(BlockFluidWitchWater.kt:20)
at com.jozufozu.exnihiloomnia.common.blocks.ExNihiloBlocks.(ExNihiloBlocks.kt:37)
... 53 more

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

-- 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: 1075709152 bytes (1025 MB) / 2538078208 bytes (2420 MB) up to 11453595648 bytes (10923 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12288m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2855 157 mods loaded, 157 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                                |
|:----- |:--------------------------------- |:------------------ |:-------------------------------------------------- |:---------------------------------------- |
| LCH   | minecraft                         | 1.12.2             | minecraft.jar                                      | None                                     |
| LCH   | mcp                               | 9.42               | minecraft.jar                                      | None                                     |
| LCH   | FML                               | 8.0.99.99          | forge-1.12.2-14.23.5.2855.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | forge                             | 14.23.5.2855       | forge-1.12.2-14.23.5.2855.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | thaumcraft6enhancedpatcher        | 1.0.2              | minecraft.jar                                      | None                                     |
| LCH   | foamfixcore                       | 7.7.4              | minecraft.jar                                      | None                                     |
| LCH   | opencomputers|core                | 1.7.5.192          | minecraft.jar                                      | None                                     |
| LCH   | forgeendertech                    | 1.12.2-4.5.5.0     | ForgeEndertech-1.12.2-4.5.5.0-build.0561.jar       | None                                     |
| LCH   | adlods                            | 1.12.2-1.0.8.0     | AdLods-1.12.2-1.0.8.0-build.0504.jar               | None                                     |
| LCE   | forgelin                          | 1.8.3              | Forgelin-1.8.3.jar                                 | None                                     |
| LC    | alib                              | 1.0.12             | alib-1.0.12.jar                                    | None                                     |
| LC    | alchemistry                       | 1.12.2-42          | alchemistry-1.12.2-42.jar                          | None                                     |
| LC    | jei                               | 4.16.1.301         | jei_1.12.2-4.16.1.301.jar                          | None                                     |
| LC    | appleskin                         | 1.0.14             | AppleSkin-mc1.12-1.0.14.jar                        | None                                     |
| LC    | baubles                           | 1.5.2              | Baubles-1.12-1.5.2.jar                             | None                                     |
| LC    | mantle                            | 1.12-1.3.3.55      | Mantle-1.12-1.3.3.55.jar                           | None                                     |
| LC    | ctm                               | MC1.12.2-1.0.2.31  | CTM-MC1.12.2-1.0.2.31.jar                          | None                                     |
| LC    | chisel                            | MC1.12.2-1.0.2.45  | Chisel-MC1.12.2-1.0.2.45.jar                       | None                                     |
| LC    | endercore                         | 1.12.2-0.5.76      | EnderCore-1.12.2-0.5.76.jar                        | None                                     |
| LC    | thaumcraft                        | 6.1.BETA26         | Thaumcraft-1.12.2-6.1.BETA26.jar                   | None                                     |
| LC    | codechickenlib                    | 3.2.3.358          | CodeChickenLib-1.12.2-3.2.3.358-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC    | redstoneflux                      | 2.1.1              | RedstoneFlux-1.12-2.1.1.1-universal.jar            | None                                     |
| LC    | cofhcore                          | 4.6.6              | CoFHCore-1.12.2-4.6.6.1-universal.jar              | None                                     |
| LC    | brandonscore                      | 2.4.19             | BrandonsCore-1.12.2-2.4.19.214-universal.jar       | None                                     |
| LC    | cofhworld                         | 1.4.0              | CoFHWorld-1.12.2-1.4.0.1-universal.jar             | None                                     |
| LC    | thermalfoundation                 | 2.6.7              | ThermalFoundation-1.12.2-2.6.7.1-universal.jar     | None                                     |
| LC    | draconicevolution                 | 2.3.27             | Draconic-Evolution-1.12.2-2.3.27.353-universal.jar | None                                     |
| LC    | thermalexpansion                  | 5.5.7              | ThermalExpansion-1.12.2-5.5.7.1-universal.jar      | None                                     |
| LC    | enderio                           | 5.3.70             | EnderIO-1.12.2-5.3.70.jar                          | None                                     |
| LC    | enderiointegrationtic             | 5.3.70             | EnderIO-1.12.2-5.3.70.jar                          | None                                     |
| LC    | tconstruct                        | 1.12.2-2.13.0.183  | TConstruct-1.12.2-2.13.0.183.jar                   | None                                     |
| LC    | conarm                            | 1.2.5.10           | conarm-1.12.2-1.2.5.10.jar                         | b33d2c8df492beff56d1bbbc92da49b8ab7345a1 |
| LC    | biolib                            | 1.1.2              | biolib-1.1.2.jar                                   | None                                     |
| LC    | biomesoplenty                     | 7.0.1.2441         | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar      | None                                     |
| LC    | chesttransporter                  | 2.8.8              | ChestTransporter-1.12.2-2.8.8.jar                  | None                                     |
| LC    | darknesslib                       | 1.1.0              | DarknessLib-1.12.2-1.1.0.jar                       | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LC    | draconicadditions                 | 1.16.4             | Draconic-Additions-1.12.2-1.16.4.44-universal.jar  | None                                     |
| LC    | maia_draconic_edition             | 1.0.0              | DraconicEvolution_MAIA_1.0.0.jar                   | None                                     |
| LC    | enchantingwiththaumcraft          | 1.3                | enchantingwiththaumcraft-1.3.jar                   | None                                     |
| LC    | enderiobase                       | 5.3.70             | EnderIO-1.12.2-5.3.70.jar                          | None                                     |
| LC    | enderioconduits                   | 5.3.70             | EnderIO-1.12.2-5.3.70.jar                          | None                                     |
| LC    | enderioconduitsappliedenergistics | 5.3.70             | EnderIO-1.12.2-5.3.70.jar                          | None                                     |
| LC    | opencomputers                     | 1.7.5.192          | OpenComputers-MC1.12.2-1.7.5.192.jar               | None                                     |
| LC    | enderioconduitsopencomputers      | 5.3.70             | EnderIO-1.12.2-5.3.70.jar                          | None                                     |
| LC    | refinedstorage                    | 1.6.16             | refinedstorage-1.6.16.jar                          | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LC    | enderioconduitsrefinedstorage     | 5.3.70             | EnderIO-1.12.2-5.3.70.jar                          | None                                     |
| LC    | enderiointegrationforestry        | 5.3.70             | EnderIO-1.12.2-5.3.70.jar                          | None                                     |
| LC    | enderiointegrationticlate         | 5.3.70             | EnderIO-1.12.2-5.3.70.jar                          | None                                     |
| LC    | enderioinvpanel                   | 5.3.70             | EnderIO-1.12.2-5.3.70.jar                          | None                                     |
| LC    | enderiomachines                   | 5.3.70             | EnderIO-1.12.2-5.3.70.jar                          | None                                     |
| LC    | enderiopowertools                 | 5.3.70             | EnderIO-1.12.2-5.3.70.jar                          | None                                     |
| LC    | enderioendergy                    | 5.3.70             | EnderIO-endergy-1.12.2-5.3.70.jar                  | None                                     |
| LC    | enderzoo                          | 1.12.1-1.4.0.49    | EnderZoo-1.12.1-1.4.0.49.jar                       | None                                     |
| LC    | hammercore                        | 2.0.6.26           | HammerLib-1.12.2-2.0.6.26.jar                      | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
| LC    | projecte                          | 1.12.2-PE1.4.1     | ProjectE-1.12.2-PE1.4.1.jar                        | None                                     |
| LC    | equivadditions                    | 12.2.9             | EquivalentAdditions-1.12.2-12.2.9.jar              | None                                     |
| LC    | waila                             | 1.8.26             | Hwyla-1.8.26-B41_1.12.2.jar                        | None                                     |
| LC    | mikesmodslib                      | 1.0.2              | MikesModsLib-1.0.2.jar                             | None                                     |
| LC    | projectex                         | 1.2.0.40           | ProjectEX-1.2.0.40.jar                             | None                                     |
| LC    | equivalentintegrations            | 0.4.6              | EquivalentIntegrations-0.4.6.jar                   | None                                     |
| LC    | eqs                               | 1.0.3              | EquivalentStorage-1.0.3.jar                        | None                                     |
| LC    | exnihiloomnia                     | 1.0                | exnihiloomnia_1.12.2-0.0.2.jar                     | None                                     |
| LC    | excompressum                      | 3.0.32             | ExCompressum_1.12.2-3.0.32.jar                     | None                                     |
| LC    | expequiv                          | 12.3.17            | ExpandedEquivalence-1.12.2-12.3.17.jar             | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
| LC    | extrautils2                       | 1.0                | extrautils2-1.12-1.9.9.jar                         | None                                     |
| LC    | zerocore                          | 1.12.2-0.1.2.9     | zerocore-1.12.2-0.1.2.9.jar                        | None                                     |
| LC    | bigreactors                       | 1.12.2-0.4.5.68    | ExtremeReactors-1.12.2-0.4.5.68.jar                | None                                     |
| LC    | foamfix                           | 0.10.14-1.12.2     | foamfix-0.10.14-1.12.2.jar                         | None                                     |
| LC    | grue                              | 1.8.0              | Grue-1.12.2-1.8.0.jar                              | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LC    | harvest                           | 1.12-1.2.8-25      | Harvest-1.12-1.2.8-25.jar                          | None                                     |
| LC    | igi|thaumcraft                    | 1.0a               | IGI-Thaumcraft-1.0a.jar                            | None                                     |
| LC    | lunatriuscore                     | 1.2.0.42           | LunatriusCore-1.12.2-1.2.0.42-universal.jar        | None                                     |
| LC    | ingameinfoxml                     | 2.8.2.94           | InGameInfoXML-1.12.2-2.8.2.94-universal.jar        | None                                     |
| LC    | ironchest                         | 1.12.2-7.0.67.844  | ironchest-1.12.2-7.0.72.847.jar                    | None                                     |
| LC    | jeiintegration                    | 1.6.0              | jeiintegration_1.12.2-1.6.0.jar                    | None                                     |
| LC    | journeymap                        | 1.12.2-5.7.1       | journeymap-1.12.2-5.7.1.jar                        | None                                     |
| LC    | jeresources                       | 0.9.2.60           | JustEnoughResources-1.12.2-0.9.2.60.jar            | None                                     |
| LC    | mcjtylib_ng                       | 3.5.4              | mcjtylib-1.12-3.5.4.jar                            | None                                     |
| LC    | mekanism                          | 1.12.2-9.8.3.390   | Mekanism-1.12.2-9.8.3.390.jar                      | None                                     |
| LC    | mekanismfluxified                 | 1.0.0              | mekanismfluxified-1.12.2-1.0.0.jar                 | None                                     |
| LC    | mekanismgenerators                | 1.12.2-9.8.3.390   | MekanismGenerators-1.12.2-9.8.3.390.jar            | None                                     |
| LC    | mekanismtools                     | 1.12.2-9.8.3.390   | MekanismTools-1.12.2-9.8.3.390.jar                 | None                                     |
| LC    | mekores                           | 2.0.13             | mekores-2.0.13.jar                                 | None                                     |
| LC    | moartinkers                       | 0.6.0              | moartinkers-0.6.0.jar                              | None                                     |
| LC    | numina                            | 1.12.2-1.0.38      | Numina-1.12.2-1.0.38.jar                           | None                                     |
| LC    | powersuits                        | 1.12.2-1.0.46      | ModularPowersuits-1.12.2-1.0.46.jar                | None                                     |
| LC    | netherendingores                  | 1.12.2-1.4.2       | Netherending-Ores-1.12.2-1.4.2.jar                 | None                                     |
| LC    | nevokacore                        | 1.0.2              | nevoka-core-1.0.2.jar                              | None                                     |
| LC    | omlib                             | 3.1.4-249          | omlib-1.12.2-3.1.4-249.jar                         | None                                     |
| LC    | openmodularturrets                | 3.1.12-378         | openmodularturrets-1.12.2-3.1.12-378.jar           | None                                     |
| LC    | oreexcavation                     | 1.4.150            | OreExcavation-1.4.150.jar                          | None                                     |
| LC    | bonecraft                         | 1.12.2b            | Pam's BoneCraft 1.12.2b.jar                        | None                                     |
| LC    | brewcraft                         | 1.12.2-1.0.2       | Pam's BrewCraft 1.12.2-1.0.2.jar                   | None                                     |
| LC    | getalltheseeds                    | 1.12a              | Pam's Get all the Seeds! 1.12a.jar                 | None                                     |
| LC    | harvestcraft                      | 1.12.2zb           | Pam's HarvestCraft 1.12.2zg.jar                    | None                                     |
| LC    | simplerecipes                     | 1.12.2c            | Pam's Simple Recipes 1.12.2c.jar                   | None                                     |
| LC    | simplystrawberries                | 1.12.2-1.0.0       | Pam's Simply Strawberries 1.12.2 - 1.0.0.jar       | None                                     |
| LC    | pamscookables                     | 1.1                | pamscookables-1.1.jar                              | None                                     |
| LC    | pamsimpleharvest                  | 2.0.0              | pamsimpleharvest-2.0.0.jar                         | None                                     |
| LC    | patchouli                         | 1.0-23.6           | Patchouli-1.0-23.6.jar                             | None                                     |
| LC    | thutcore                          | 5.21.2             | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | pceditmod                         | 1.0.0              | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | pokecube_aio                      | 1.18.2             | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | pokecube                          | 6.44.6             | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | thut_wearables                    | 3.2.6              | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | thut_bling                        | 2.3.4              | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | pokecube_adventures               | 6.17.3             | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | pokecube_compat                   | 1.0                | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | pokecube_legends                  | 0.3.2              | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | pokecube_mno                      | 4.19.4             | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | pokecube_mobs                     | 4.19.4             | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | pokecube_ml                       | 0.1.0              | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | pokecube_moves                    | 4.19.4             | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | pokecube_origin                   | 4.19.4             | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | pokeplayer                        | 1.1.3              | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | thutcore_compat                   | 1.0                | pokecube-aio-1.12.2-1.18.2.jar                     | None                                     |
| LC    | powerchisels                      | 1.0.0-beta-3       | powerchisels-1.0.0-beta-3.jar                      | None                                     |
| LC    | reborncore                        | 3.19.5             | RebornCore-1.12.2-3.19.5-universal.jar             | None                                     |
| LC    | projecteintegration               | 1.12.2             | ProjectEIntegration-1.12.2-2.3.1.jar               | 342c9251777bda1ef9b9f1cb1387c2bd4d06cd78 |
| LC    | projectintelligence               | 1.0.9              | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar  | None                                     |
| LC    | rebornstorage                     | 1.0.0              | RebornStorage-1.12.2-3.3.4.1.jar                   | None                                     |
| LC    | refinedexchange                   | 2.1.1              | refinedexchange-2.1.1.jar                          | None                                     |
| LC    | refinedstorageaddons              | 0.4.5              | refinedstorageaddons-0.4.5.jar                     | None                                     |
| LC    | refinedstoragerequestify          | ${version}         | refinedstoragerequestify-1.12.2-1.0.2-3.jar        | None                                     |
| LC    | rftools                           | 7.73               | rftools-1.12-7.73.jar                              | None                                     |
| LC    | rftoolscontrol                    | 2.0.2              | rftoolsctrl-1.12-2.0.2.jar                         | None                                     |
| LC    | rftoolsdim                        | 5.71               | rftoolsdim-1.12-5.71.jar                           | None                                     |
| LC    | rftoolspower                      | 1.2.0              | rftoolspower-1.12-1.2.0.jar                        | None                                     |
| LC    | rftpwroc                          | 0.1                | rftpwr_oc-0.2.jar                                  | None                                     |
| LC    | rslargepatterns                   | 1.12.2-1.0.0.0     | RSLargePatterns-1.12.2-1.0.0.1.jar                 | None                                     |
| LC    | solarflux                         | 12.4.11            | SolarFluxReborn-1.12.2-12.4.11.jar                 | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
| LC    | tg                                | 0.1.6.0            | Thaumic_Gadgets_1.12.2_0.1.6_tb.26.jar             | None                                     |
| LC    | thaumicbrewing                    | 1.0.2              | thaumicbrewing-1.0.2.jar                           | None                                     |
| LC    | thaumcomp                         | 0.5.1              | ThaumicComputers-MC1.12.2-0.5.1.jar                | None                                     |
| LC    | thaumicequivalence                | 1.12.2-1.0.5       | ThaumicEquivalence-1.12.2-1.0.5.jar                | None                                     |
| LC    | tcinventoryscan                   | 2.0.10             | ThaumicInventoryScanning_1.12.2-2.0.10.jar         | None                                     |
| LC    | thaumicjei                        | 1.6.0              | ThaumicJEI-1.12.2-1.6.0-27.jar                     | None                                     |
| LC    | thaumicwands                      | 1.2.6              | thaumicwands-1.2.6.jar                             | None                                     |
| LC    | thaumicrestoration                | 1.5.0              | ThaumicRestoration-1.5.0.jar                       | None                                     |
| LC    | thaumictinkerer                   | 1.12.2-5.0-620a0c5 | thaumictinkerer-1.12.2-5.0-620a0c5.jar             | None                                     |
| LC    | thaumicwaila                      | 1.12.2-0.0.2       | ThaumicWaila-1.12.2-0.0.2.jar                      | None                                     |
| LC    | beneath                           | 1.7.0              | The Beneath-1.12.2-1.7.0.jar                       | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LC    | thermalcultivation                | 0.3.6              | ThermalCultivation-1.12.2-0.3.6.1-universal.jar    | None                                     |
| LC    | thermaldynamics                   | 2.5.6              | ThermalDynamics-1.12.2-2.5.6.1-universal.jar       | None                                     |
| LC    | thermalinnovation                 | 0.3.6              | ThermalInnovation-1.12.2-0.3.6.1-universal.jar     | None                                     |
| LC    | thermaltinkering                  | 1.0                | ThermalTinkering-1.12.2-2.0.1.jar                  | None                                     |
| LC    | thuttech                          | 6.1.6              | thuttech-1.12.2-6.1.6.jar                          | None                                     |
| LC    | tinker_io                         | rw2.8.3            | tinker_io-1.12.2-rw2.8.3.jar                       | None                                     |
| LC    | tinkersaddons                     | 1.0.10             | Tinkers' Addons-1.12.2-1.0.10.jar                  | None                                     |
| LC    | tinkers_reforged                  | 1.5.4              | tinkers_reforged-1.5.4.jar                         | None                                     |
| LC    | tcomplement                       | 1.12.2-0.4.3       | TinkersComplement-1.12.2-0.4.3.jar                 | None                                     |
| LC    | tinkersjei                        | 1.2                | tinkersjei-1.2.jar                                 | None                                     |
| LC    | tinkersoc                         | 0.6                | tinkersoc-0.6.jar                                  | None                                     |
| LC    | tmechworks                        | 2.0                | TMechworks-1.12.2-1.0.0.jar                        | None                                     |
| LC    | wailaharvestability               | 1.1.12             | WailaHarvestability-mc1.12-1.1.12.jar              | None                                     |
| LC    | densemetals                       | 2.0.0              | DenseMetals-1.12.2-2.0.0.30.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC    | morerefinedstorage                | 1.1.10             | morerefinedstorage-1.1.10.jar                      | None                                     |

Loaded coremods (and transformers): 

ForgelinPlugin (Forgelin-1.8.3.jar)

EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
li.cil.oc.common.asm.ClassTransformer
PatcherLoader (Thaumcraft6EnhancedPatcherServer-1.0.2.2.jar)
com.sheenus.tc6enhancedpatcher.CasterManagerPatcher
com.sheenus.tc6enhancedpatcher.ItemFortressArmorPatcher
com.sheenus.tc6enhancedpatcher.ItemVoidRobeArmorPatcher
com.sheenus.tc6enhancedpatcher.ModConfigPatcher
com.sheenus.tc6enhancedpatcher.PlayerEventsPatcher
com.sheenus.tc6enhancedpatcher.ThaumcraftMaterialsPatcher
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
mekanism.coremod.KeybindingMigrationHelper
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
ThaumicWandsCore (thaumicwands-1.2.6.jar)
de.zpenguin.thaumicwands.asm.WandTransformer
CorePlugin (ForgeEndertech-1.12.2-4.5.5.0-build.0561.jar)

CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
HCASM (HammerLib-1.12.2-2.0.6.26.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 466.77' Renderer: 'NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2'
Ender IO: No known problems detected.
Authlib is : /D:/Drath/Minecraft/Install/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar

@brandonsay95
Copy link

brandonsay95 commented Feb 24, 2022

I have this same issue

net.minecraftforge.fml.common.LoaderException: java.lang.ExceptionInInitializerError
	at net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber.subscribeAutomatic(ForgelinAutomaticEventSubscriber.kt:74)
	at net.shadowfacts.forgelin.Forgelin.onPreInit(Forgelin.kt:22)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	

| LCE   | forgelin                          | 1.8.4                    | Forgelin-1.8.4.jar                              | None                                     |
StackTrace ``` ---- Minecraft Crash Report ----

WARNING: coremods are present:
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
MicdoodlePlugin (Galacticraft-1.12.2-4.0.2.284.jar)
FTBUltimineASM (ftb-ultimine-1202.3.5.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
SteveKunGLibPlugin (SteveKunG's-Lib-1.12.2-1.2.0.jar)
BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64.jar)
AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
SuperMartijn642's Core Lib Plugin (supermartijn642corelib-1.0.16a-mc1.12.jar)
Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-2.1.5.jar)
MixinBooter (.mixinbooter-4.1.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
Contact their authors BEFORE contacting forge

// Daisy, daisy...

Time: 2/24/22 8:14 AM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderException: java.lang.ExceptionInInitializerError
at net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber.subscribeAutomatic(ForgelinAutomaticEventSubscriber.kt:74)
at net.shadowfacts.forgelin.Forgelin.onPreInit(Forgelin.kt:22)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
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:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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:136)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
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.ExceptionInInitializerError
at sun.misc.Unsafe.ensureClassInitialized(Native Method)
at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:43)
at sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:142)
at java.lang.reflect.Field.acquireFieldAccessor(Field.java:1088)
at java.lang.reflect.Field.getFieldAccessor(Field.java:1069)
at java.lang.reflect.Field.get(Field.java:393)
at kotlin.reflect.jvm.internal.KClassImpl$Data$objectInstance$2.invoke(KClassImpl.kt:114)
at kotlin.reflect.jvm.internal.ReflectProperties$LazyVal.invoke(ReflectProperties.java:62)
at kotlin.reflect.jvm.internal.ReflectProperties$Val.getValue(ReflectProperties.java:31)
at kotlin.reflect.jvm.internal.KClassImpl$Data.getObjectInstance(KClassImpl.kt)
at kotlin.reflect.jvm.internal.KClassImpl.getObjectInstance(KClassImpl.kt:239)
at net.shadowfacts.forgelin.ForgelinAutomaticEventSubscriber.subscribeAutomatic(ForgelinAutomaticEventSubscriber.kt:59)
... 41 more
Caused by: java.lang.IllegalArgumentException: Cannot create a fluidstack from an unregistered fluid
at net.minecraftforge.fluids.FluidStack.(FluidStack.java:54)
at net.minecraftforge.fluids.BlockFluidClassic.(BlockFluidClassic.java:63)
at net.minecraftforge.fluids.BlockFluidClassic.(BlockFluidClassic.java:68)
at com.jozufozu.exnihiloomnia.common.blocks.BlockFluidWitchWater.(BlockFluidWitchWater.kt:20)
at com.jozufozu.exnihiloomnia.common.blocks.ExNihiloBlocks.(ExNihiloBlocks.kt:37)
... 53 more

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

-- 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: 867661504 bytes (827 MB) / 3557818368 bytes (3393 MB) up to 7427063808 bytes (7083 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7968m -Xms256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2859 145 mods loaded, 145 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                                |
|:----- |:--------------------------------- |:------------------------ |:----------------------------------------------- |:---------------------------------------- |
| LCH   | minecraft                         | 1.12.2                   | minecraft.jar                                   | None                                     |
| LCH   | mcp                               | 9.42                     | minecraft.jar                                   | None                                     |
| LCH   | FML                               | 8.0.99.99                | forge-1.12.2-14.23.5.2859.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | forge                             | 14.23.5.2859             | forge-1.12.2-14.23.5.2859.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | micdoodlecore                     | 4.0.2.284                | minecraft.jar                                   | None                                     |
| LCH   | mixinbooter                       | 4.1                      | minecraft.jar                                   | None                                     |
| LCH   | opencomputers|core                | 1.7.5.192                | minecraft.jar                                   | None                                     |
| LCH   | crafttweaker                      | 4.1.20                   | CraftTweaker2-1.12-4.1.20.674.jar               | None                                     |
| LCH   | jei                               | 4.16.1.301               | jei_1.12.2-4.16.1.301.jar                       | None                                     |
| LCH   | abyssalcraft                      | 1.10.4                   | AbyssalCraft-1.12.2-1.10.4.jar                  | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LCH   | akashictome                       | 1.2-12                   | AkashicTome-1.2-12.jar                          | None                                     |
| LCH   | applecore                         | 3.4.0                    | AppleCore-mc1.12.2-3.4.0.jar                    | None                                     |
| LCH   | ctm                               | MC1.12.2-1.0.2.31        | CTM-MC1.12.2-1.0.2.31.jar                       | None                                     |
| LCH   | appliedenergistics2               | rv6-stable-7             | appliedenergistics2-rv6-stable-7.jar            | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| LCH   | autoreglib                        | 1.3-32                   | AutoRegLib-1.3-32.jar                           | None                                     |
| LCH   | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                          | None                                     |
| LCH   | betterbuilderswands               | 0.11.1                   | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None                                     |
| LCH   | thaumcraft                        | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar                | None                                     |
| LCH   | botania                           | r1.10-364                | Botania r1.10-364.4.jar                         | None                                     |
| LCH   | patchouli                         | 1.0-23.6                 | Patchouli-1.0-23.6.jar                          | None                                     |
| LCH   | bewitchment                       | 0.22.63                  | bewitchment-1.12.2-0.0.22.64.jar                | None                                     |
| LCH   | bibliocraft                       | 2.4.6                    | BiblioCraft[v2.4.6][MC1.12.2].jar               | None                                     |
| LCH   | cyclicmagic                       | 1.20.11                  | Cyclic-1.12.2-1.20.11.jar                       | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
| LCH   | guideapi                          | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                     | None                                     |
| LCH   | bloodmagic                        | 1.12.2-2.4.3-105         | BloodMagic-1.12.2-2.4.3-105.jar                 | None                                     |
| LCH   | bonsaitrees                       | 1.1.4                    | bonsaitrees-1.1.4-b170.jar                      | None                                     |
| LCH   | bookshelf                         | 2.3.590                  | Bookshelf-1.12.2-2.3.590.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | buildinggadgets                   | 2.8.4                    | BuildingGadgets-2.8.4.jar                       | None                                     |
| LCH   | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                        | None                                     |
| LCH   | chisel                            | MC1.12.2-1.0.2.45        | Chisel-MC1.12.2-1.0.2.45.jar                    | None                                     |
| LCH   | chiselsandbits                    | 14.33                    | chiselsandbits-14.33.jar                        | None                                     |
| LCH   | clumps                            | 3.1.2                    | Clumps-3.1.2.jar                                | None                                     |
| LCH   | codechickenlib                    | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH   | redstoneflux                      | 2.1.1                    | RedstoneFlux-1.12-2.1.1.1-universal.jar         | None                                     |
| LCH   | cofhcore                          | 4.6.6                    | CoFHCore-1.12.2-4.6.6.1-universal.jar           | None                                     |
| LCH   | cofhworld                         | 1.4.0                    | CoFHWorld-1.12.2-1.4.0.1-universal.jar          | None                                     |
| LCH   | controlling                       | 3.0.10                   | Controlling-3.0.10.jar                          | None                                     |
| LCH   | craftingtweaks                    | 8.1.9                    | CraftingTweaks_1.12.2-8.1.9.jar                 | None                                     |
| LCH   | ctgui                             | 1.0.0                    | CraftTweaker2-1.12-4.1.20.674.jar               | None                                     |
| LCH   | crafttweakerjei                   | 2.0.3                    | CraftTweaker2-1.12-4.1.20.674.jar               | None                                     |
| LCH   | cucumber                          | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                       | None                                     |
| LCH   | dimdoors                          | 1.12.2-3.1.2+UNOFFICIAL  | DimensionalDoors-1.12.2-3.1.2-UNOFFICIAL.jar    | None                                     |
| LCH   | ebwizardry                        | 4.3.5                    | ElectroblobsWizardry-4.3.5-MC1.12.2.jar         | None                                     |
| LCH   | enchdesc                          | 1.1.15                   | EnchantmentDescriptions-1.12.2-1.1.15.jar       | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | endercore                         | 1.12.2-0.5.76            | EnderCore-1.12.2-0.5.76.jar                     | None                                     |
| LCH   | thermalfoundation                 | 2.6.7                    | ThermalFoundation-1.12.2-2.6.7.1-universal.jar  | None                                     |
| LCH   | thermalexpansion                  | 5.5.7                    | ThermalExpansion-1.12.2-5.5.7.1-universal.jar   | None                                     |
| LCH   | tombstone                         | 4.5.3                    | tombstone-4.5.3-1.12.2.jar                      | None                                     |
| LCH   | enderio                           | 5.3.70                   | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
| LCH   | enderiointegrationtic             | 5.3.70                   | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
| LCH   | enderiobase                       | 5.3.70                   | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
| LCH   | enderioconduits                   | 5.3.70                   | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
| LCH   | enderioconduitsappliedenergistics | 5.3.70                   | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
| LCH   | opencomputers                     | 1.7.5.192                | OpenComputers-MC1.12.2-1.7.5.192.jar            | None                                     |
| LCH   | enderioconduitsopencomputers      | 5.3.70                   | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
| LCH   | enderioconduitsrefinedstorage     | 5.3.70                   | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
| LCH   | enderiointegrationforestry        | 5.3.70                   | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
| LCH   | mantle                            | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                        | None                                     |
| LCH   | tconstruct                        | 1.12.2-2.13.0.183        | TConstruct-1.12.2-2.13.0.183.jar                | None                                     |
| LCH   | enderiointegrationticlate         | 5.3.70                   | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
| LCH   | enderioinvpanel                   | 5.3.70                   | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
| LCH   | ftblib                            | 5.4.7.2                  | FTBLib-5.4.7.2.jar                              | None                                     |
| LCH   | enderiomachines                   | 5.3.70                   | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
| LCH   | enderiopowertools                 | 5.3.70                   | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
| LCH   | enderstorage                      | 2.4.6.137                | EnderStorage-1.12.2-2.4.6.137-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH   | supermartijn642configlib          | 1.0.9                    | supermartijn642configlib-1.0.9-mc1.12.jar       | None                                     |
| LCH   | supermartijn642corelib            | 1.0.16a                  | supermartijn642corelib-1.0.16a-mc1.12.jar       | None                                     |
| LCH   | entangled                         | 1.3.10                   | entangled-1.3.10-mc1.12.jar                     | None                                     |
| LCE   | forgelin                          | 1.8.4                    | Forgelin-1.8.4.jar                              | None                                     |
| LC    | exnihilocreatio                   | 1.12.2-0.4.7.2           | exnihilocreatio-1.12.2-0.4.7.2.jar              | None                                     |
| LC    | exnihiloomnia                     | 1.0                      | exnihiloomnia_1.12.2-0.0.2.jar                  | None                                     |
| LC    | excompressum                      | 3.0.32                   | ExCompressum_1.12.2-3.0.32.jar                  | None                                     |
| LC    | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.9.jar                      | None                                     |
| LC    | zerocore                          | 1.12.2-0.1.2.9           | zerocore-1.12.2-0.1.2.9.jar                     | None                                     |
| LC    | bigreactors                       | 1.12.2-0.4.5.68          | ExtremeReactors-1.12.2-0.4.5.68.jar             | None                                     |
| LC    | fastleafdecay                     | v14                      | FastLeafDecay-v14.jar                           | None                                     |
| LC    | forbidden_arcanus                 | 1.12.2-1.1.4             | forbidden_arcanus-1.12.2-1.1.4.jar              | None                                     |
| LC    | forgemultipartcbe                 | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC    | microblockcbe                     | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar    | None                                     |
| LC    | minecraftmultipartcbe             | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar    | None                                     |
| LC    | ftbultimine                       | 1202.3.5                 | ftb-ultimine-1202.3.5.jar                       | None                                     |
| LC    | ftbbackups                        | 1.1.0.1                  | FTBBackups-1.1.0.1.jar                          | None                                     |
| LC    | ftbbanners                        | 1.1.0.12                 | FTBBanners-1.1.0.12.jar                         | None                                     |
| LC    | ftbutilities                      | 5.4.1.131                | FTBUtilities-5.4.1.131.jar                      | None                                     |
| LC    | itemfilters                       | 1.0.4.2                  | ItemFilters-1.0.4.2.jar                         | None                                     |
| LC    | projecte                          | 1.12.2-PE1.4.1           | ProjectE-1.12.2-PE1.4.1.jar                     | None                                     |
| LC    | ftbquests                         | 1202.9.0.15              | FTBQuests-1202.9.0.15.jar                       | None                                     |
| LC    | ftbqimporter                      | 1.0.0                    | FTBQImporter-forge-1.12.2-2.0.1.jar             | None                                     |
| LC    | galacticraftcore                  | 4.0.2.284                | Galacticraft-1.12.2-4.0.2.284.jar               | None                                     |
| LC    | galacticraftplanets               | 4.0.2.284                | Galacticraft-1.12.2-4.0.2.284.jar               | None                                     |
| LC    | gardenofglass                     | sqrt(-1)                 | GardenOfGlass.jar                               | None                                     |
| LC    | mekanism                          | 1.12.2-9.8.3.390         | Mekanism-1.12.2-9.8.3.390.jar                   | None                                     |
| LC    | teslacorelib                      | 1.0.18                   | tesla-core-lib-1.12.2-1.0.18.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC    | industrialforegoing               | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.13-237.jar      | None                                     |
| LC    | ironchest                         | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.72.847.jar                 | None                                     |
| LC    | journeymap                        | 1.12.2-5.7.1             | journeymap-1.12.2-5.7.1.jar                     | None                                     |
| LC    | jeresources                       | 0.9.2.60                 | JustEnoughResources-1.12.2-0.9.2.60.jar         | None                                     |
| LC    | lootbags                          | 2.5.8.5                  | LootBags-1.12.2-2.5.8.5.jar                     | None                                     |
| LC    | mahoutsukai                       | 1.12.2-v1.19.52          | mahoutsukai-1.12.2-v1.19.52.jar                 | None                                     |
| LC    | mcjtylib_ng                       | 3.5.4                    | mcjtylib-1.12-3.5.4.jar                         | None                                     |
| LC    | mightyarchitect                   | 0.3.0                    | mightyarchitect-0.3.0.jar                       | None                                     |
| LC    | mob_grinding_utils                | 0.3.13                   | MobGrindingUtils-0.3.13.jar                     | None                                     |
| LC    | stevekung's_lib                   | 1.2.0                    | SteveKunG's-Lib-1.12.2-1.2.0.jar                | None                                     |
| LC    | moreplanets                       | 2.2.2                    | More-Planets-1.12.2-2.2.2-GC280.jar             | None                                     |
| LC    | morpheus                          | 1.12.2-3.5.106           | Morpheus-1.12.2-3.5.106.jar                     | None                                     |
| LC    | mousetweaks                       | 2.10                     | MouseTweaks-2.10-mc1.12.2.jar                   | None                                     |
| LC    | mrtjpcore                         | 2.1.4.43                 | MrTJPCore-1.12.2-2.1.4.43-universal.jar         | None                                     |
| LC    | mysticalagriculture               | 1.7.5                    | MysticalAgriculture-1.12.2-1.7.5.jar            | None                                     |
| LC    | mysticalagradditions              | 1.3.2                    | MysticalAgradditions-1.12.2-1.3.2.jar           | None                                     |
| LC    | naturesaura                       | 18.1                     | NaturesAura-18.1.jar                            | None                                     |
| LC    | omlib                             | 3.1.5-256                | omlib-1.12.2-3.1.5-256.jar                      | None                                     |
| LC    | ompd                              | 3.1.1-76                 | ompd-1.12.2-3.1.1-76.jar                        | None                                     |
| LC    | harvestcraft                      | 1.12.2zb                 | Pam's HarvestCraft 1.12.2zg.jar                 | None                                     |
| LC    | projectexpensive                  | 1.0.0                    | Project Expensive.jar                           | None                                     |
| LC    | pmmo                              | 1.12.2                   | Project_MMO-1.12-3.44.3.jar                     | None                                     |
| LC    | projectred-core                   | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-Base.jar            | None                                     |
| LC    | projectred-compat                 | 1.0                      | ProjectRed-1.12.2-4.9.4.120-compat.jar          | None                                     |
| LC    | projectred-integration            | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-integration.jar     | None                                     |
| LC    | projectred-transmission           | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-integration.jar     | None                                     |
| LC    | projectred-fabrication            | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-fabrication.jar     | None                                     |
| LC    | projectred-illumination           | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-lighting.jar        | None                                     |
| LC    | projectred-expansion              | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar      | None                                     |
| LC    | projectred-relocation             | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar      | None                                     |
| LC    | projectred-transportation         | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar      | None                                     |
| LC    | projectred-exploration            | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-world.jar           | None                                     |
| LC    | xreliquary                        | 1.12.2-1.3.4.796         | Reliquary-1.12.2-1.3.4.796.jar                  | None                                     |
| LC    | rftools                           | 7.73                     | rftools-1.12-7.73.jar                           | None                                     |
| LC    | rftoolsdim                        | 5.71                     | rftoolsdim-1.12-5.71.jar                        | None                                     |
| LC    | skybonsais                        | 1.0.1                    | SkyBonsais-1.0.1.jar                            | None                                     |
| LC    | storagedrawers                    | 5.2.2                    | StorageDrawers-1.12.2-5.4.2.jar                 | None                                     |
| LC    | thaumicaugmentation               | 1.12.2-2.1.5             | ThaumicAugmentation-1.12.2-2.1.5.jar            | 8f678591ba6f78d579e553a8aa94b4c4766cb13d |
| LC    | thaumcomp                         | 0.5.1                    | ThaumicComputers-MC1.12.2-0.5.1.jar             | None                                     |
| LC    | thermalcultivation                | 0.3.6                    | ThermalCultivation-1.12.2-0.3.6.1-universal.jar | None                                     |
| LC    | tcomplement                       | 1.12.2-0.4.3             | TinkersComplement-1.12.2-0.4.3.jar              | None                                     |
| LC    | tinkersjei                        | 1.2                      | tinkersjei-1.2.jar                              | None                                     |
| LC    | tinkerskyblock                    | 1.12.2-1.2.DEV.8a9896a   | TinkerSkyblock-1.12.2-1.2.jar                   | None                                     |
| LC    | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar             | None                                     |
| LC    | torchmaster                       | 1.8.5.0                  | torchmaster_1.12.2-1.8.5.0.jar                  | None                                     |
| LC    | totemic                           | 1.12.2-0.11.6            | Totemic-1.12.2-0.11.6.jar                       | 21d11d7bf4d97b465382a1f95428029aac6daaea |
| LC    | ts2k16                            | 1.2.10                   | TS2K16-1.2.10.jar                               | None                                     |
| LC    | waystones                         | 4.1.0                    | Waystones_1.12.2-4.1.0.jar                      | None                                     |
| LC    | immersiveengineering              | 0.12-98                  | ImmersiveEngineering-0.12-98.jar                | None                                     |
| LC    | solcarrot                         | 1.8.4                    | solcarrot-1.12.2-1.8.4.jar                      | None                                     |
| LC    | sky_orchards                      | 0.0.12                   | SkyOrchards-0.0.12.jar                          | None                                     |
| LC    | teslacorelib_registries           | 1.0.18                   | tesla-core-lib-1.12.2-1.0.18.jar                | None                                     |

Loaded coremods (and transformers): 

IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
MicdoodlePlugin (Galacticraft-1.12.2-4.0.2.284.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
FTBUltimineASM (ftb-ultimine-1202.3.5.jar)

TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
li.cil.oc.common.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)

MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
mekanism.coremod.KeybindingMigrationHelper
SteveKunGLibPlugin (SteveKunG's-Lib-1.12.2-1.2.0.jar)

BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64.jar)

AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
squeek.applecore.asm.TransformerModuleHandler
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
SuperMartijn642's Core Lib Plugin (supermartijn642corelib-1.0.16a-mc1.12.jar)

Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-2.1.5.jar)
thecodex6824.thaumicaugmentation.core.TATransformer
MixinBooter (.mixinbooter-4.1.jar)

EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 456.71' Renderer: 'GeForce GTX 1050/PCIe/SSE2'
AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
Ender IO: No known problems detected.
Authlib is : /C:/Users/brand/curseforge/minecraft/Install/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash.       !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Pulsar/tconstruct loaded Pulses: 
	- TinkerCommons (Enabled/Forced)
	- TinkerWorld (Enabled/Not Forced)
	- TinkerTools (Enabled/Not Forced)
	- TinkerHarvestTools (Enabled/Forced)
	- TinkerMeleeWeapons (Enabled/Forced)
	- TinkerRangedWeapons (Enabled/Forced)
	- TinkerModifiers (Enabled/Forced)
	- TinkerSmeltery (Enabled/Not Forced)
	- TinkerGadgets (Enabled/Not Forced)
	- TinkerOredict (Enabled/Forced)
	- TinkerIntegration (Enabled/Forced)
	- TinkerFluids (Enabled/Forced)
	- TinkerMaterials (Enabled/Forced)
	- TinkerModelRegister (Enabled/Forced)
	- chiselIntegration (Enabled/Not Forced)
	- chiselsandbitsIntegration (Enabled/Not Forced)
	- craftingtweaksIntegration (Enabled/Not Forced)

Pulsar/tcomplement loaded Pulses: 
	- ModuleCommons (Enabled/Forced)
	- ModuleMelter (Enabled/Not Forced)
	- ModuleArmor (Enabled/Not Forced)
	- ModuleSteelworks (Enabled/Not Forced)
	- ChiselPlugin (Enabled/Not Forced)
	- ExNihiloPlugin (Enabled/Not Forced)
	- ToolLevelingPlugin (Enabled/Not Forced)
	- Oredict (Enabled/Forced)

Patchouli open book context: n/a
</details>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants