vram-guild / canvas

Shader-Based Minecraft Renderer for Fabric
GNU Lesser General Public License v3.0
415 stars 40 forks source link

not working on 1.18.1 #351

Closed wouu closed 2 years ago

wouu commented 2 years ago

System Informatinon

Other mods and versions installed

How you triggered the behavior

What you expected would happen

What actually happened

Logs and screenshots

[11:48:51] [ForkJoinPool.commonPool-worker-1/WARN]: Error loading class: io/vram/frex/base/renderer/context/render/ItemRenderContext (java.lang.ClassNotFoundException: io/vram/frex/base/renderer/context/render/ItemRenderContext)
[11:48:51] [ForkJoinPool.commonPool-worker-1/WARN]: Error loading class: io/vram/frex/api/rendertype/RenderTypeUtil (java.lang.ClassNotFoundException: io/vram/frex/api/rendertype/RenderTypeUtil)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: java.lang.ExceptionInInitializerError
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:72)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:105)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:59)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:263)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:268)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at me.shedaniel.slightguimodifications.gui.cts.script.ScriptDSL.<clinit>(ScriptDSL.java:11)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.lang.Class.forName0(Native Method)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.lang.Class.forName(Class.java:467)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.CallSiteArray.lambda$createCallStaticSite$2(CallSiteArray.java:65)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.CallSiteArray.createCallStaticSite(CallSiteArray.java:63)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:217)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:231)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at Script1.run(Script1.groovy:4)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at groovy.lang.GroovyShell.evaluate(GroovyShell.java:427)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at groovy.lang.GroovyShell.evaluate(GroovyShell.java:461)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at groovy.lang.GroovyShell.evaluate(GroovyShell.java:436)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at me.shedaniel.slightguimodifications.gui.cts.CtsRegistry.loadScripts(CtsRegistry.java:120)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_918 failed
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:234)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:136)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:155)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3402)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.lang.Class.getDeclaredMethods(Class.java:2504)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.stdclasses.CachedSAMClass.getDeclaredMethods(CachedSAMClass.java:105)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.stdclasses.CachedSAMClass.getAbstractMethods(CachedSAMClass.java:119)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.stdclasses.CachedSAMClass.getAbstractMethods(CachedSAMClass.java:117)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.stdclasses.CachedSAMClass.getSAMMethodImpl(CachedSAMClass.java:193)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.stdclasses.CachedSAMClass.getSAMMethod(CachedSAMClass.java:160)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.ClassInfo.isSAM(ClassInfo.java:389)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.ClassInfo.createCachedClass(ClassInfo.java:379)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.ClassInfo.access$300(ClassInfo.java:73)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.ClassInfo$LazyCachedClassRef.initValue(ClassInfo.java:437)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.ClassInfo$LazyCachedClassRef.initValue(ClassInfo.java:427)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.util.LazyReference.getLocked(LazyReference.java:50)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.util.LazyReference.get(LazyReference.java:37)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.ClassInfo.getCachedClass(ClassInfo.java:148)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.ReflectionCache.getCachedClass(ReflectionCache.java:95)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.ParameterTypes.getParametersTypes0(ParameterTypes.java:85)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.ParameterTypes.getParameterTypes(ParameterTypes.java:67)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at groovy.lang.MetaClassImpl.filterPropertyMethod(MetaClassImpl.java:2296)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at groovy.lang.MetaClassImpl.applyStrayPropertyMethods(MetaClassImpl.java:2580)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at groovy.lang.MetaClassImpl.setupProperties(MetaClassImpl.java:2431)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at groovy.lang.MetaClassImpl.addProperties(MetaClassImpl.java:3468)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at groovy.lang.MetaClassImpl.reinitialize(MetaClassImpl.java:3442)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at groovy.lang.MetaClassImpl.initialize(MetaClassImpl.java:3435)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.ClassInfo.getMetaClassUnderLock(ClassInfo.java:273)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.ClassInfo.getMetaClass(ClassInfo.java:315)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.getMetaClass(MetaClassRegistryImpl.java:258)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.InvokerHelper.getMetaClass(InvokerHelper.java:987)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.CallSiteArray.createCallStaticSite(CallSiteArray.java:71)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.CallSiteArray.createCallSite(CallSiteArray.java:156)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:130)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at me.shedaniel.slightguimodifications.gui.cts.script.ScriptDSL$CustomSplashesBuilder.<init>(ScriptDSL.java:163)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:72)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:105)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:59)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:263)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:268)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at me.shedaniel.slightguimodifications.gui.cts.script.ScriptDSL$SplashTextBuilder.<init>(ScriptDSL.java:139)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:72)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:105)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:59)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:263)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:268)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at me.shedaniel.slightguimodifications.gui.cts.script.ScriptDSL$MainMenuBuilder.<clinit>(ScriptDSL.java:94)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   ... 31 more
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:229)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   ... 92 more
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinPreProcessorException: Attach error for mixins.canvas.client.json:MixinItemRenderer during activity: [Transform -> Method onGetArmorFoilBuffer(Lnet/minecraft/class_4597;Lnet/minecraft/class_1921;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> INVOKESTATIC -> io/vram/frex/api/rendertype/RenderTypeUtil::toMaterial:(Lnet/minecraft/class_1921;Z)Lio/vram/frex/api/material/RenderMaterial;]
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:313)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:277)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1289)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:292)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   ... 95 more
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: io.vram.frex.api.rendertype.RenderTypeUtil
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMemberReference(MixinPreProcessorStandard.java:783)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMethod(MixinPreProcessorStandard.java:769)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transform(MixinPreProcessorStandard.java:735)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:307)
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   ... 101 more
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: Caused by: java.lang.ClassNotFoundException: io.vram.frex.api.rendertype.RenderTypeUtil
[11:48:51] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]:   ... 105 more
com.sun.jna.platform.win32.Win32Exception: The specified resource type cannot be found in the image file.
    at Not Enough Crashes deobfuscated stack trace.(1.18+build.1) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.createNativeModuleInfo(WinNativeModuleUtil:62) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.collectNativeModules(WinNativeModuleUtil:48) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.method_37968(WinNativeModuleUtil:132) ~[?:?]
    at net.minecraft.util.crash.CrashReportSection.add(CrashReportSection:84) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.addDetailTo(WinNativeModuleUtil:131) ~[?:?]
    at net.minecraft.client.main.Main.main(Main:207) [intermediary-minecraft-1.18.1-client.jar:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:599) [fabric-loader-0.12.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) [fabric-loader-0.12.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.12.8.jar:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) [NewLaunch.jar:?]
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
[11:59:11] [Render thread/INFO]: Failed to find module info for glfw.dll
com.sun.jna.platform.win32.Win32Exception: The specified resource type cannot be found in the image file.
    at Not Enough Crashes deobfuscated stack trace.(1.18+build.1) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.createNativeModuleInfo(WinNativeModuleUtil:62) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.collectNativeModules(WinNativeModuleUtil:48) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.method_37968(WinNativeModuleUtil:132) ~[?:?]
    at net.minecraft.util.crash.CrashReportSection.add(CrashReportSection:84) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.addDetailTo(WinNativeModuleUtil:131) ~[?:?]
    at net.minecraft.client.main.Main.main(Main:207) [intermediary-minecraft-1.18.1-client.jar:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:599) [fabric-loader-0.12.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) [fabric-loader-0.12.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.12.8.jar:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) [NewLaunch.jar:?]
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
[11:59:11] [Render thread/INFO]: Failed to find module info for lwjgl_opengl.dll
com.sun.jna.platform.win32.Win32Exception: The specified resource type cannot be found in the image file.
    at Not Enough Crashes deobfuscated stack trace.(1.18+build.1) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.createNativeModuleInfo(WinNativeModuleUtil:62) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.collectNativeModules(WinNativeModuleUtil:48) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.method_37968(WinNativeModuleUtil:132) ~[?:?]
    at net.minecraft.util.crash.CrashReportSection.add(CrashReportSection:84) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.addDetailTo(WinNativeModuleUtil:131) ~[?:?]
    at net.minecraft.client.main.Main.main(Main:207) [intermediary-minecraft-1.18.1-client.jar:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:599) [fabric-loader-0.12.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) [fabric-loader-0.12.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.12.8.jar:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) [NewLaunch.jar:?]
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
[11:59:11] [Render thread/INFO]: Failed to find module info for lwjgl_stb.dll
com.sun.jna.platform.win32.Win32Exception: The specified resource type cannot be found in the image file.
    at Not Enough Crashes deobfuscated stack trace.(1.18+build.1) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.createNativeModuleInfo(WinNativeModuleUtil:62) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.collectNativeModules(WinNativeModuleUtil:48) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.method_37968(WinNativeModuleUtil:132) ~[?:?]
    at net.minecraft.util.crash.CrashReportSection.add(CrashReportSection:84) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.addDetailTo(WinNativeModuleUtil:131) ~[?:?]
    at net.minecraft.client.main.Main.main(Main:207) [intermediary-minecraft-1.18.1-client.jar:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:599) [fabric-loader-0.12.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) [fabric-loader-0.12.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.12.8.jar:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) [NewLaunch.jar:?]
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
[11:59:11] [Render thread/INFO]: Failed to find module info for OpenAL.dll
com.sun.jna.platform.win32.Win32Exception: The specified resource type cannot be found in the image file.
    at Not Enough Crashes deobfuscated stack trace.(1.18+build.1) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.createNativeModuleInfo(WinNativeModuleUtil:62) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.collectNativeModules(WinNativeModuleUtil:48) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.method_37968(WinNativeModuleUtil:132) ~[?:?]
    at net.minecraft.util.crash.CrashReportSection.add(CrashReportSection:84) ~[?:?]
    at net.minecraft.util.WinNativeModuleUtil.addDetailTo(WinNativeModuleUtil:131) ~[?:?]
    at net.minecraft.client.main.Main.main(Main:207) [intermediary-minecraft-1.18.1-client.jar:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:599) [fabric-loader-0.12.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) [fabric-loader-0.12.8.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.12.8.jar:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) [NewLaunch.jar:?]
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
wouu commented 2 years ago

seems to be fixed now in build 2256