You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: coremods are present:
MixinBooter (!mixinbooter-7.1.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.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.15-1.12.2.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
LogisticsPipesCoreLoader (logisticspipes-0.10.3.114.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
HCASM (HammerLib-1.12.2-2.0.6.32.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
ThermalMJLoadingPlugin (Thermal MJ-1.0.0.jar)
Contact their authors BEFORE contacting forge
// Hey, that tickles! Hehehe!
Time: 4/18/23 11:16 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
(MixinBooter) Mixins in Stacktrace:
net.minecraftforge.fml.common.LoadController:
zone.rong.mixinbooter.mixin.LoadControllerMixin (mixin.mixinbooter.init.json)
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: 867981608 bytes (827 MB) / 2756706304 bytes (2629 MB) up to 7516192768 bytes (7168 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8064m -Xms256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2859 139 mods loaded, 139 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
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.15-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 531.61' Renderer: 'NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2'
AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
Ender IO: No known problems detected.
Authlib is : /C:/Users/foggi/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 ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
HammerCore Debug Information:
Dependent Mods:
-Expanded Equivalence (expequiv) @ 12.3.17
List of loaded APIs:
* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
* Baubles|API (1.4.0.2) from ImprovedBackpacks-1.12.2-1.5.0.0.jar
* buildcraftapi_blocks (1.0) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_boards (2.0) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_core (2.2) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_crops (1.1) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_enums (1.0) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_events (2.0) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_facades (1.1) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_filler (5.0) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_fuels (2.0) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_gates (4.1) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_items (1.1) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_library (2.0) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_lists (1.0) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_power (1.3) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_recipes (3.0) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_robotics (3.0) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_statements (1.1) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_tiles (1.2) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_tools (1.0) from buildcraft-core-7.99.24.8.jar
* buildcraftapi_transport (5.0) from buildcraft-core-7.99.24.8.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.6.1-universal.jar
* CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
* ctm-api (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
* ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
* ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
* enderioapi (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* ExCompressum|API (1.0) from ExCompressum_1.12.2-3.0.32.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-98.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-98.jar
* ImprovedBackpacks|API (1.2.0.3) from ImprovedBackpacks-1.12.2-1.5.0.0.jar
* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
* jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.7.1.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.7.1.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.7.1.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.7.1.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.7.1.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.16.1.301.jar
* MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
* MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
* MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
* MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
* MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
* MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
* pressureAPI (1.3.1.9) from pressure-1.3.1.9-mc1.12.2.jar
* projecteapi (1.12.2-1.2.0) from ProjectE-1.12.2-PE1.4.1.jar
* redstonefluxapi (2.1.1) from RedstoneFlux-1.12-2.1.1.1-universal.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
* WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
The text was updated successfully, but these errors were encountered:
---- Minecraft Crash Report ----
WARNING: coremods are present:
MixinBooter (!mixinbooter-7.1.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.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.15-1.12.2.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
LogisticsPipesCoreLoader (logisticspipes-0.10.3.114.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
HCASM (HammerLib-1.12.2-2.0.6.32.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
ThermalMJLoadingPlugin (Thermal MJ-1.0.0.jar)
Contact their authors BEFORE contacting forge
// Hey, that tickles! Hehehe!
Time: 4/18/23 11:16 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
(MixinBooter) Mixins in Stacktrace:
net.minecraftforge.fml.common.LoadController:
zone.rong.mixinbooter.mixin.LoadControllerMixin (mixin.mixinbooter.init.json)
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: 867981608 bytes (827 MB) / 2756706304 bytes (2629 MB) up to 7516192768 bytes (7168 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8064m -Xms256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2859 139 mods loaded, 139 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
MixinBooter (!mixinbooter-7.1.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
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.15-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
mekanism.coremod.KeybindingMigrationHelper
LogisticsPipesCoreLoader (logisticspipes-0.10.3.114.jar)
logisticspipes.asm.LogisticsClassTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
wanion.unidict.core.UniDictCoreModTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
HCASM (HammerLib-1.12.2-2.0.6.32.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
ThermalMJLoadingPlugin (Thermal MJ-1.0.0.jar)
The text was updated successfully, but these errors were encountered: