Evil Notch Lib

Evil Notch Lib

221k Downloads

[1.7.10] Crash upon startup [java.lang.RuntimeException: LaunchClassLoader is unoptimized!]

aking4125 opened this issue · 2 comments

commented

Version: evilnotchlib-a109.jar

Issue: Crash upon startup. This is required for Config Helper. Possibly more related to that mod?

Steps to reproduce: There much be a conflict somewhere. I just launch the game and boom

CrashReport/Log: crash-2022-04-12_01.10.52-client.txt

commented
commented

confirmed foamfix disable this in their config. they fix the bugs improper when mine simply provides empty dummy maps that cannot add anything to them to begin with. personally I would remove foamfix as I don't trust mods that claim they fix things and then don't.

launchwrapper {
    # Remove LaunchWrapper package manifest map (which is not used anyway).
    B:removePackageManifestMap=false

    # Weaken LaunchWrapper's byte[] resource cache to make it cleanuppable by the GC. Safe.
    B:weakenResourceCache=false
}