Meteor___
本帖最后由 1594425141 于 2019-4-7 15:29 编辑


2019-04-07-1.log.gz (157.33 KB, 下载次数: 4)

可rmb报酬

帕帕武
最重要的报错好像是protocol连接不到更新服务器
建议关闭protocol/config中的检测更新

Meteor___
g530775 发表于 2019-4-7 15:23
最重要的报错好像是protocol连接不到更新服务器
建议关闭protocol/config中的检测更新
...
  1. global:
  2.   # Settings for the automatic version updater
  3.   auto updater:
  4.     notify: false
  5.     download: false
  6.    
  7.     # Number of seconds to wait until a new update is downloaded
  8.     delay: 43200 # 12 hours

  9.   metrics: true
  10.   
  11.   # Automatically compile structure modifiers
  12.   background compiler: true
  13.   
  14.   # Disable version checking for the given Minecraft version. Backup your world first!
  15.   ignore version check:
  16.   
  17.   # Override the starting injecting method
  18.   injection method:
  19.   
  20.   # Whether or not to enable the filter command
  21.   debug: false
  22.   
  23.   # Whether or not to print a stack trace for every warning
  24.   detailed error: false
  25.   
  26.   # The engine used by the filter command
  27.   script engine: JavaScript
  28.   
  29.   suppressed reports:
复制代码

已经关闭了的

帕帕武

建议直接上传logs文件
这个直接复制粘贴的话论坛排版很不容易看的

Meteor___
g530775 发表于 2019-4-7 15:28
建议直接上传logs文件
这个直接复制粘贴的话论坛排版很不容易看的

好的 马上传

寒都科技服
用排查法!
先想想你最近一次加插件或者是改某项插件配置的时间

然后尝试删掉最新加入的插件或者更改后的配置文件

Meteor___
寒都科技服 发表于 2019-4-7 15:29
用排查法!
先想想你最近一次加插件或者是改某项插件配置的时间

报错中只有deluxmens和mypet的关键字
最近这俩没修改过

Meteor___
g530775 发表于 2019-4-7 15:28
建议直接上传logs文件
这个直接复制粘贴的话论坛排版很不容易看的

传了 麻烦帮忙看一下

帕帕武
我感觉并不是菜单和宠物的锅
而是服务端的锅
[Core] Task #3536608 for Core v0.2.0 generated an exception
java.lang.NoClassDefFoundError: net/crytec/shaded/json/JSONObject

这是服务端的启动文件json缺少或者有问题导致了崩溃
自从这个出来之后你服务器就开始卡了

Meteor___
g530775 发表于 2019-4-7 15:38
我感觉并不是菜单和宠物的锅
而是服务端的锅

启动文件json缺失? 核心损坏了吗

Meteor___
已解决!pet主线程访问mojangapi时导致的蹦