natanfudge/Not-Enough-Crashes

Not Enough Crashes, crashes newest fabric loader

Closed this issue · 3 comments

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

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

Nope, 1.20.2 seems to be fine.

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