本帖最后由 佳佳的鱼 于 2021-12-31 19:52 编辑
报错信息:
WARNING: coremods are present:
HCASM ([神秘6]ThaumcraftAddon-thaumicenergisticsThaumicAdditionsPre-HammerLib-1.12.2-2.0.6.15.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
ForgelinPlugin ([前置]Forgelin-1.8.2.jar)
MekanismCoremod ([通用机械]Tech-Mekanism-1.12.2-9.8.3.390.jar)
AnotherCommonBugFix ([通用修复]AnotherCommonBugFix-1.1.0-1.12.2.jar)
Contact their authors BEFORE contacting forge
报错信息:
WARNING: coremods are present:
HCASM ([神秘6]ThaumcraftAddon-thaumicenergisticsThaumicAdditionsPre-HammerLib-1.12.2-2.0.6.15.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
ForgelinPlugin ([前置]Forgelin-1.8.2.jar)
MekanismCoremod ([通用机械]Tech-Mekanism-1.12.2-9.8.3.390.jar)
AnotherCommonBugFix ([通用修复]AnotherCommonBugFix-1.1.0-1.12.2.jar)
Contact their authors BEFORE contacting forge
上传完整的log/latest.txt
上传后台日志文件
Flower_胡子 发表于 2021-12-31 18:39
上传完整的log/latest.txt
已经上传日志了
Qingraw 发表于 2021-12-31 19:37
上传后台日志文件
老哥,已经上传日志了
佳佳的鱼 发表于 2021-12-31 19:43
老哥,已经上传日志了
这个文件发下E:\mc\魔\服务端\.\crash-reports\crash-2021-12-31_18.55.00-server.txt
Qingraw 发表于 2021-12-31 19:43
这个文件发下E:\mc\魔\服务端\.\crash-reports\crash-2021-12-31_18.55.00-server.txt
老哥,上传了
佳佳的鱼 发表于 2021-12-31 19:48
老哥,上传了
服务端根目录找到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
然后服务端根目录下找到world目录内找到SuperiorWorld文件夹在打开region文件夹,删除“r.-3.2.mca”文件反正就是一个物品id为253方块导致崩溃我觉得应该好好检查你是否漏ban物品啥的,对了删了区块会导致这个区域数据丢失,建议给予这个区域玩家一定补偿
https://www.jianshu.com/p/91661ddcaf50
Qingraw 发表于 2021-12-31 19:54
服务端根目录找到config目录下的forge.cfg文件并打开
# Set this to true to remove any Entity that ...
好的 我去试试
Qingraw 发表于 2021-12-31 19:54
服务端根目录找到config目录下的forge.cfg文件并打开
# Set this to true to remove any Entity that ...
删除这个文件之后,是只要有区块有253这个方块,就会清除这个区块吗?
- at com.zeitheron.hammercore.asm.McHooks.tickTile(McHooks.java:38)
疑似ic2和锤子核心冲突
可以尝试移除锤子核心有关MOD或尝试楼上的方法
https://www.mcbbs.net/thread-1241132-1-1.html
修复错误区块/实体插件
- Name: ic2:crop // ic2.core.crop.TileEntityCrop
- Block type: ID #253 (ic2.te // ic2.core.block.BlockTileEntity // ic2:te)
- Block data value: 11 / 0xB / 0b1011
- Block location: World: (-1204,100,1195), Chunk: (at 12,6,11 in -76,74; contains blocks -1216,0,1184 to -1201,255,1199), Region: (-3,2; contains chunks -96,64 to -65,95, blocks -1536,0,1024 to -1025,255,1535)
- Actual block type: ID #253 (ic2.te // ic2.core.block.BlockTileEntity // ic2:te)
- Actual block data value: 11 / 0xB / 0b1011
佳佳的鱼 发表于 2021-12-31 20:00
删除这个文件之后,是只要有区块有253这个方块,就会清除这个区块吗?
不,是这个区域会整个重置
Qingraw 发表于 2021-12-31 20:09
不,是这个区域会整个重置
好的,我没删除这个文件,服务器也可以了,感谢
佳佳的鱼 发表于 2021-12-31 20:14
好的,我没删除这个文件,服务器也可以了,感谢
就是他两冲突产生了错误实体,所以可以选择开启forge自带的清除功能