Paper 服务端的非 Bug 报错问题?
本帖最后由 Monutchuan 于 2024-2-24 22:27 编辑本帖已申请悬赏退回,请勿作答
这是 Paper 服务端独有的吗?遇见一个卡顿就会报错一大堆,控制台被这个东西严重刷屏,无法正常阅读。
: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
: The server has not responded for 10 seconds! Creating thread dump
: ------------------------------
: Server thread dump (Look for plugins here before reporting to Paper!):
本帖最后由 Ringeal007 于 2024-2-23 18:08 编辑
这个报错看起来不是什么特别严重的错误,毕竟上面写着“THIS IS NOT BUG”什么的……
你可以尝试通过文本编辑器打开服务器的日志文件(.log文件),通过你的文本编辑器屏蔽掉这些无意义的报错文本。
(后续编辑)
我在 GitHub 上搜索到了三个 Issue:
Server thread dump · Issue #3055 · PaperMC/Paper (github.com)
DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH
You overloaded your server. If asynchronous file I/O overloads the entire JVM, you just need a better machine. Not a paper issue.
(您的服务器过载。如果异步文件 I/O 使整个 JVM 过载,您只需要一台更好的机器。不是 Paper 服务器的问题。)
Server Thread Dump · Issue #5305 · PaperMC/Paper (github.com)
You both cut out the "DO NOT REPORT THIS TO PAPER" line as well as are using an unsupported version. Nice.(你们俩都删掉了“DO NOT REPORT THIS TO PAPER”这行,并且使用了不受支持的版本。牛逼。)
Server thread dump · Issue #2070 · PaperMC/Paper (github.com)
It appears as if your server is running behind on chunk generation.(看起来好像您的服务器在区块生成方面落后了。)
尝试:
更换一个读写速度更快的硬盘
使用受支持的版本,确保使用最新的正式版或者 bug 最少的维护版
给 Paper 程序分配更多的内存空间 更换其他的硬件 问题已自行解决,解决办法:
更换更稳定的服务端核心,如 CraftBukkit、普通 Sp 等而不是 Paper,即可解决后台频繁刷报错问题。
页: [1]