Skip to content

Instantly share code, notes, and snippets.

@zkitefly
Last active June 9, 2025 16:40
Show Gist options
  • Save zkitefly/398c13655a67a66fcb4666e9c832ee84 to your computer and use it in GitHub Desktop.
Save zkitefly/398c13655a67a66fcb4666e9c832ee84 to your computer and use it in GitHub Desktop.
炸师傅的常用句子

https://www.jianguoyun.com/p/DcMsQS0QosymCBj49ooFIAA https://cdn.crashmc.com/https://gist.github.com/zkitefly/398c13655a67a66fcb4666e9c832ee84

炸师傅的常用句子

整理:zkitefly

大部分句子:ZekerZhayard、zkitefly、HMCL KOOK 的朋友们、网络......

导出日志

//游戏崩溃日志(HMCL) 游戏崩溃后在崩溃界面点左下角「导出游戏崩溃信息」(不要点「日志」),然后点 KOOK 聊天栏右侧的加号,把导出的压缩包整个发上来 https://img.kookapp.cn/assets/2023-01/Bw9D08fUJ10m60e7.png

//游戏崩溃日志(PCL2) 游戏崩溃后在崩溃界面点左下角「导出错误报告」,然后点 KOOK 聊天栏右侧的加号,把导出的压缩包整个发上来 https://img.kookapp.cn/assets/2023-03/CqLof1HzCe0g405l.png

//导出游戏线程栈 游戏未响应看 #📘常见问题解答 第二条

//游戏的latest.log 发一下游戏文件夹里的 logs 文件夹里的 latest.log https://img.kookapp.cn/assets/2023-03/t5TMrzrjWD0990co.png

//启动器日志 出现问题后不要退出启动器,在启动器的 设置 -- 通用 中导出启动器日志,然后点 KOOK 聊天栏右侧的加号,把导出的文件发出来 https://img.kookapp.cn/assets/2023-01/oHQeKnzwWj0md0dr.png

//导出游戏线程栈(新) https://img.kookapp.cn/assets/2023-05/tuv4cJ5gzi0rt0h0.png https://img.kookapp.cn/assets/2023-05/BHSKZTV4TO0rq0gz.png https://img.kookapp.cn/assets/2023-05/Ccsn7dm7jZ1hc0sm.png https://img.kookapp.cn/assets/2023-05/8vOtmezAop1hc0sm.png

//前两个打开 Legacy Launcher 的 class transformation 的调试输出+最终转换结果输出,最后一个见 CVE-2021-44228 在游戏设置里的 Java 虚拟机参数里加 -Dlegacy.debugClassLoading=true -Dlegacy.debugClassLoadingFiner=true -Dlog4j2.formatMsgNoLookups=false,然后启动游戏,崩溃之后再导出游戏崩溃信息(不是点「日志」按钮)https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-06/06kkZoEmeP0m2061.png https://img.kookapp.cn/assets/2023-06/B9zltUBaco08d03p.png

//classes 文件夹 在游戏设置里的「Java 虚拟机参数」里加 -Dmixin.debug.export=true,启动游戏,崩溃后把游戏文件夹下的 .mixin.out 文件夹里的 classes 文件夹打包发过来 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-06/06kkZoEmeP0m2061.png https://img.kookapp.cn/assets/2023-06/B9zltUBaco08d03p.png

在游戏设置里的「Java 虚拟机参数」里加 -Dmixin.dumpTargetOnFailure=true ,启动游戏,崩溃后把游戏文件夹下的 .mixin.out 文件夹打包发过来,同时也把我说的存在冲突的那个 mod 发过来 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-06/06kkZoEmeP0m2061.png https://img.kookapp.cn/assets/2023-06/B9zltUBaco08d03p.png

