embeddedt / ArchaicFix

Swiss army knife of bugfixes and performance improvements for MC 1.7.10
Other
66 stars 9 forks source link

Crash with modpack #79

Closed Starexify closed 1 year ago

Starexify commented 1 year ago

ArchaicFix crash with modpack, I don't know the cause yet because I am not that good at reading crash reports and logs but It looks like it's from a class?

Crash Report: https://pastebin.com/v96n6e1j Log: https://pastebin.com/G7vcPCgR

reuben-matus commented 1 year ago

I got the same problem, I looked through the code and I think it's an issue in 'src/main/java/org/embeddedt/archaicfix/recipe/IFasterCraftingManager.java' (IFasterCraftingManager) because the mod maker (in fixer helper) tried to cast the default minecraft crafting manager to this and it's an interface class which means it's like an incomplete class that has methods that aren't defined I fixed this with a simple try and finally in the Fixer Helper ArchaicFix-main.zip (Just convert this to a .jar online and this should work until the author fixes it, idk how to contribute so yeah

embeddedt commented 1 year ago

Looks like you do not have GTNHMixins or UniMixins installed. As of the latest version you need one of them (I recommend the latter).

On Tue., Feb. 21, 2023, 11:28 a.m. Ultra Novà, @.***> wrote:

ArchaicFix crash with modpack, I don't know the cause yet because I am not that good at reading crash reports and logs but It looks like it's from a class?

Crash Report: https://pastebin.com/v96n6e1j Log: https://pastebin.com/G7vcPCgR

— Reply to this email directly, view it on GitHub https://github.com/embeddedt/ArchaicFix/issues/79, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKHTVAGX7R3B2HBFF5XYR6TWYTUJ5ANCNFSM6AAAAAAVDIIOTY . You are receiving this because you are subscribed to this thread.Message ID: @.***>