Ellpeck / ActuallyAdditions

A Minecraft Mod about lots of useful gadgets and things!
http://minecraft.curseforge.com/projects/actually-additions
MIT License
214 stars 99 forks source link

[1.21.1] Crash on worldgen when AA and Lithium are both active: "Attempted to load class net/minecraft/client/gui/GuiGraphics for invalid dist DEDICATED_SERVER" #1434

Closed Perseverance42 closed 3 weeks ago

Perseverance42 commented 3 weeks ago

When both Actually Additions and Lithium are enabled on the server side the server crashes when generating villages. Deactivating either one resolves the generation issue (using a fixed seed).

Logfile: crash.log

Mrbysco commented 3 weeks ago

Have you reported this to Lithium?

Perseverance42 commented 3 weeks ago

No, should I?

Further down the crash log there is a notice about the AtomicReconstructorClass specifically: "-- class java.lang.RuntimeException when getting declared methods. -- Details: Analyzed class: de.ellpeck.actuallyadditions.mod.blocks.BlockAtomicReconstructor Analyzed method name: entityInside Analyzed method args: [Ljava.lang.Class;@286edb66"

so I thought It would be appropriate to report here.

Mrbysco commented 3 weeks ago

The issue is, the crash logs produced by Lithium are not useful at all

Perseverance42 commented 2 weeks ago

Can confirm that the problem does not come up anymore. Thanks for the fix.