This repository has been archived by the owner on May 26, 2018. It is now read-only.
This repository has been archived by the owner on May 26, 2018. It is now read-only.
[1.7.10] Core Mods Class Loading Problem (Forge 1399) #655
Open
Description
Not sure whether that affects ALL core mods but i would assume it does.
Asm was added to the LaunchClassLoader exclusion list in 9133843.
This causes crashes like these:
http://pastebin.com/NdHvExxP
https://gist.github.com/Xee1/adbce07b4e64961d3d90
For creating the Stack Map Frame asm sometimes loads classes to determine a common super class of 2 classes, since its no longer loaded by the LaunchClassLoader it crashes while doing that. This can be fixed by extending ClassWriter and making it use the LaunchClassLoader.
I'm not sure whether this should just be fixed on the modders side or can be somehow resolved in Forge.
Metadata
Assignees
Labels
No labels