神楽咕咕
RT
https://paste.ubuntu.com/p/MmKhyvtgsx/
报错我都放在这个网站上了,不喜欢这个网站也可以下载文件


crash-2019-11-25_17.26.41-server.txt (57.59 KB, 下载次数: 3)

mohist
实体崩溃了!!!


错误实体ID:683
实体名称:wenrou(可能是玩家导致崩溃服务器)
崩溃世界:实体(玩家)所在世界
错误X/Y/Z坐标:-45.11, 63.00, 1030.48
错误region文件:-1,2

解决方案:删除有问题region文件
再将config文件夹中的forge.cfg配置文件中
找到这两个选项:
    # Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
    B:removeErroringEntities=true

    # Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
    B:removeErroringTileEntities=true
两个都设置true保存