Incompatibility with myLoot mod
GraphicsByStorm opened this issue ยท 8 comments
I get this error thrown when trying to launch while using myLoot
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector setModelPoseRedirect(Lnet/minecraft/class_1007;Lnet/minecraft/class_742;Lnet/minecraft/class_742;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V in firstperson.mixins.json:PlayerRenderMixin from mod firstperson failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap firstperson.refmap.mixins.json
This is the log and info I was getting the error in the comment above was the reply from the myLoot dev, who said that he is unsure as to why his mod was throwing an error when it was actually the FirstPerson mod.
The game crashed whilst initializing game
Error: java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'myloot'!
Exit Code: -1
The moment I removed FirstPersonModel the game launched no problem, but I would love to have it in my load order.
MyLoot loads a PlayerRenderer class, and when trying to apply the FirstPerson changes to that it fails. Might not be myLoot itself, but some other mod conflicts with the position offset logic. Try it the other way around, with firstperson and without myloot, the error might change.
Might be caused due to an update to that mod, modifying entity model rendering sounds fitting to be causing conflicts like this.
This mod is currently in ALPHA, meaning that things MAY or MAY NOT work properly! There is absolutely no guarantee that things will work as intended or at all!
Will look into this later, not too high of a priority right now.
MyLoot loads a PlayerRenderer class, and when trying to apply the FirstPerson changes to that it fails. Might not be myLoot itself, but some other mod conflicts with the position offset logic. Try it the other way around, with firstperson and without myloot, the error might change.
Okay, I will then I'll post any errors if any.
Once I removed myLoot and reinstalled FirstPerson this was the crash report.
This is now the mod throwing an error.
https://www.curseforge.com/minecraft/mc-mods/custom-entity-models-cem
Or at least what the game is saying is throwing an error. Which doesn't make sense as this mod was installed before with no issues along side FirstPerson. It is just a alternative to Optifine's CEM feature that can be used with Sodium, Iris, Indium, etc.