
Clientcrash
TheButterbrotMan opened this issue ยท 20 comments
Latest: https://bytebin.lucko.me/BowrGRk1mw
Crash: https://bytebin.lucko.me/823NwFQTrl
Crash happened when interacting with Librarian Villager
Could also be linked to this crashlog: https://bytebin.lucko.me/n1B2TbY5Fi
EDIT: Im launching at the moment with -Dmixin.debug.verbose=true
Can you launch with the -Dmixin.debug.verbose=true
launch argument and get us that log? This would allow us to identify the mixin that is in the stacktrace and thereby possibly find the conflicting mod
Im unable to get it crashing with -Dmixin.debug.verbose=true.
I will test now again without. I tried it like 4 times before and it crashed everytime, so i dont understand why it does not now.
Can you try to reproduce it with MixinTrace (https://www.curseforge.com/minecraft/mc-mods/mixintrace)?
Can you try to reproduce it with MixinTrace (https://www.curseforge.com/minecraft/mc-mods/mixintrace)?
Does it work with 1.18?
It should work with 1.18, as it really only depends on the crash report system
Very strange that it crashes with MixinTrace. Could you send the log with the launch argument?
I had an similar report on another mod, maybe his fix helps:
That crash probably isn't related
So, i tried it now with argument, without and with mixintrace and im unable to get it to crash.
So, i tried it now with argument, without and with mixintrace and im unable to get it to crash.
I'm not sure I understand what you said. Did you try it without the argument and with MixinTrace?
I had an similar report on another mod, maybe his fix helps:
Nono, sorry.
Crashing stopped.
It does not crash with MixinTrace, Argument or without Argument. I am unable to reproduce it.
Nono, sorry.
Crashing stopped.
It does not crash with MixinTrace, Argument or without Argument.
Please send the log with the launch argument, even if it doesn't crash
Crash: https://bytebin.lucko.me/rViuDsC7H7 <--- With Mixin Mod
Latest: https://bytebin.lucko.me/NC9a6dFLK6
Crash: https://bytebin.lucko.me/HB0ERK48dL <--- With Argument
Latest: https://bytebin.lucko.me/qF1q01peYn
I got it crashing both times, the crash doesnt appear every time. Sometimes it dont crash. You can reproduce it by try to interact with them.
I have been able to track down the mod which causes this and it turns out to be the combination of Crooked Crooks, Survival Plus and possibly a few others. The root cause of the problem is that Survival Plus overwrites a method in the Enchantment Helper without properly declaring that it's doing so, and thereby causes a few other mods' mixins, namely Crooked Crooks, to never actually get triggered and cause an exception. This is something that could happen at an Enchantment Table or a vanilla Librarian as well, as such I'll close this issue as invalid
for now. For you to fix your trouble I would recommend simply removing Survival Plus if you can, although removing Crooked Crooks might also work but would definitely be less safe
Cheers