Create

Create

86M Downloads

´´java.lang.NoClassDefFoundError:org/spongepowered/asm/syntethic/args/Args$1´´

silverxd3 opened this issue · 2 comments

commented

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

commented

Do you have Shoulder Surfing Reloaded installed? They recently stated that they added support for Create in the latest version but it is what caused that error.

Edit: They just fixed it
image

commented

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:

  1. Remove half of the existing things, and put them aside.
  2. Run the program / game.
  3. 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.
  4. Repeat this process until the problematic thing/s have been found.