在游戏设置里的「Java 虚拟机参数」里加 -Dlog4j2.formatMsgNoLookups=false -Dforge.logging.marker.networking=ACCEPT -Dforge.logging.marker.classloading=ACCEPT -Dforge.logging.marker.launchplugin=ACCEPT -Dforge.logging.marker.classdump=ACCEPT -Dforge.logging.marker.axform=ACCEPT -Dforge.logging.marker.eventbus=ACCEPT -Dforge.logging.marker.distxform=ACCEPT -Dforge.logging.marker.scan=ACCEPT -Dforge.logging.marker.registries=ACCEPT -Dforge.logging.marker.registrydump=ACCEPT -Dforge.logging.marker.splash=ACCEPT -Dforge.logging.marker.resource.cache=ACCEPT -Dforge.logging.mojang.level=ALL -Dforge.logging.classtransformer.level=ALL -Dforge.logging.console.level=ALL -Dforge.logging.file.level=ALL -Dforge.logging.debugFile.level=ALL,然后启动游戏,崩溃之后再导出游戏崩溃信息再发一次 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-06/06kkZoEmeP0m2061.png https://img.kookapp.cn/assets/2023-07/DAVItvJ3Z90mc093.png https://img.kookapp.cn/assets/2023-06/B9zltUBaco08d03p.png

// 这是 forge 的 log4j2.xml 提供的全套参数全开,用这个光启动游戏就会刷上万行 -Dforge.logging.marker.networking=ACCEPT -Dforge.logging.marker.classloading=ACCEPT -Dforge.logging.marker.launchplugin=ACCEPT -Dforge.logging.marker.classdump=ACCEPT -Dforge.logging.marker.axform=ACCEPT -Dforge.logging.marker.eventbus=ACCEPT -Dforge.logging.marker.distxform=ACCEPT -Dforge.logging.marker.scan=ACCEPT -Dforge.logging.marker.registries=ACCEPT -Dforge.logging.marker.registrydump=ACCEPT -Dforge.logging.marker.splash=ACCEPT -Dforge.logging.marker.resource.cache=ACCEPT -Dforge.logging.mojang.level=ALL -Dforge.logging.classtransformer.level=ALL -Dforge.logging.console.level=ALL -Dforge.logging.file.level=ALL -Dforge.logging.debugFile.level=ALL

在游戏设置里的 Java 虚拟机参数里加 -Dlog4j2.formatMsgNoLookups=false ,然后启动游戏,崩溃之后再导出游戏崩溃信息再发一次

系统修改

//修改系统内存 在桌面右键此电脑 -- 属性 -- 高级系统设置,然后按图里的顺序改成「自动管理所有驱动器分页文件大小」,改完后点三个「确定」,不要点右上角的叉,重启电脑 https://img.kookapp.cn/assets/2023-03/bGbLMNRnws1020j1.png

//修改系统编码 在 控制面板 -- 时钟和区域 -- 区域 -- 管理 -- 更改系统区域设置 里面上面选「中文(简体,中国)」,并且把下面那个勾去掉 https://img.kookapp.cn/assets/2023-03/zsLRF3LrcD0we0hj.png

//修改英伟达显卡设置 在 NVIDIA 控制面板里按图里顺序改成「高性能 NVIDIA 处理器」,然后点下面的「应用」,最后重启电脑 https://img.kookapp.cn/assets/2023-06/LHqkHeKbD90pr0aw.png

游戏设置

在启动器的账户列表里把皮肤调成「默认」 https://img.kookapp.cn/assets/2023-01/NZ2j1VGORa0dv0bn.png

在游戏设置里,关闭自动分配内存,手动分配 4096MB 内存

在游戏特定设置里(不是全局游戏设置),关闭自动分配内存,手动分配 8192MB 内存 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png

在游戏特定设置里(不是全局游戏设置),关闭自动分配内存,手动分配 2048MB 内存

在游戏特定设置里(不是全局游戏设置),关闭自动分配内存,手动分配合适的内存,并删掉所有 Java 虚拟机参数

在 #✔️启动器下载 里下载快照版启动器替换掉原来的启动器,然后在游戏特定设置里(不是全局游戏设置),关闭自动分配内存,手动分配 8192MB 内存,并在高级设置里删掉所有 Java 虚拟机参数

