´´java.lang.NoClassDefFoundError:org/spongepowered/asm/syntethic/args/Args$1´´
silverxd3 opened this issue · 2 comments
Describe the Bug
Hello, I have a problem with this mod. I get the error that the mod (Create) could not load and I get this:
´´java.lang.NoClassDefFoundError:org/spongepowered/asm/syntethic/args/Args$1
Can you help me. Just tomorrow I want to start a server with a modpack that I create to play with friends. And I want to have the modpack functional now
Reproduction Steps
1.Start a modpack with a bunch of mods (236 mods) and create
2. the game loads, but the tab appears that a mod (create) has failed to load
java.lang.NoClassDefFoundError:org/spongepowered/asm/syntethic/args/Args$1
Expected Result
To resolve the problem i mention
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
windows 11
Mod Version
0.5.1f
Minecraft Version
1.20.1
Forge Version
47.3.0
Other Mods
No response
Additional Context
No response
Try the following:
The binary search is a way of finding a faulty thing amongst a lot of other things, without having to remove the things one-by-one. This is useful for finding a broken mod among hundreds of mods, without having to spend time testing the mods one-by-one.
The procedure is simple:
- Remove half of the existing things, and put them aside.
- Run the program / game.
- Does the issue still exist?
If YES: Repeat from step 1 with the current things.
IF NO: Swap out the current things with the ones set aside, and repeat from step 1. - Repeat this process until the problematic thing/s have been found.