Eldritch Arcane Workings incompatible
Gamerbolts opened this issue ยท 8 comments
Hello! I am creating a modpack and was flying around my test world testing. I got a crash, here if the crashlog and log. Any help is appreciated. Thank you!
ok I have found the mod! It is Eldritch Arcane Workings v1.0.4
Here is the log and crashlog with Just MCA, Architectury API, Fabric API and Eldritch Arcane Workings crash-2022-12-16_16.22.10-server.txt
I'll post over at the Eldritch Arcane Workings github but I am not too sure what to say, they will see the log and say it's your mod causing issues. Thanks for the help!
Awesome work! I took a look into the source and it is indeed this mixin here performing an unsafe cast: https://github.com/ZuzAser80/EldritchArcaneWorkings/blob/1.19/src/main/java/net/fabricmc/eaw/mixin/rune_support/ItemInject.java
Just link that file and mention the cast :)
Thanks! Took awhile but was worth it to find the issue now I just hope the other mod author fixes it. Thanks for the help. I'll close this now.
Is there any update on this? I keep crashing so had to remove it from the pack :(
Sadly not, and I doubt its directly related to MCA.
For context: the mca villager updates it's inventory, and it has an item in it with a custom update method. That update method (which is not part of vanilla or mca) assumed the holder is a PlayerEntity (or at least I think class_1657 is a PlayerEntity based on a quick google, and it kinda makes sense).
That means, you have to find the mod implementing that broken item. But it gets more complicated: Your crashlog luckily contains the inventory. And it only contains wheat and seeds. So that means someone tinkered with inbuild methods. Maybe some farming or food related mod?
If you have time you can manually search for the mod. At 580.46, 67.94, 131.31
is the entity causing the issue. You can remove mods and see of it still happens, or remove everything except mca to test if it is indeed a mca issue. Only do this on a world copy!
Thanks for the reply. Ok I will do that and see if I can pinpoint the issue. Ty!
ok I have found the mod! It is Eldritch Arcane Workings v1.0.4
Here is the log and crashlog with Just MCA, Architectury API, Fabric API and Eldritch Arcane Workings
crash-2022-12-16_16.22.10-server.txt
I'll post over at the Eldritch Arcane Workings github but I am not too sure what to say, they will see the log and say it's your mod causing issues. Thanks for the help!