Quark-3.4-392, FML 43.2.6, 1.19.2 crash on startup. Possible incompatibility. Edit: Showcase Item mod is incompatible
Daltaxy opened this issue ยท 9 comments
Hello.
It seems that the mod Quark makes the game crash on startup. It could be due to an incompatibility but I couldn't find anything about that in the logs:
latest.log
debug.log
crash-2023-03-02_22.58.57-client.txt
The lines of interest that made me suspect Quark initially were:
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector drawItems(Lnet/minecraft/client/gui/Font;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/util/FormattedCharSequence;FFI)I in quark.mixins.json:client.ChatComponentMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap quark.mixins.refmap.json at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1362) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1051) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} ... 30 more
The issue is that disabling Quark instantly fixes everything and the game starts up just fine. I don't see any other post about this so I'm leaning towards incompatibility.
Good luck.
I genuinely apologise if that's not an actual issue.
I see this error here : The specified mixin 'net.diebuddies.mixins.vines.MixinTerrainRenderContext' was not found
After googling "diebuddies mod", it appears that it is the PhysicsMod.
I tried disabling it but it still doesn't work with quark...
I have to be missing something though?
It's indeed that mixin failing. Idk why it would tho. Do you have optifine? It doesn't even say that another mod is redirecting it with another mixin. Can't tell which mod it's conflicting with
It's indeed that mixin failing. Idk why it would tho. Do you have optifine? It doesn't even say that another mod is redirecting it with another mixin. Can't tell which mod it's conflicting with
no I don't, I use rubidium and oculus for that.
In case, I'll try again without these two right now:
still crashes.
crash-2023-03-04_16.03.24-client.txt
latest.log
debug.log
if you don't find them with this, I'll do the 50/50 method until I find the conflicting mod, if there's only one conflicting with quark, that is...
i cant tell unfortunately
sorry for the delay
After applying the aforementioned method, it appears that the incompatible mod is Showcase Item:
https://www.curseforge.com/minecraft/mc-mods/showcase-item
Obviously, I'll disable it and use Quark instead.