- 客户端ModLoader以及版本
- Fabric 2.2.5
- 服务端核心版本
- 1.21.8
问题描述
启动游戏时,ArcartX 的扩展管理器(Extension Manager)在读取扩展配置文件时抛出 UnrecognizedPropertyException,提示未知字段 "name"。错误发生在 arcartx00000o000oo000o0o0o00o0oo0000o000000o0o00o00oo0oo0ooo00o0o00 类的 JSON 反序列化过程中,导致部分扩展功能未能加载。
[18:40:29] [Render thread/ERROR]: [EXTENSION_MANAGER] An error occurred when reading the extended configuration
priv.seventeen.artist.arcartx.shadow.com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "name" (class ...), not marked as ignorable (0 known properties: ])
at [Source: REDACTED; line: 2, column: 13] ...
启动游戏时,ArcartX 的扩展管理器(Extension Manager)在读取扩展配置文件时抛出 UnrecognizedPropertyException,提示未知字段 "name"。错误发生在 arcartx00000o000oo000o0o0o00o0oo0000o000000o0o00o00oo0oo0ooo00o0o00 类的 JSON 反序列化过程中,导致部分扩展功能未能加载。
[18:40:29] [Render thread/ERROR]: [EXTENSION_MANAGER] An error occurred when reading the extended configuration
priv.seventeen.artist.arcartx.shadow.com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "name" (class ...), not marked as ignorable (0 known properties: ])
at [Source: REDACTED; line: 2, column: 13] ...