Effective

Effective

5M Downloads

New version of effective crashes upon use

NoobiusMcGuffin opened this issue ยท 14 comments

commented

Effective crashes upon using the newest version 1.4

commented

Same issue here

heres my crash report
crash-2022-10-21_16.04.29-client.txt

commented

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

commented

im on that version already though

commented

latest.log

Crashed as well, went back to 1.3 until fix..

commented

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
commented

After installing Satin API, mod run on version 1.4 without any problems.

commented

that fixed it for me too, weird that its a dependancy now without it actually saying anywhere

commented

after installing satin api STILLS not working for me

commented

I can also confirm that using the Satin API fixes things for me.

commented

I can confirm I have that same problem (log here) and that Satin API fixes it (log here).

commented

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.

commented

Satin itself crashes the game tho bhahahah

commented

Same issue, but even with satin added i got some incompatibilities with my modpack. Sorry :(

commented

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/