LLibrary

LLibrary

67M Downloads

LLibrary crashes with later versions of Forge

Sunconure11 opened this issue ยท 6 comments

commented

https://pastebin.com/LQ5tskFf

When you get to rewriting this, you might want to look into fixing it.

commented

Can you try this with 1.7.7?

commented

Can confirm using forge-1.11.2-13.20.1.2386-universal. five consecutive and reliable crashes. Hope I don't really want any of the mods that rely on this. Good luck with fixing the problem.

commented

@PlanetKiller Is this with LLibrary 1.7.7? Do you have any other mods installed?

commented

I'm pretty sure the issue is gone, at least, on 1.12. I encountered this on a 1.12 pack I am building.

commented

Running minecraft 1.11.2 with
forge-1.11.2-13.20.1.2386-universal
JurassiCraft-2.0.5
liteloader-1.11.2-SNAPSHOT-release
llibrary-1.7.4-1.11.2
mod-minelittlepony-1.11.2.4-mc1.11.2.litemod

The crash is either from liteloader or mine little pony.
Tried with just forge, Llibrary, and Jurassicraft without crashes.
Going to test without MLP and work the problem from there, with a stick.

I am sad, it seems to be the MLP mod. Liteloader works with another mod.
I can't have a pony eating tyrannosaurs. This does mean I could do two different modpacks that are very similar.
crash-2017-10-04_16.35.08-client.txt

commented

This crash is different from the one in the OP. The issue originates from LLibrary replacing the renderLeftArm method, and then MineLittlePony trying to replace it too, with conditions that are no longer met. Replacing a whole method is dangerous, and LLibrary should not be doing this.