Skip to content
New issue

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

优化崩溃检测 #4980

Closed
2 tasks done
MCSteve123 opened this issue Oct 19, 2024 · 2 comments
Closed
2 tasks done

优化崩溃检测 #4980

MCSteve123 opened this issue Oct 19, 2024 · 2 comments
Labels
· 优化 完成 已被处理,将在下次更新之后生效 🟨 中 优先度:中

Comments

@MCSteve123
Copy link

检查项

描述

一个简单的模组无前置错误,但PCL没有发现……
我不知道投bug还是投优化,干脆投优化算了
附件:
错误报告-2024-10-19_19.40.31.zip
image

原因

崩溃检测的问题

@MCSteve123 MCSteve123 added · 优化 新提交 需要社区初步确认其有效的新提交 labels Oct 19, 2024
@wuliaodexiaoluo
Copy link
Contributor

[19:40:22] [main/ERROR]: Incompatible mods found!
net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other!
ȷ����һ�ֿ��ܵĽ�����������������ܻ���������⣺
	 - ��װ yet_another_config_lib_v3������汾��?
������Ϣ��
	 - ģ�� 'AcryliCraft' (acrylic) 1.6.4 ��Ҫ yet_another_config_lib_v3 �� ����汾����û�а�װ����?

VSCode 显示日志乱码严重,初步判断为乱码导致检测有误

@SuoHouDaiShi
Copy link

[19:40:22] [main/ERROR]: Incompatible mods found!
net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other!
ȷ����һ�ֿ��ܵĽ�����������������ܻ���������⣺
	 - ��װ yet_another_config_lib_v3������汾��?
������Ϣ��
	 - ģ�� 'AcryliCraft' (acrylic) 1.6.4 ��Ҫ yet_another_config_lib_v3 �� ����汾����û�а�װ����?

VSCode 显示日志乱码严重,初步判断为乱码导致检测有误

使用记事本打开日志时未出现乱码,记事本显示latest.log正在使用 ANSI 编码。
图片

所谓的 ANSI 编码,其实就是:

ANSI 编码在不同的 Windows 系统中指代的是一种基于 ASCII 的扩展编码,用于表示各种字符,包括中文字符。不同的 Windows 系统可能会使用不同的 ANSI 编码页来表示特定字符集。

关于你提到的问题,VSCode 和记事本在处理编码时有所不同。VSCode 默认使用 UTF-8 编码来处理文本文件,而记事本默认使用系统的 ANSI 编码。如果你的日志文件是使用 ANSI 编码保存的,记事本可以正确读取和显示,而 VSCode 由于期望文件是 UTF-8 编码,可能会将中文字符错误地显示为 Unicode 替换码。

@LTCatt LTCatt added 处理中 开发者正在调查或处理该项 🟨 中 优先度:中 and removed 新提交 需要社区初步确认其有效的新提交 labels Oct 20, 2024
@LTCatt LTCatt closed this as completed Nov 4, 2024
@HexDragon-Bot HexDragon-Bot added 完成 已被处理,将在下次更新之后生效 and removed 处理中 开发者正在调查或处理该项 labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
· 优化 完成 已被处理,将在下次更新之后生效 🟨 中 优先度:中
Projects
None yet
Development

No branches or pull requests

5 participants