Not Enough Crashes (Fabric)

Not Enough Crashes (Fabric)

4M Downloads

Not Enough Crashes, crashes newest fabric loader

Abalieno opened this issue ยท 3 comments

commented

Describe the bug
Crash on start notenoughcrashes-4.2.1+1.19.2-fabric
with Fabric Loader 0.15.0

This is due to something here:
FabricMC/fabric-loader#812

"Seems like a mod depended on Loader internals that got changed in 0.15 (we migrated from the Tiny-Mappings-Parser library to Mapping-IO). Maybe contact the mod author if they could release an update? If they just need the mapping reader, they should bundle the library themselves instead of relying on Loader to to so"

Crash Log:
net.fabricmc.loader.impl.FormattedException: java.lang.NoClassDefFoundError: net/fabricmc/mapping/reader/v2/TinyVisitor

commented

Hey, could you tell me if you experience the same issue in the latest versions of mc + nec?

commented

Nope, 1.20.2 seems to be fine.

commented

Thanks for reporting, I'm removed the reference to TMP in 1.19.2-5.0.0 so it should work now.