Fabric API

Fabric API

106M Downloads

A Mysterious Crash

DanielGolan-mc opened this issue ยท 2 comments

commented

Which mod breaking it? I got the 'Blame' Mod Installed.
Log

commented
[19:18:50] [main/INFO]: Instancing error handler class com.unascribed.fabrication.support.MixinErrorHandler_THIS_ERROR_HANDLER_IS_FOR_SOFT_FAILURE_IN_FABRICATION_ITSELF_AND_DOES_NOT_IMPLY_FABRICATION_IS_RESPONSIBLE_FOR_THE_BELOW_ERROR
[19:18:50] [main/FATAL]: Mixin prepare failed preparing ExampleMixin in modid.mixins.json: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException The specified mixin 'net.fabricmc.example.mixin.ExampleMixin' was not found
org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: The specified mixin 'net.fabricmc.example.mixin.ExampleMixin' was not found
	at org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:855) ~[

You appear to have a mod that was developed from the fabric example mod.
They have deleted the example mixin class, but not its configuration.

Unfortunately, the error message doesn't say which mod it is, it just says the configuration file name: modid.mixins.json

You will have to search your mods folder and see which jar has that file in its root directory. :-(

commented

Oh no
Thank you