[Forge] Iron's Spells 'n Spellbooks crashes
Ninccino opened this issue ยท 4 comments
Exordium & Iron's Spells 'n Spellbooks result in:
java.lang.RuntimeException: Unable to load Exordium Shader
The crash does not appear to be mod or modloader version dependent. <- Crash report)
Mods:
It's not finding a file from the Exordium jar Caused by: java.io.FileNotFoundException: minecraft:shaders/core/position_multi_tex.json
. Not sure how this could happen, but I guess at least my code caught it. Maybe it causes a resource load before Forge has hooked the Exordium resources? Will have to test around.
I used the CurseForge launcher for testing and it didn't install all the dependencies of Iron's Spells 'n Spellbooks.
However:
After a bit more testing, it seems like Exordium hijacks any crash related to missing dependencies.
For example: Exordium & YUNG's Better Mineshafts results in the same crash because it doesn't have YUNG's API.
Fabric catches the lacking dependency, while either Forge blames Exordium/Exordium takes the blame.
I also did test with the Curse Launcher, as I said, it looks like something tries to cause a load before Exordiums resources are loaded. Potentially not an issue trying go ignore that exception.