We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.5.3.230
Windows 11 22624
Fabric 换 Quilt 之后 HMCL 对于爆炸原因的检测有些不够。接下来上传的日志应该检测到 game.crash.reason.mod enhancedblockentities,但是实际上给了 unknown。自动检测的关键词也挺没用的。
game.crash.reason.mod
enhancedblockentities
[12:16:24] [Render thread/ERROR]: Mixin apply for mod enhancedblockentities failed #enhancedblockentities:enhancedblockentities.mixins.json:BuiltinModelItemRendererMixin from mod enhancedblockentities -> net.minecraft.class_756: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException Unexpecteded ClassMetadataNotFoundException whilst transforming the mixin class: [MAIN Applicator Phase -> #enhancedblockentities:enhancedblockentities.mixins.json:BuiltinModelItemRendererMixin from mod enhancedblockentities -> Apply Methods -> (Lnet/minecraft/class_1799;Lnet/minecraft/class_809$class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V:handler$zea000$enhancedblockentities$enhanced_bes$renderBeds -> Transform LVT -> var=mode -> desc=Lnet/minecraft/class_809$class_811;] org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Unexpecteded ClassMetadataNotFoundException whilst transforming the mixin class: [MAIN Applicator Phase -> #enhancedblockentities:enhancedblockentities.mixins.json:BuiltinModelItemRendererMixin from mod enhancedblockentities -> Apply Methods -> (Lnet/minecraft/class_1799;Lnet/minecraft/class_809$class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V:handler$zea000$enhancedblockentities$enhanced_bes$renderBeds -> Transform LVT -> var=mode -> desc=Lnet/minecraft/class_809$class_811;]
(其实算modmixin_failure?但是既然给出了 mod 名称,hmcl 也该传达一下)
modmixin_failure
duplicated_mod 之类的 pattern 也要改。大概需要谁故意制造各种崩溃看看结果……
No response
1.19.4
minecraft.log
The text was updated successfully, but these errors were encountered:
Close HMCL-dev#2199. add mixin_apply_mod_failed
5d49bd6
已添加检测 Mixin apply for mod (?<id>.*) failed 的规则
Mixin apply for mod (?<id>.*) failed
Sorry, something went wrong.
ffeabbf
zkitefly
No branches or pull requests
启动器版本 Launcher Version
3.5.3.230
平台 Platform
Windows 11 22624
问题描述 Problem Description
Fabric 换 Quilt 之后 HMCL 对于爆炸原因的检测有些不够。接下来上传的日志应该检测到
game.crash.reason.mod
enhancedblockentities
,但是实际上给了 unknown。自动检测的关键词也挺没用的。(其实算
modmixin_failure
?但是既然给出了 mod 名称,hmcl 也该传达一下)duplicated_mod 之类的 pattern 也要改。大概需要谁故意制造各种崩溃看看结果……
Java
No response
游戏版本 Game Version
1.19.4
对游戏所做的修改 Modifications Made to the Game
No response
游戏崩溃报告 Game Crash Report
minecraft.log
启动器崩溃报告 Launcher Crash Report
No response
启动器日志文件 Launcher Log File
No response
The text was updated successfully, but these errors were encountered: