We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
arclight-1.20.1-1.0.5-1a8925b
OS Windows Server 2022 arch amd64 version 10.0; java graalvm-jdk-17.0.11+7.1
无
Arclight/arclight-common/src/main/java/io/izzel/arclight/common/mixin/core/network/ServerPlayNetHandlerMixin.java
Lines 1873 to 1901 in b2cde4a
Set<RelativeMovement> relativeSet
relativeSet.clear()
UnsupportedOperationException
No response
https://mclo.gs/RQzBQv9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请确认您已完成以下几件事
Arclight 版本
arclight-1.20.1-1.0.5-1a8925b
Java 版本 | 操作系统
OS Windows Server 2022 arch amd64 version 10.0; java graalvm-jdk-17.0.11+7.1
相关 Mod/插件 的名称及版本
错误描述
Arclight/arclight-common/src/main/java/io/izzel/arclight/common/mixin/core/network/ServerPlayNetHandlerMixin.java
Lines 1873 to 1901 in b2cde4a
此处传入的
Set<RelativeMovement> relativeSet
可能为不可变集合,比如旁观者模式下通过快捷键观战他人调用的setCamera方法(如下图),如果此时试图将传送事件取消调用relativeSet.clear()
,则会触发UnsupportedOperationException
导致服务器崩溃已自行尝试解决 修改并编译了一份后,问题不再出现
粗看了一下其他版本可能也有相同问题(?),但是没有尝试过
复现步骤
No response
报错信息
https://mclo.gs/RQzBQv9
复现用压缩包下载链接(可选)
No response
The text was updated successfully, but these errors were encountered: