FalseTweaks

FalseTweaks

101k Downloads

Unable to read a class file correctly .minecraft/mods/falsepattern/org.joml-joml-1.10.5.jar

SilearFlare opened this issue ยท 3 comments

commented

Might as well reuse this one ๐Ÿ˜„

I deleted the falsepattern folder, but it's still spewing pagefuls of errors in the console about it can't read a class file correctly in joml.jar every time, which means it's an upstream problem.
There's no crash, but it's still an issue.

https://pastebin.com/C58dmsVM

commented

If the dependency loader is not meant to ever load Forge mods, then this could be solved by adding all dependency jars to the loaded coremod list (CoreModManager.getLoadedCoremods()) to make the classpath mod discoverer skip over them.

commented

fixed in fplib, will be fixed in the startup optimizations module in alpha 6

commented

The problem seems to be fixed.

You can close the issue ๐Ÿ‘