VulkanMod 0.6.3 incompatible with nrc-core RenderLayerMixin (crash 1.21.11)

Crash
Erledigt

#143

Opened by NoRiskk

2 Comments

Crash Logmclo.gs/yRg06w3
View on mclo.gs
NoRiskk's avatar

NoRiskk Commented Jun 2

Game crash at bootstrap with VulkanMod 0.6.3 + nrc-core on 1.21.11 fabric.

Root cause: RenderLayerMixin (mixins.nrc-core.json) FAILS during APPLY. @At("INVOKE") inject targeting net.minecraft.class_1921 (RenderLayer) -> nrc$setTextShaderUniforms throws InvalidInjectionException. VulkanMod rewrites RenderLayer class, so our injection target gone -> MixinApplyError -> crash.

Fix on clientside: guard/adapt RenderLayerMixin so it tolerates VulkanMod (target missing or VulkanMod present). VulkanMod repo at user path is reference only, not ours to change.

Secondary: log also flags ImmediatelyFast + VulkanMod as mutually incompatible (fabric known-incompat), separate from our crash.

Env: MC 1.21.11, Fabric loader 0.18.4, nrc-core 1.0.160, VulkanMod 0.6.3, ImmediatelyFast 1.14.2.

Activity

NoRiskk's avatar

NoRiskk Commented Jun 2

Test: NRC Should Launch with Vulkan Mod installed: NRC-Nightly

NoRiskk changed status from Ausstehend to In Prüfung

NoRiskk confirmed this is working

Jvcv confirmed this is working

Jvcv changed status from In Prüfung to Erledigt

ChilliChain's avatar

ChilliChain Commented 6d ago

Kann man mit Vulkan spielen ( auch mit den Noriskclient

mods)

Sign in to leave a comment.

Draft·issues·Not visible to the public