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

关于WrapperInputPacket的报错 #72

Open
CoolMagic233 opened this issue Jun 17, 2023 · 3 comments
Open

关于WrapperInputPacket的报错 #72

CoolMagic233 opened this issue Jun 17, 2023 · 3 comments
Labels
bug | 漏洞 A serious error or loophole. Cannot Reproduce | 无法复现 I can't let this phenomenon happen again Low Priority | 低优先级 Developer's solution priority.

Comments

@CoolMagic233
Copy link

在已被关闭的issue中,已发现有用户反馈此报错,但未解决该问题
1.即使使用构建站最新的构建ncp和最新的pm1e-mot依然报错(已删除旧的配置文件)
2.循环报错下,客户端在默认世界交互会导致客户端异常崩溃
异常如下:
[ERROR] Throwing
java.lang.RuntimeException: java.lang.NoClassDefFoundError: Could not initialize class net.catrainbow.nocheatplus.feature.wrapper.WrapperInputPacket
at cn.nukkit.scheduler.ServerScheduler.mainThreadHeartbeat(ServerScheduler.java:243) [Nukkit-MOT-SNAPSHOT.jar:?]
at cn.nukkit.Server.tick(Server.java:1359) [Nukkit-MOT-SNAPSHOT.jar:?]
at cn.nukkit.Server.tickProcessor(Server.java:1090) [Nukkit-MOT-SNAPSHOT.jar:?]
at cn.nukkit.Server.start(Server.java:1058) [Nukkit-MOT-SNAPSHOT.jar:?]
at cn.nukkit.Server.(Server.java:775) [Nukkit-MOT-SNAPSHOT.jar:?]
at cn.nukkit.Nukkit.main(Nukkit.java:82) [Nukkit-MOT-SNAPSHOT.jar:?]
Caused by: java.lang.NoClassDefFoundError: Could not initialize class net.catrainbow.nocheatplus.feature.wrapper.WrapperInputPacket
at net.catrainbow.nocheatplus.checks.NCPTickTask.handleWrapperInputPacket(NCPTickTask.kt:44) ~[?:?]
at net.catrainbow.nocheatplus.checks.NCPTickTask.onRun(NCPTickTask.kt:35) ~[?:?]
at cn.nukkit.scheduler.Task.run(Task.java:52) ~[Nukkit-MOT-SNAPSHOT.jar:?]
at cn.nukkit.scheduler.TaskHandler.run(TaskHandler.java:99) ~[Nukkit-MOT-SNAPSHOT.jar:?]
at cn.nukkit.scheduler.ServerScheduler.mainThreadHeartbeat(ServerScheduler.java:240) ~[Nukkit-MOT-SNAPSHOT.jar:?]
... 5 more
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchMethodError: 'void kotlin.jvm.internal.MutablePropertyReference1Impl.(java.lang.Class, java.lang.String, java.lang.String, int)' [in thread "main"]
at net.catrainbow.nocheatplus.feature.wrapper.WrapperInputPacket.(WrapperInputPacket.kt:31) ~[?:?]
at net.catrainbow.nocheatplus.checks.NCPTickTask.handleWrapperInputPacket(NCPTickTask.kt:44) ~[?:?]
at net.catrainbow.nocheatplus.checks.NCPTickTask.onRun(NCPTickTask.kt:35) ~[?:?]
at cn.nukkit.scheduler.Task.run(Task.java:52) ~[Nukkit-MOT-SNAPSHOT.jar:?]
at cn.nukkit.scheduler.TaskHandler.run(TaskHandler.java:99) ~[Nukkit-MOT-SNAPSHOT.jar:?]
at cn.nukkit.scheduler.ServerScheduler.mainThreadHeartbeat(ServerScheduler.java:240) ~[Nukkit-MOT-SNAPSHOT.jar:?]
... 5 more

@Catrainbow233 Catrainbow233 added bug | 漏洞 A serious error or loophole. Confirmed | 已确认 Determine the existing problems. Medium Priority | 中优先级 Developer priority. labels Jun 17, 2023
@Catrainbow233
Copy link
Member

端午节集中修复

@Catrainbow233 Catrainbow233 added Cannot Reproduce | 无法复现 I can't let this phenomenon happen again Low Priority | 低优先级 Developer's solution priority. and removed Confirmed | 已确认 Determine the existing problems. Medium Priority | 中优先级 Developer priority. labels Jun 20, 2023
@Catrainbow233
Copy link
Member

最新版测试后无法复现,请再测试后若还有问题再反馈

@CoolMagic233
Copy link
Author

最新版测试后无法复现,请再测试后若还有问题再反馈

image
是否可以透露下你的复现环境,在保持最新的服务端软件和ncp的情况下,普通的客户端进入服务器依然出现此问题,最后导致服务器崩溃.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug | 漏洞 A serious error or loophole. Cannot Reproduce | 无法复现 I can't let this phenomenon happen again Low Priority | 低优先级 Developer's solution priority.
Projects
None yet
Development

No branches or pull requests

2 participants