Unexpected critical error on Curios (6.0.1)
DarkGames616 opened this issue ยท 15 comments
Versions (Be specific, do not write "latest"):
- Curios: 6.0.1
- Forge/Fabric: Forge (Version: 48.0.19)
Observed Behavior:
Forge try to load the mod, but it gives a "Unexpected critical error".
Removing all the mods (except the Curios), doesn't work either.
Gives the error: "Curios API (curios) encounted an error during the common_setup event phase"
"org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encounted"
Expected Behavior:
Expected that the mod loaded without problems.
Steps to Reproduce:
- Downloading the mod in CurseForge.
- Putting the mod in the mods folder.
- Start the game, and while loading the screen, Forge says: "ERROR WHILE MOD LOADING", then pop-ups the error.
- Removing all the mods on the mods folder, leaving Curios intact.
- Error occur again.
Crash Log: Console Log
Please open up a new issue report with the bug template filled out and the crash report.
That's because this issue was about a bug that occurred in 1.20.2, where the Forge version is 48.x.x.
Yeah, my mistake for using "49.0.19"
Now it gives me a crash on the game, while downgrading to 48.0.0
While testing another version: (48.0.13)
It works perfectly while starting, and loads the menu.
Starting a new world to test it, doesn't work perfectly, doesn't appear the bar to put the accessory.
Now using the new version (that i didn't donwloaded lol.) [Version 48.0.23]
Same error.
I think the new version doesn't even start the game, so it doesn't work, but the older versions of 1.20.2 works good to start, but doesn't work while i use the mod to put the accessory.
Forge/Fabric: Forge (Version: 49.0.19)
I assume you mean 48.0.19, since 49 doesn't exist yet.
That's a strange error. Does it work if you downgrade Forge to, say, 48.0.0?
@KonstaVilkman I cannot reproduce this on Forge 47.2.1. Please share the crash log.
After digging into this a bit, it seems like the latest version that will work without crashing is Forge 48.0.17. This could be a Forge issue, but I'm uncertain at this time.
For the time being, try using Forge 48.0.17 or below. If it works but you do not see any slots, be sure to add slots from either a datapack or other mods in order to have slots to access.
I have the same issue with this using latest version of forge (48.0.30), downgrading to 48.0.17 did fix the problem, I stay subscribed to see if this will be fixed.
After digging into this a bit, it seems like the latest version that will work without crashing is Forge 48.0.17. This could be a Forge issue, but I'm uncertain at this time.
For the time being, try using Forge 48.0.17 or below. If it works but you do not see any slots, be sure to add slots from either a datapack or other mods in order to have slots to access.
Alright, at least a forge issue, and not mods fault.
Thanks.
This was fixed on Forge's side (bug in securejarhandler), but currently changes are not pushed to public because they need some polishing. Have patience.
It looks like Forge 48.0.32 and above have fixed this issue, and I've just released a new Curios version to match so updating both Forge and Curios should resolve this.
That's an issue with the Tiered mod and is unrelated to this issue.