MoreCulling

MoreCulling

77.1k Downloads

Sodium Crash - Crash upon launching on v0.1.3

NaiNonTH opened this issue ยท 5 comments

commented

Even without CullLessLeaves mod, the game still proceeded to crash, due to:

Mixin transformation of me.jellysquid.mods.sodium.client.render.occlusion.BlockOcclusionCache failed.

and

* **org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method useMoreCulling(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/class_2338$class_2339;)V in moreculling.mixins.json:compat.BlockOcclusionCache_sodiumMixin from mod moreculling failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap moreculling-refmap.json**

Log:
latest.log

No Crash Report

commented

Ya I need to look into it although im too busy to do that today. Seems sodium crashes, even though it works fine in my development enviroment

commented

Overall, the issue was caused by BlockOcclusionCache from Sodium, which you've already mentioned that you'd already patched.

commented

According to #10, with More Culling, Memory Leak Fix and Sodium on, the game will crash.
This is my log and the game only have these mods :
image

commented

Please try v0.1.4 and tell me if you still get the same issue

commented

@FxMorin Issue fixed. Thanks