在游戏特定设置里(不是全局游戏设置),关闭自动分配内存,手动分配 8192MB 内存,并删掉所有 Java 虚拟机参数,然后在 Java 虚拟机参数里加 -Xms256M https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-06/06kkZoEmeP0m2061.png https://img.kookapp.cn/assets/2023-06/B9zltUBaco08d03p.png

在启动器的游戏设置里,把「本地库路径」改成「预设」

在启动器中按图里的操作顺序把 Java 路径改成 1.8.0 开头的 64 位版本 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-04/iDbZEzEnbY0md0b6.png

在启动器中按图里的操作顺序把 Java 路径改成 11.0.13 版本 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-04/iDbZEzEnbY0md0b6.png

在启动器中按图里的操作顺序把 Java 路径改成 17 开头的 64 位版本 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-04/iDbZEzEnbY0md0b6.png

在启动器的游戏设置里的高级设置里把渲染器选成软渲染器 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-06/06kkZoEmeP0m2061.png https://img.kookapp.cn/assets/2023-07/DAVItvJ3Z90mc093.png https://img.kookapp.cn/assets/2023-03/j9n8YaA5Ik0m20dk.png

修改游戏配置

在游戏文件夹里的 config 文件夹里找到 forge.cfg ,用记事本或者其他代码编辑器打开,把里面的 allowEmissiveItems 后面从 true 改成 false,改完后保存并启动游戏即可 https://img.kookapp.cn/assets/2023-03/t5TMrzrjWD0990co.png

把游戏文件夹里的 config 文件夹里的 ferritecore-mixin.toml 删了

把游戏文件夹里的 options.txt 文件删了 https://img.kookapp.cn/assets/2023-03/t5TMrzrjWD0990co.png

把游戏文件夹里的 config 文件夹里的 fml.toml 文件删了 https://img.kookapp.cn/assets/2023-03/t5TMrzrjWD0990co.png

把游戏文件夹里的 config 文件夹里的 fml.toml 文件删了 https://img.kookapp.cn/assets/2023-03/t5TMrzrjWD0990co.png ,然后装 Night Config Fixes Mod https://www.mcmod.cn/class/9007.html

//由自动下载依赖引发的惨案 https://img.kookapp.cn/attachments/2023-06/23/6495194bd17b3.zip 下载这个压缩包,然后解压并替换游戏文件夹里的 libraries 文件夹里原来的文件夹 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-03/t5TMrzrjWD0990co.png 手动下载这个 mod,然后放进游戏文件夹里的 mods 文件夹里 https://ghproxy.com/https://github.com/djpadbit/Sound-Physics/releases/download/1.0.10-1/Sound-Physics-1.12.2-1.0.10-1.jar 手动下载这个 mod,然后放进游戏文件夹里的 mods 文件夹里的 1.7.10 文件夹里面 https://chickenbones.net/maven/codechicken/CodeChickenLib/1.7.10-1.1.3.138/CodeChickenLib-1.7.10-1.1.3.138-universal.jar

Java下载安装

卸载你现在的 Java,下载安装 #☕Java 下载 里的 Java

//Macos Java 8u242 amd64 卸载你现在的 Java,下载安装这个 Java:https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/8u242%2B7/bellsoft-jre8u242+7-macos-amd64-full.pkg

//Java 8 u402 卸载你现在的 Java,下载安装这个 Java:https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/8u402%2B7/bellsoft-jre8u402+7-windows-amd64-full.msi

//Java 8u312 卸载你现在的 Java,下载安装这个 Java:https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/8u312%2B7/bellsoft-jre8u312+7-windows-amd64-full.msi

//Java 17 卸载你现在的 Java,下载安装这个 Java:https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/17.0.10%2B13/bellsoft-jre17.0.10+13-windows-amd64-full.msi

//Java 16 卸载你现在的 Java,下载安装这个 Java:https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/16.0.2%2B7/bellsoft-jre16.0.2+7-windows-amd64-full.msi

