Mixin-related crash when Bountiful is also installed
TheDeviantCrafter opened this issue ยท 4 comments
Describe the bug
When both Lag Goggles and Bountiful are installed, the game crashes early in the startup sequence and does not create a
To Reproduce
Install these three mods:
- Lag Goggles FAT 4.8
- Bountiful 2.2.0
- Forgelin 1.8.3
If you are using SpongeForge, which version are you using?
I am not using SpongeForge.
Please provide the early startup messages starting with [LagGoggles-Boot]
[14:43:45] [main/INFO] [LagGoggles-Boot]: I am located here: file:\C:\Other%20Programs\MultiMC\instances\Project%20Gear%200.2\.minecraft\mods\LagGoggles-FAT-1.12.2-4.8.jar!\cf\terminator\laggoggles\Main.class
[14:43:45] [main/INFO] [LagGoggles-Boot]: I am designed for Forge version: 14.23.5.2838
[14:43:45] [main/INFO] [LagGoggles-Boot]: Loading client classes
[14:43:45] [main/INFO] [LagGoggles-Boot]: SpongeForge is not present!
If you used the word 'error' somewhere, always provide the stack trace along with both debug.log and latest.log
Latest.log: https://pastebin.com/0RPK7Rni
Debug.log: https://pastebin.com/vruepAre
No idea how to generate a stack trace.
Does this issue still happen? (If it does, I'll have to wait to download LagGoggles)
I am a bit short on time right now, but how do you know that it's mixin related? I don't see any mixin errors in any of your logs posted here. I tried reading a bit through Bountifuls' source, but Kotlin isn't something that I can debug easily (Never worked with it).
The only reason I can think of why LagGoggles might make Bountiful crash, is that Bountiful is using their own ASM transformer
(Which I failed to find within 1 minute on their GitHub, so I gave up).
I highly doubt that there's anything I can do to maximize compatibility on LagGoggles' side. If there is, I need more details. I might be able to work on this next weekend (maybe not, real life happens sometimes ๐ )