Nature's Aura(?) 1.19.2 unexpected crash on startup
Romall07 opened this issue ยท 2 comments
Nature's Aura is reporting a crash on startup. Upon launching modpack, it will immediately crash with attached error:
"Nature's Aura (naturesaura) encountered an error during the common_setup event phase
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered"
I assume an incompatibility with Serene Seasons and Immersive Portals. This crash only occurs when BOTH Immersive portals AND Serene Seasons are installed. Nature's Aura plays nicely with both individually, and both play nicely together without Nature's Aura involved.
The crash happens quickly after hitting "play" so unfortunately there's not much I can provide aside the following information and logs.
Other Mods:
SereneSeasons (SereneSeasons-1.19.2-8.1.0.24.jar)
ImmersivePortals (immersive-portals-2.3.7-mc1.19.2-forge.jar)
Patchouli (Patchouli-1.19.2-77.jar)
Mixins Heaven and Good Portals (goodportals-1.19.2-v1.1.0.jar) was also added when logs were taken, but the crash occurs without this installed.
Hi! Nature's Aura doesn't register any mixins, so it's likely that this issue was caused by a mod that does register mixins, and just happened to be caught while Nature's Aura code was running.
If it really is an incompatibility with Serene Seasons or Immersive Portals, I recommend reporting this issue to their issue trackers as well! :)
Hi! Nature's Aura doesn't register any mixins, so it's likely that this issue was caused by a mod that does register mixins, and just happened to be caught while Nature's Aura code was running.
If it really is an incompatibility with Serene Seasons or Immersive Portals, I recommend reporting this issue to their issue trackers as well! :)
In my case it's definitely Immersive Portals, just installed that mod and started getting the above error. Disabled Immersive Portals and the error stopped occurring.