Minecraft Crashes with latest alpha version of Biomes O Plenty (AE2 Mixin)
coldReactive opened this issue · 8 comments
What's the issue you encountered?
When attempting to start the latest Biomes O Plenty Alpha, the game crashes when loading. A look in the latest log seems to indicate that a mixin error is the cause of this issue.
How can the issue be reproduced?
- Download the latest Biomes o Plenty alpha and forge version (15.0.0.63) (39.0.10)
- Attempt to start Minecraft.
- Game crashes.
Logs
https://gist.github.com/coldReactive/12c8fa7d5400b2dda1eeddf5738c5ee1
Mod Version
15.0.0.63
Additional information
Other Logs:
Thanks for the fix. I wanted to have a quick look from my browser/phone, and having to ask for access prevents this. I could also decompile the jar to read the mixin, but that's also high effort. I think many devs/modpack authors would agree with me.
I’ll have to see if I can adjust my mixin strategy a bit to try and make it compatible, I don’t know if there’s much they can do at this moment
I would also advise using the beta version of bop in the interim which shouldn’t have this issue - The alpha version is primarily for testing Terralith compatibility
It appears this is a conflict with Applied Energistics 2 due to us both trying to mixin to the same thing
I'll let them update their list of incompatible mods due to mixin until this is fixed on either end through that issue I filed.
AE2 dev here, unfortunately I can't easily check your mixin if you don't make the source public...
I'm happy to provide access if you wish to have it. In any case, I'm looking into fixing it now.