Error, not updated dh/iris

Hello i got this error without updating. Fabric api 1.92.0, dh 2.0.2.
Fabric 1.20.1:
Time: 2024-05-01 22:48:13
Description: Initializing game

java.lang.RuntimeException: DH 2.0 not found, yet Fabric claims it's there. Curious.
    at net.irisshaders.iris.compat.dh.DHCompat.run(DHCompat.java:82)
    at net.irisshaders.iris.Iris.onEarlyInitialize(Iris.java:718)
    at net.minecraft.class_315.handler$dhb000$iris$beforeLoadOptions(class_315.java:1799)
    at net.minecraft.class_315.method_1636(class_315.java)
    at net.minecraft.class_315.<init>(class_315.java:1237)
    at net.minecraft.class_310.<init>(class_310.java:460)
    at net.minecraft.client.main.Main.main(Main.java:211)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:568)
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
    at org.multimc.EntryPoint.listen(EntryPoint.java:143)
    at org.multimc.EntryPoint.main(EntryPoint.java:34)
Caused by: java.lang.NoClassDefFoundError: com/seibel/distanthorizons/api/methods/events/abstractEvents/DhApiColorDepthTextureCreatedEvent
    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012)
    at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
    at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd(KnotClassLoader.java:160)
    at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:355)
    at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
    at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
    at net.irisshaders.iris.compat.dh.LodRendererEvents.setupCreateDepthTextureEvent(LodRendererEvents.java:111)
    at net.irisshaders.iris.compat.dh.LodRendererEvents$1.afterDistantHorizonsInit(LodRendererEvents.java:56)
    at com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiAfterDhInitEvent.fireEvent(DhApiAfterDhInitEvent.java:44)
    at com.seibel.distanthorizons.coreapi.DependencyInjection.ApiEventInjector.bind(ApiEventInjector.java:66)
    at com.seibel.distanthorizons.coreapi.DependencyInjection.ApiEventInjector.bind(ApiEventInjector.java:36)
    at net.irisshaders.iris.compat.dh.LodRendererEvents.setupEventHandlers(LodRendererEvents.java:68)
    at net.irisshaders.iris.compat.dh.DHCompat.run(DHCompat.java:71)
    ... 17 more
Caused by: java.lang.ClassNotFoundException: com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiColorDepthTextureCreatedEvent
    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:119)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
    ... 32 more
Was this page helpful?