-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
I have this same issue
StackTrace``` ---- Minecraft Crash Report ----WARNING: coremods are present: // Daisy, daisy... Time: 2/24/22 8:14 AM net.minecraftforge.fml.common.LoaderException: java.lang.ExceptionInInitializerError A detailed walkthrough of the error, its code path and all known details is as follows:-- System Details --
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar) MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64.jar) AppleCore (AppleCore-mc1.12.2-3.4.0.jar) Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-2.1.5.jar) EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
|
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
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
The text was updated successfully, but these errors were encountered: