Closed sainagh closed 3 days ago
Please let me know if there is anything I can do for debugging
can provide a full log?
Here is the full log latest.log
Maybe mixin is broken by other mods, try disable NBTPrimitiveConstantsPool
option?
Ok, changing the config removed the crash, thanks for checking!
In this case, it seems to be caused by Mob Population Control (MobPC) loading NBTBase too early (re-entrant transformer). Minimal set of mods to cause a crash is:
debug.log: https://mclo.gs/XXQmedZ
Removing MobPC or disabling the NBTPrimitiveConstantsPool
"fixes" it. Re-entrant transformers seems to be a pretty recurring problem with ASM coremods and mixin mods...
The issue shows up with stellarcore-0.5.13. It is not present in prior versions.
The game fails to launch due to a crash that mentions stellarcore's StellarPooledNBT mixin method and thermal expansion.
I suspect this may be an issue with the new MBT optimization that was added in the latest version of the mod.
Crash report is attached.
Crash-latestStellarCore.txt