Immersive Portals

Immersive Portals

5M Downloads

Immersive Portals is incompatible with Sodium

Neubulae opened this issue ยท 7 comments

commented

sodium 0.5.11 is incompatible with any version of immersive portals

commented

Highlight:

Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/minecraft/class_761::redirectGetTranslucent with priority 1000 cannot inject into net/minecraft/class_761::method_3251(Lnet/minecraft/class_1921;Lnet/minecraft/class_4587;DDD)V merged by me.jellysquid.mods.sodium.mixin.chunk_rendering.MixinWorldRenderer with priority 1000 [PREINJECT Applicator Phase -> immersive_portals.mixins_client.json:MixinWorldRenderer -> Prepare Injections -> -> redirect$dle000$redirectGetTranslucent()Lnet/minecraft/class_1921; -> Prepare]

commented

Sodium's injection is more invasive than OptiFine, so making it compatible is non-trivial work.

commented

And I will start investigating it after sodium's first release

commented

I noticed that you've since closed the pull request under sodium for compatibility. Has the compatibility issue been resolved?

commented

@Jarfeh I added another pr. Because sodium switched development branch for 2 times.

commented

Ah, I see