Mixin seems to be the cause of a crash
grandogarndo opened this issue ยท 10 comments
Environment
- MixinBootstrap version:1.0.2
- Forge version: 31.2.43
- Minecraft version:1.15.2
- Java version: i always keep it up to date
- Mods: a large amount, will be in the crash log
Issue Description
The game crashes and seems to mention mixin, when removed it just crashes quicker, i tried to get help here: https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/mod-packs/3038919-minecraft-keeps-crashing-no-matter-what-mods-i but it ended in a wild goose chase
debug.log
here you go, multimc seemed to use much less ram, but still crashed in the same way.
I downloaded the mods that were being loaded by Mixin according to the debug.log (additionalevents, dankstorage, pmmo, fruittrees and phosphor) and my client loaded fine. This doesn't appear to be direct Mixin issue and I can't see what the issue might be from the logs.
Given the amount of mods there is probably compatibility issues between one or more of them and the only way to figure that out is to start removing mods.
Please upload your debug.log file (If it's too large to upload try compressing it)
debug.log not generating is weird.
Looking at latest.log the first error encountered is about a missing class net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper
given that the rest of the log is filled with what appears to be errors relating to rendering I'm going to guess that there is a mod install which is breaking that class.
Without the debug.log I cannot track the class loading to find which mod is breaking things, And given that the MinecraftForum posts indicate this is a custom pack I assume it's not publicly downloadable which means I cannot debug the pack myself.
I suggest try a different Launcher (I'm assuming the current Launcher you are using is preventing the debug.log from being created), Your going to have to remove each mod until the issue disappears.