tr7zw / Exordium

There is no good reason to render the hotbar at 100+ fps
Other
229 stars 34 forks source link

[Forge] Iron's Spells 'n Spellbooks crashes #107

Open Ninccino opened 1 year ago

Ninccino commented 1 year ago

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:

tr7zw commented 1 year ago

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.

Ninccino commented 1 year ago

_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.

tr7zw commented 1 year ago

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.