Darkhax-Minecraft / Bookshelf

A library mod which adds additional code support beyond what is provided by Forge.
GNU Lesser General Public License v2.1
142 stars 39 forks source link

Crash in Server (I use MohistMC) #167

Closed MathisSkate closed 3 years ago

MathisSkate commented 3 years ago

Hello !

I have this crash with Bookshelf , do you know why ?

https://hastebin.com/ihosoxicus.rb

Thanks

Darkhax commented 3 years ago

Seems to be an issue with the Blame mod. Perhaps they're incompatible with MohistMC.

Exception message: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method printFailedCommandStacktrace(Lnet/minecraft/command/CommandSource;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/mojang/brigadier/StringReader;Ljava/lang/Exception;Lnet/minecraft/util/text/IFormattableTextComponent;)V in blame.mixins.json:CommandsMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap blame.refmap.json

Darkhax commented 3 years ago

Spoke with the Blame dev and they did some tests. Root issue is in Mohist as this issue can not be reproduced using Forge.