|
Obscure API(海灵物语前置)模组的锅,报错原因是资源路径中存在非法字符,具体一点就是风暴符文这个字符串中包含了非[a-z0-9/.-]的字符导致的崩溃。
net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:33) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lightspeed.mixins.json:misc.ResourceLocationMixin,pl:mixin:APP:ftblibrary-common.mixins.json:ResourceLocationMixin,pl:mixin:APP:ferritecore.mrl.mixin.json:ResourceLocationAccess,pl:mixin:APP:rhino-common.mixins.json:ResourceLocationMixin,pl:mixin:A}
还有个疑似原因是debugConsole 配置项的注释全部是空白(ForgeConfigSpec/核心 模块检测到的),而且curseforge上有评论指出了这个问题
评论原话:[10Nov2023 07:16:55.205] [modloading-worker-0/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Detected a comment that is all whitespace for config option debugConsole, which causes obscure bugs in Forge's config system and will cause a crash in the future. Please report this to the mod author.
My server has been throwing this error.
译文:[2023年11月10日 07:16:55.205] [modloading-worker-0/警告] [net.minecraftforge.common.ForgeConfigSpec/核心]: 检测到配置选项debugConsole的注释全部是空白,这会导致Forge的配置系统中出现难以察觉的错误,并且将来会导致崩溃。请向模组作者报告此问题。
我的服务器一直在抛出这个错误。 |
|