New version of effective crashes upon use
NoobiusMcGuffin opened this issue ยท 14 comments
Same issue here
heres my crash report
crash-2022-10-21_16.04.29-client.txt
Same issue here
heres my crash report crash-2022-10-21_16.04.29-client.txt
Figured out what was wrong, backport fabric api to [[1.19.2] Fabric API 0.63.0+1.19.2] and it should be good
Crashed as well, went back to 1.3 until fix..
Same issue here
heres my crash report crash-2022-10-21_16.04.29-client.txt
Regarding your crash report, downloading Satin API solved the issue for me and a couple of people. I'm not sure, but it seems that it's a dependency now?
The following part in particular caught my attention:
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: ladysnake.satin.api.managed.ManagedCoreShader
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMemberReference(MixinPreProcessorStandard.java:783)
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMethod(MixinPreProcessorStandard.java:769)
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transform(MixinPreProcessorStandard.java:735)
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:307)
... 31 more
Caused by: java.lang.ClassNotFoundException: ladysnake.satin.api.managed.ManagedCoreShader
... 35 more
Caused by: java.lang.NoClassDefFoundError: ladysnake/satin/api/managed/ShaderEffectManager
at ladysnake.effective.client.Effective.<clinit>(Effective.java:54)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:467)
at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:50)
at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:117)
at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
... 8 more
Caused by: java.lang.ClassNotFoundException: ladysnake.satin.api.managed.ShaderEffectManager
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
... 15 more
After installing Satin API, mod run on version 1.4 without any problems.
that fixed it for me too, weird that its a dependancy now without it actually saying anywhere
Another Person on the MultiMC Discord had the same problem with having to add Satin. This should be added in the file where the modloader looks for dependencies.
Same issue, but even with satin added i got some incompatibilities with my modpack. Sorry :(
Fixed in latest. If you have an incompatibility with Satin, I cannot help without you sharing the crash report :)
I invite you to do so on the Satin repo: https://github.com/Ladysnake/Satin/