服务器实体错误导致崩溃 不知道是哪个mod或插件导致的 哪位大佬能帮帮我啊
自己解决不掉了
需要什么报告直接联系我qq:2638804517或者给我你的QQ 感谢各位大佬
crash-2020-01-13_17.00.27-server.txt
(32.11 KB, 下载次数: 4)
是冰与火之歌导致的
你可以用MCEdit清理一下实体
或打开forge配置文件的清理异常实体功能
可以参考
因为一个实体而造成的崩溃,想知道怎么查这个实体的区块
https://www.mcbbs.net/thread-938474-1-1.html
你可以用MCEdit清理一下实体
或打开forge配置文件的清理异常实体功能
可以参考
因为一个实体而造成的崩溃,想知道怎么查这个实体的区块
https://www.mcbbs.net/thread-938474-1-1.html
粘兽 发表于 2020-1-13 18:00
是冰与火之歌导致的
你可以用MCEdit清理一下实体
或打开forge配置文件的清理异常实体功能
十分感谢你的帮助
3112260977 发表于 2020-1-13 18:37
我的也崩溃了怎么办
同病相连
本帖最后由 a1294790523 于 2020-1-13 19:10 编辑
看起来很眼熟,这错误我翻源码修过来着....
是冰与火之歌的问题,试试这个我之前修复的版本吧
服务端安装即可
编译文件:https://c-t.work/s/9d560b478a0a4d
源代码:https://c-t.work/s/cd1c44c8999542
基于LGPL协议发布:
看起来很眼熟,这错误我翻源码修过来着....
是冰与火之歌的问题,试试这个我之前修复的版本吧
服务端安装即可
编译文件:https://c-t.work/s/9d560b478a0a4d
源代码:https://c-t.work/s/cd1c44c8999542
基于LGPL协议发布:
| GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. http://fsf.orgEveryone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions.As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License. “The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”. The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL.You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions.If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. |