//Java 8u51 卸载你现在的 Java,下载安装这个 Java:https://cdn.crashmc.com/https://github.com/frekele/oracle-java/releases/download/8u51-b16/jre-8u51-windows-x64.exe

//Java 11 卸载你现在的 Java,下载安装这个 Java:https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/11.0.13%2B8/bellsoft-jre11.0.13+8-windows-amd64-full.msi

//Java 17 (不卸载) 先退出启动器,然后下载安装这个 Java:https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/17.0.10%2B13/bellsoft-jre17.0.10+13-windows-amd64-full.msi

//Java 16 (不卸载) 先退出启动器,然后下载安装这个 Java:https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/16.0.2%2B7/bellsoft-jre16.0.2+7-windows-amd64-full.msi

//Java 8u51 (不卸载) 先退出启动器,然后下载安装这个 Java:https://cdn.crashmc.com/https://github.com/frekele/oracle-java/releases/download/8u51-b16/jre-8u51-windows-x64.exe

//Java 8 u402 (不卸载) 先退出启动器,然后下载安装这个 Java:https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/8u402%2B7/bellsoft-jre8u402+7-windows-amd64-full.msi

//Java 8u312 (不卸载) 先退出启动器,然后下载安装这个 Java:https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/8u312%2B7/bellsoft-jre8u312+7-windows-amd64-full.msi

//Java 11 (不卸载) 先退出启动器,然后下载安装这个 Java https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/11.0.13%2B8/bellsoft-jre11.0.13+8-windows-amd64-full.msi

//Java 16 (含调整游戏设置) 先退出启动器,然后下载安装这个 Java,https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/16.0.2%2B7/bellsoft-jre16.0.2+7-windows-amd64-full.msi 然后在启动器中按图里的操作顺序把 Java 路径改成 16.0.2 版本 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-05/jGd3akLJRP0me0b7.png

//Java 8u51 (含调整游戏设置) 先退出启动器,然后下载安装这个 Java,https://cdn.crashmc.com/https://github.com/frekele/oracle-java/releases/download/8u51-b16/jre-8u51-windows-x64.exe 然后在启动器中按图里的操作顺序把 Java 路径改成 1.8.0_51 版本 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-05/jGd3akLJRP0me0b7.png

//Java 8 u402 (含调整游戏设置) 先退出启动器,然后下载安装这个 Java,https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/8u402%2B7/bellsoft-jre8u402+7-windows-amd64-full.msi 然后在启动器中按图里的操作顺序把 Java 路径改成 1.8.0_372 版本 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-05/jGd3akLJRP0me0b7.png

//Java 8u312 (含调整游戏设置) 先退出启动器,然后下载安装这个 Java,https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/8u312%2B7/bellsoft-jre8u312+7-windows-amd64-full.msi 然后在启动器中按图里的操作顺序把 Java 路径改成 1.8.0_312 版本 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-05/jGd3akLJRP0me0b7.png

//Java 11 (含调整游戏设置) 先退出启动器,然后下载安装这个 Java,https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/11.0.13%2B8/bellsoft-jre11.0.13+8-windows-amd64-full.msi 然后在启动器中按图里的操作顺序把 Java 路径改成 11.0.13 版本 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-05/jGd3akLJRP0me0b7.png

//Java 17 (含调整游戏设置) 先退出启动器,然后下载安装这个 Java,https://cdn.crashmc.com/https://github.com/bell-sw/Liberica/releases/download/17.0.10%2B13/bellsoft-jre17.0.10+13-windows-amd64-full.msi 然后在启动器中按图里的操作顺序把 Java 路径改成 17.0.10 版本 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-05/jGd3akLJRP0me0b7.png

//PCL2 截图 然后先在上面的设置里刷新 Java,然后在版本设置里把 Java 版本改成 https://img.kookapp.cn/assets/2023-07/KtZXhfE6au1an0qv.png https://img.kookapp.cn/assets/2023-07/zZiKyOmGsu1an0r1.png https://img.kookapp.cn/assets/2023-07/ugor9ivtNf1am0r5.png

//bellsoft-jre8u392+6-windows-amd64-full.msi https://img.kookapp.cn/attachments/2023-09/23/650ef59301954

//bellsoft-jre17.0.8+7-windows-amd64-full.msi https://img.kookapp.cn/attachments/2023-09/23/650ef597c1356

//bellsoft-jre11.0.13+8-windows-amd64-full.msi https://img.kookapp.cn/attachments/2023-09/23/650ef5b85137d

//bellsoft-jre8u392+9-windows-amd64-full.msi https://img.kookapp.cn/attachments/2023-11/10/654e3f3aee5ee

//bellsoft-jre17.0.9+11-windows-amd64-full.msi https://img.kookapp.cn/attachments/2023-11/10/654e3f3b47c7f

Optifine

//java.lang.NoSuchMethodError: 'java.lang.String com.mojang.blaze3d.systems.RenderSystem.getBackendDescription()' 1.20 的 Forge 和 OptiFine 不兼容

//java.lang.NoSuchMethodError: 'net.minecraft.network.chat.FormattedText net.minecraft.client.gui.Font.ellipsize(net.minecraft.network.chat.FormattedText, int)' 升级 OptiFine 到 1.19.3 I2 pre5 版本

//'void net.minecraft.server.level.DistanceManager.addRegionTicket(net.minecraft.server.level.TicketType, net.minecraft.world.level.ChunkPos, int, java.lang.Object, boolean)' 升级 OptiFine 到 1.18.2 H9 pre3 版本

升级 OptiFine 到 1.19.4 I3 版本

升级 OptiFine 到 1.12.2 G6 pre1 版本

升级 OptiFine 到 1.7.10 E7 版本

不要装 OptiFine

不要装 OptiFine 和 OptiFabric

//Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector OnisOnLadder(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/LivingEntity;)Z in performant.mixins.json:entity.LivingEntityMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap performant.refmap.json performant 和 optifine 冲突

不要在启动器里的自动安装界面装 OptiFine https://img.kookapp.cn/attachments/2023-05/19/3fLwoleY2Q0mq0e4.png

先把在启动器里的自动安装界面装的 OptiFine 去掉,然后下载这个 OptiFine https://optifine.net/adloadx?f=preview_OptiFine_1.20.1_HD_U_I6_pre6.jar ,然后把它放进游戏文件夹里的 mods 文件夹里 https://img.kookapp.cn/attachments/2023-05/19/3fLwoleY2Q0mq0e4.png https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-03/t5TMrzrjWD0990co.png

方法文章

//《如何判断forge/fabric mod》 https://www.yuque.com/yuqueyonghu9mm5ml/rinkore28/eukqdrislw0rhs2q?singleDoc#

//在电脑上屏幕截图的5种方式 https://zhuanlan.zhihu.com/p/92074446

//如何查看win7系统中CPU的型号 https://jingyan.baidu.com/article/fec7a1e518a8405091b4e73d.html

//Win10如何查看内存条的大小 电脑内存多大怎么看 https://jingyan.baidu.com/article/4f34706e058f5ee387b56d3f.html

//Win10防火墙怎么关闭?Win10关闭防火墙设置方法 (适用于 Windows 7) https://product.pconline.com.cn/itbk/software/win10/1502/6104698.html

//光影教程 https://www.bilibili.com/video/BV15r4y1e7Yf

联机教程:https://bilibili.com/search?keyword=Minecraft%E8%81%94%E6%9C%BA

装这个 mod https://www.mcmod.cn/class/2754.html,然后开局域网联机的时候把正版验证关了

//📶 (一定要私信使用,不要公共场合发!) https://zkitefly.github.io/t

//樱花 FRP 文档 https://doc.natfrp.com/

//nvidia 驱动 你试一下装这个驱动 https://cn.download.nvidia.com/Windows/391.35/391.35-notebook-win8-win7-64bit-international-whql.exe

https://play.mcmod.cn/

//三四代酷睿核显驱动 https://downloadmirror.intel.com/30382/a08/win64_15.36.5180.exe

//AMD 显卡驱动 下载安装这个 AMD 显卡驱动:https://www.amd.com/en/support/kb/release-notes/rn-rad-win-22-5-1 https://img.kookapp.cn/assets/2023-06/VoQjjMQlTg0x905x.png

//看显卡型号教程 你用的什么显卡?发个截图(看显卡型号教程:https://jingyan.baidu.com/article/9080802219bcfcbc91c80fe0.html)

//离线多人修正 (MultiOfflineFix) https://www.mcmod.cn/class/10643.html

//Oculus https://www.mcmod.cn/class/5741.html

Intel 显卡驱动列表:https://www.intel.cn/content/www/cn/zh/support/articles/000090440/graphics.html

你先登录一下 Minecraft 官网 https://www.minecraft.net/zh-hans/login 然后截个图看看

Mod 问题

//Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available 装 Night Config Fixes Mod https://www.mcmod.cn/class/9007.html

安装 Night Config Fixed Plus:https://img.kookapp.cn/attachments/2023-08/25/64e875be6c92e.jar

//RenderLib (EntityCulling 的前置) java.lang.NoClassDefFoundError: meldexun/asmutil/transformer/clazz/AbstractClassTransformer 装这个 mod https://www.mcmod.cn/class/6898.html

客户端和服务端 mod 不匹配

你装了两个

把 文件名前面加个英文的感叹号 !

你装的 不是给 1. 用的

Mod 文件名前面至少带一个英文字母

找卖你挂的人

试一下不要装

升级这个 mod

装这个 mod

炸师傅做(修复)的 Mod

////////炸师傅提供的列表:https://img.kookapp.cn/assets/2023-06/M3DtHZEABo06s0nr.png

//////-1.7.10

////-AlOOBE_LoadController

////CME_SoundManager

//////-1.12.2

////-CCE_UTBlockFireMixin https://img.kookapp.cn/attachments/2023-07/30/64c5f432b7840.jar //@空贝塔 装上面这个 mod | 哥哥救我

////-CME_EntityAlTasks

////-CME_GuiSubtitleOverlay //CME_GuiSubtitleOverlay-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-01/21/63cb47c1e8706.jar //@减肥中的刘青云 你试一下装这个 mod | 游戏非正常退出,打不开

////-CME_LightHandler //CME_LightHandler-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-05/25/646f0bcd63753.jar //@昭和之约 你试一下装这个 mod | 你把 pixel radar 发一下

////-CME_SoundManager

////-CME_WizardData

////-CME_World //CME_World-1.1-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-05/01/644f27c9105d9.jar //@Demons 你试一下装这个 mod | 我不知道这样算不算违反协议

////-IOOBE_WorldGenSchematicTree

////-NPE_RandomHelper

//////-1.16.5

////-CME_TemplateManager //CME_TemplateManager-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-06/16/648c567d5eb29.jar //@qinghe 你试一下装这个 mod | 改了一下机器后我一个人在服里没事,朋友进来就崩了(这个报错不一样

////-CCE_HelpingHerds

////-CME_DynamicLightingEngine //CME_DynamicLightingEngine-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-05/21/646a22ca7dc72.jar //@Mr.鱼儿 试一下装这个 mod | 大佬,所以Inertia Client有支持forge 1.16.5的吗

////-CME_DynamicLightsReforged

////-CME_FABFunctions //CME_FABFunctions-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-03/24/641d8c13ed43c.jar //@lishuo1 你试一下装这个 mod | pcl 自己写了个 wrapper

////-CME_IServerWorld //CME_IServerWorld-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-01/25/63d0b454b9892.jar //@saas 你试一下装这个 mod | 盲猜一手被杀毒软件干掉了

////-CME_SoundEngine //CME_SoundEngine-1.2-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-04/12/64368cc389aba.jar //@Sneke 试一下装这个 mod | 把 Minecraft 原生的 Map 替换为 ConcurrentHashMapWithNullKey

////-IAE_TemptGoal //IAE_TemptGoal-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-06/10/64844c545f059.jar //@时因 试一下装这个 mod | 传送也没事

////-NPE_EntityRendererManager //NPE_EntityRendererManager-1.3-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-05/24/646d90918c1a2.jar //@墨竹 试一下装这个 mod | 我这边启动后一直卡这里了。。

////-NPE_FluffyDandelionFlowerBlock //NPE_FluffyDandelionFlowerBlock-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-03/14/641074ebc5af7.jar //@宸宸 你试一下装这个 mod | 我是在服务器里崩的,我装这个能用不

////-NPE_ZombieEntity //NPE_ZombieEntity-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-03/28/6422e912f0384.jar //@Enchanted 你试一下装这个 mod | 好了,我那个人70%的几率跑路了,很正常

////-CME_LivingRenderer //CME_LivingRenderer-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-06/11/648536214eb77.jar //@smallpox 你试一下装这个 mod | 又搓模组了qwq

//////-1.17.1

////-NightConfigFixes //NightConfigFixes-v3.0.2-1.17.1-Forge.jar https://img.kookapp.cn/attachments/2023-04/27/644950a75de00.jar //@fmtt1 你试一下装这个 mod | 室友说在不关灯睡觉就要被撅屁股了

////-NPE_NbtHelper //NPE_NbtHelper-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-04/09/64327078c9442.jar //@chiyu 你试一下装这个 mod | 前一个你试一下把你现在的 HMCL 替换成从 #✔️启动器下载 里下载的稳定版并且把扩展名从 .exe 改成 .jar

//////-1.18.1

////-CCE_VoidShadowEntity //CCE_VoidShadowEntity-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-02/28/63fd6a64bdf86.jar //@阿②背斯 你试一下装这个 mod | 原来的 mod 不需要动

////-NPE_DimensionType //NPE_DimensionType-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-04/18/643e8214498e1.jar //@夜玖 你试一下装这个 mod | 不同的显卡驱动版本都试试

//////-1.18.2

////-CME_SoundSystem

////-NPE_ArrowProjectileMixin

////NPE_BannerRenderer //NPE_BannerRenderer-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-06/10/64847640a0883.jar //@玻璃 试一下装这个 mod | 不会崩档了!谢谢大佬!

////-NPE_MixinSoundEngine

//////-1.19.2

////AIOOBE_FontStorage //AIOOBE_FontStorage-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-06/08/6481e043c0433.jar //@墨竹 试一下装这个 mod | 炸鸭师傅现场写mod修崩溃

////-CME_GoalSelector

//////-1.19.4

////NPE_ChainBlock //NPE_ChainBlock-1.0-SNAPSHOT.jar https://img.kookapp.cn/attachments/2023-07/25/64bfe575db434.jar //@nonoandyesyes 装上面这个 mod | 粗略看了一眼,配方出问题应该可以用kubejs解决

https://img.kookapp.cn/assets/2023-06/6129mJFqtL0mq0e6.png

其他

//Failed to find service port for display 先开一个浏览器全屏,然后开游戏,游戏窗口没弹出来之前迅速切到全屏游览器界面,等估计差不多游戏窗口已经弹出来之后切回游戏,有几率能成功

将下载下来的模组文件拖动至模组管理页进行安装 https://img.kookapp.cn/assets/2023-04/SuAn2sjIow0md0b6.png https://img.kookapp.cn/assets/2023-05/exR4qHfDm40mq0e6.png

不要用 OpenJ9 启动游戏

游戏用户名只能用字母数字下划线

把 HMCL 放在除了「桌面」「下载」「文稿」之外的有权限的地方

升级显卡驱动

用 #✔️启动器下载 里的快照版 HMCL 启动器

远程控制软件:https://newdl.todesk.com/windows/ToDesk_Lite.exe

远程控制软件:https://www.todesk.com/download.html

远程控制软件:https://sunlogin.oray.com/download

你介意我远程控制你电脑么

请求管理员权限的时候你选的 是 还是 否

游戏用户名最长 16 个字符

你这个崩溃能稳定出现吗

日志里没有任何有效报错

游戏未响应吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment