S_森柏
本帖最后由 长者续命 于 2020-3-22 21:15 编辑

https://paste.dimdev.org/osahavojok.mccrash
这是VF的链接(但是我不知道为什么点进去是空白)
进存档没一会就崩,进一次崩一次






EmptyLava
试试在.minecraft/config文件夹中的forge.cfg
removeErroringEntities=false
removeErroringTileEntities=false
改为
removeErroringEntities=true
removeErroringTileEntities=true


结城希亚
Entity ID: 3605
Entity Name: 巫师
Entity's Exact location: 299.66, 25.00, -340.11
Entity's Block location: World: (299,25,-341)
Chunk: (at 11,1,11 in 18,-22; contains blocks 288,0,-352 to 303,255,-337)
Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)

可以看出这个world坐标299.66, 25.00, -340.11这个地方出错了
如果是资源世界你可以尝试删除这个地图的region对应的区块“r.-1,0”文件,或者直接清空
如果是建筑生存世界,可以把地图复制到单人,然后进去那个坐标再上传到服务器就没事了
如果你会的话,可以使用mcedit软件来专门对那个地方进行修补

在config文件夹里找到forge.cfg
把removeErroringEntities=false
removeErroringTileEntities=false
都改为true
开启自动清理错误实体功能

一个屑巫师导致你服务器崩溃,建议直接开启自动清理功能


S_森柏
御炎Roinflam 发表于 2020-3-22 21:23
Entity ID: 3605
Entity Name: 巫师
Entity's Exact location: 299.66, 25.00, -340.11

我是单人。