Rad586 / Forget-Me-Not

An immersive, artistic, yet performant modpack.
https://www.curseforge.com/minecraft/modpacks/forget-me-not
Creative Commons Zero v1.0 Universal
4 stars 0 forks source link

[Bug]: A mod crashed on startup 启动游戏崩溃 #85

Closed 1433223tan closed 2 months ago

1433223tan commented 2 months ago

Descripiton 简述

我在正常游玩时,无意间触发了真实物理的ui乱飞的功能(这是我后面去查了我才知道的),我不知道怎么解决,ui按键乱飞导致我查看不了信息,于是我重启游戏客户端,再打开的时候发现打不开了,一直崩溃,说是mod unaverage_tweaks的崩溃

Steps to reproduce. 复现问题的步骤

1.启用了Physics mod的ui物理功能. 2.重启了游戏 3.崩溃

Screenshots 截图

Snipaste_2024-08-19_23-54-57

Logs 日志

logs.zip 我不知道发哪个我干脆把我logs压缩包发你了

Rad586 commented 2 months ago

请发个日志文件。 日志文件位于游戏根目录的logs文件夹里。

Please send a file of game log. Game logs are located in logs folder, under the root directory of game.

image

Rad586 commented 2 months ago

另外,我记得把 physic 模组的那个彩蛋的按键改成了scancode.999,你的键盘上咋有这么个按键?? Also, iirc, I changed the gui physic keybind to scancode.999, how the heck did you trigger that??

1433223tan commented 2 months ago

我记得我在控制键位那利看到physic的gui还有一个什么功能在F6和F7两个我都按了,按出来gui我又关掉了,后面就这样了,我估计是F6和F7其中一个按键

1433223tan commented 2 months ago

请发个日志文件。 日志文件位于游戏根目录的文件夹里。logs

请发送游戏日志文件。游戏日志位于游戏根目录下的文件夹中。logs

图像

logs.zip

1433223tan commented 2 months ago

我不知道发哪个我把我logs文件夹整个给你

Rad586 commented 2 months ago

你可以搜索并发送unaverage_tweaks.json,发出来吗?它在config文件夹里。 Can you search and send unaverage_tweaks.json? It's in config folder.

1433223tan commented 2 months ago

你可以搜索并发送unaverage_tweaks.json,发出来吗?它在config文件夹里。 Can you search and send unaverage_tweaks.json? It's in config folder.

unaverage_tweaks.json 你看看是不是这个

Rad586 commented 2 months ago

不是。这个不是模组的配置文件,你发的是一个模组的代码。 如果这个就是在.minecraft\config下的文件,用这个替换它: unaverage_tweaks.json

Definitely no. It's not a config file, it's the code of a mod. If that's the thing under .minecraft\config, replace it with the file above.

1433223tan commented 2 months ago

不是。这个不是模组的配置文件,你发的是一个模组的代码。 如果这个就是在.minecraft\config下的文件,用这个替换它: unaverage_tweaks.json

Definitely no. It's not a config file, it's the code of a mod. If that's the thing under .minecraft\config, replace it with the file above.

谢谢作者大大,我已经可以正常启动游戏了,请问这是什么原因导致出游戏崩溃,让我知道确保我下次不会再出这种问题 Snipaste_2024-08-21_01-47-03

1433223tan commented 2 months ago

另外我使用的启动器是PCL2

Rad586 commented 2 months ago

我也不知道是什么原因...搞不懂为什么模组的配置文件会被写入明文代码。 Idk why either...