2

Minecraft Crashing because of java.lang.NoClassDefFoundError: cpw/mods/fml/common/event/FMLConstructionEventerror_outline

TraumfxngerTV's Avatar TraumfxngerTV4/25/24 9:39 am
5/4/2024 4:57 pm
TraumfxngerTV's Avatar TraumfxngerTV
Hi there!

So i am currently experiencing problem where i am trying to start Modded Minecraft 1.7.10 ( Agrarian Skies 2). The Problem is that it crashes and i don`t know how to fix it.
Note that i added 4 mods. But these have to be in this pack because otherwisemy Game spits graphical errors like hell (like The Screen beeing a solid color, textures not loading properly etc.)



These 3 Mods are:
lwjgl3ify
Hodgepodge
GTNH Mixins
GTNHLib


The Modpack on itself https://www.curseforge.com/minecraft/modpacks/agrarian-skies-2



Here is the crash report:

Description: Initializing game

java.lang.NoClassDefFoundError: cpw/mods/fml/common/event/FMLConstructionEvent
at RFB-Launch//cpw.mods.fml.common.LoaderState.<clinit>(LoaderState.java:38)
at RFB-Launch//cpw.mods.fml.common.LoadController.<init>(LoadController.java:68)
at RFB-Launch//cpw.mods.fml.common.Loader.loadMods(Loader.java:487)
at RFB-Launch//cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at RFB-Launch//net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at RFB-Launch//net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at RFB-Launch//net.minecraft.client.main.Main.main(SourceFile:148)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at RFB-System//net.minecraft.launchwrapper.Launch.rfb$realLaunch(Launch.java:250)
at RFB-System//net.minecraft.launchwrapper.Launch.launch(Launch.java:35)
at RFB-System//net.minecraft.launchwrapper.Launch.main(Launch.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.gtnewhorizons.retrofuturabootstrap.Main.main(Main.java:219)
Caused by: java.lang.ClassNotFoundException: Exception caught while transforming class cpw.mods.fml.common.event.FMLConstructionEvent
at RFB-System//net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:293)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
... 19 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at RFB-System//org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at RFB-System//org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at RFB-System//org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at RFB-System//org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
at RFB-System//net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:404)
at RFB-System//net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:291)
... 21 more
Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: java.util.Map
at RFB-System//org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMethod(MixinPreProcessorStandard.java:754)
at RFB-System//org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transform(MixinPreProcessorStandard.java:739)
at RFB-System//org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:310)
at RFB-System//org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:280)
at RFB-System//org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1288)
at RFB-System//org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:292)
at RFB-System//org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383)
at RFB-System//org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365)
at RFB-System//org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 26 more


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

-- Head --
Stacktrace:
at RFB-Launch//cpw.mods.fml.common.LoaderState.<clinit>(LoaderState.java:38)
at RFB-Launch//cpw.mods.fml.common.LoadController.<init>(LoadController.java:68)
at RFB-Launch//cpw.mods.fml.common.Loader.loadMods(Loader.java:487)
at RFB-Launch//cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at RFB-Launch//net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

-- Initialization --
Details:
Stacktrace:
at RFB-Launch//net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at RFB-Launch//net.minecraft.client.main.Main.main(SourceFile:148)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at RFB-System//net.minecraft.launchwrapper.Launch.rfb$realLaunch(Launch.java:250)
at RFB-System//net.minecraft.launchwrapper.Launch.launch(Launch.java:35)
at RFB-System//net.minecraft.launchwrapper.Launch.main(Launch.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.gtnewhorizons.retrofuturabootstrap.Main.main(Main.java:219)



-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 11 (amd64) version 10.0
Java Version: 17.0.6, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 3781477248 bytes (3606 MB) / 4294967296 bytes (4096 MB) up to 6442450944 bytes (6144 MB)
JVM Flags: 3 total; -Xms4096M -Xmx6144M -XX:+UseG1GC
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 31.0.101.5334' Renderer: 'Intel(R) Iris(R) Xe Graphics'
Launched Version: forge-10.13.4.1614
LWJGL: 3.3.2+13
OpenGL: Intel(R) Iris(R) Xe Graphics GL version 4.6.0 - Build 31.0.101.5334, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
OptiFine Version: OptiFine_1.7.10_HD_U_E7
Render Distance Chunks: 16
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 - Build 31.0.101.5334
OpenGlRenderer: Intel(R) Iris(R) Xe Graphics
OpenGlVendor: Intel
CpuCount: 8
Posted by TraumfxngerTV's Avatar
TraumfxngerTV
Level 1 : New Miner
0

Create an account or sign in to comment.

2

1
04/26/2024 8:01 pm
Level 49 : Master Procrastinator
_Blanc__
_Blanc__'s Avatar
Hmm, it seems like there's a conflict or issue with the mods you've added, particularly related to how the game loads and processes the code (classes) provided by mods when it starts up. looks like the error message indicates that Minecraft is failing to find a class (cpw/mods/fml/common/event/FMLConstructionEvent)which basically means that there might be a compatibility issue with one of the mods you've added, maybe change the mod load order? or try removing one of the mods and see if that fixes your issue.
1
05/04/2024 4:57 pm
Level 1 : New Miner
TraumfxngerTV
User5113523G's Avatar
Hey, so when i remove the mods, then minecraft loads up, but then i have graphical errors as previosly stated. It has sth do with my Computer and the Intel Iris Xe Graphics (iGPU).



But what do you mean by changing the modloader, like another version of Forge? Or sth like Fabric?



Also thank you for taking you time and try to help me out, i appreciate that very much! (*^_^*)
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome