Thaumic Augmentation

Thaumic Augmentation

7M Downloads

Version 2.1.12 causes mixin crashes

Deiwos opened this issue ยท 1 comments

commented

With the 2.1.12 update, Minecraft fails to start due to other mods failing to prepare EntityMixin.

See example:

 [10:21:26] [main/FATAL]: Mixin prepare for mod unknown-owner failed preparing EntityMixin in supermartijn642corelib.mixins.json: org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException Critical problem: supermartijn642corelib.mixins.json:EntityMixin from mod unknown-owner target net.minecraft.entity.Entity was loaded too early.
 org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException: Critical problem: supermartijn642corelib.mixins.json:EntityMixin from mod unknown-owner target net.minecraft.entity.Entity was loaded too early.
     at org.spongepowered.asm.mixin.transformer.MixinInfo.readDeclaredTargets(MixinInfo.java:949) ~[!mixinbooter-9.1.jar:?]

If I remove one mod that causes a crash like this, another one will, and so on. Rolling back Thaumic Augmentation fixed it.

commented

I pushed an update (also a beta), but it is under manual review so may take some time to appear.