[1.21.1] Crashing with 1.0.1 with Sodium
BugmanBugman opened this issue ยท 2 comments
Sodium 0.6.0 beta-1 is still unsupported I guess
[02Sep2024 14:53:22.701] [pool-15-thread-1/ERROR] [mixin/]: Critical injection failure: LVT in net/minecraft/world/level/Level::tickBlockEntities()V has incompatible changes at opcode 119 in callback mixins.sodiumdynamiclights.json:LevelMixin from mod sodiumdynamiclights->@Inject::onBlockEntityTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ZLnet/minecraft/world/level/block/entity/TickingBlockEntity;)V.
Expected: [Z, Lnet/minecraft/world/level/block/entity/TickingBlockEntity;]
Found: [Lnet/minecraft/util/profiling/ProfilerFiller;, Ljava/util/Iterator;]
Available: [Lnet/minecraft/util/profiling/ProfilerFiller;, Ljava/util/Iterator;, Z, Lnet/minecraft/world/level/block/entity/TickingBlockEntity;]
[02Sep2024 14:53:22.858] [main/ERROR] [mixin/]: Critical injection failure: LVT in net/minecraft/world/level/Level::tickBlockEntities()V has incompatible changes at opcode 119 in callback mixins.sodiumdynamiclights.json:LevelMixin from mod sodiumdynamiclights->@Inject::onBlockEntityTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ZLnet/minecraft/world/level/block/entity/TickingBlockEntity;)V.
Expected: [Z, Lnet/minecraft/world/level/block/entity/TickingBlockEntity;]
Found: [Lnet/minecraft/util/profiling/ProfilerFiller;, Ljava/util/Iterator;]
Available: [Lnet/minecraft/util/profiling/ProfilerFiller;, Ljava/util/Iterator;, Z, Lnet/minecraft/world/level/block/entity/TickingBlockEntity;]
Could you reproduce the issue with just Sodium and SDL installed?