【1.12.2】sponge核心下报错
1677883418 opened this issue · 1 comments
作者大大我非常喜欢您的mod,但是服务器sponge核心更新最新版本后,后台就会一直刷报错,经人指点后就来这里反馈问题。错误报告如下:
https://paste.ubuntu.com/p/s9x57JHXpr/
文字版:
[13:50:38] [Server thread/ERROR] [Sponge]: //
[13:50:38] [Server thread/ERROR] [Sponge]: //
[13:50:38] [Server thread/ERROR] [Sponge]: /* Exception trying to process over a phase! /
[13:50:38] [Server thread/ERROR] [Sponge]: //
[13:50:38] [Server thread/ERROR] [Sponge]: / State : Block{EntityCollision} /
[13:50:38] [Server thread/ERROR] [Sponge]: / PhaseContext : /
[13:50:38] [Server thread/ERROR] [Sponge]: / - Source: EntityChair['Chair'/274, l='plotworld', x=19.50, y=65.00, z=14.50] /
[13:50:38] [Server thread/ERROR] [Sponge]: / - DamageSource: null /
[13:50:38] [Server thread/ERROR] [Sponge]: / Stacktrace: /
[13:50:38] [Server thread/ERROR] [Sponge]: / java.lang.IllegalStateException: /
[13:50:38] [Server thread/ERROR] [Sponge]: / Intended to capture dropped item /
[13:50:38] [Server thread/ERROR] [Sponge]: / entities! Please analyze the current /
[13:50:38] [Server thread/ERROR] [Sponge]: / phase context. /
[13:50:38] [Server thread/ERROR] [Sponge]: / org.spongepowered.common.event.tracking.TrackingUtil.lambda$throwWithContext$4(TrackingUtil.java:384) /
[13:50:38] [Server thread/ERROR] [Sponge]: / org.spongepowered.common.event.tracking.PhaseContext.getCapturedItems(PhaseContext.java:406) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.WorldServer.func_175647_a(WorldServer.java:4810) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.World.func_72872_a(World.java:3068) /
[13:50:38] [Server thread/ERROR] [Sponge]: / com.github.tartaricacid.touhoulittlemaid.entity.item.EntityChair.func_85033_bc(EntityChair.java:95) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.entity.EntityLivingBase.redirect$zec000$impl$runCollisions(EntityLivingBase.java:4734) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2396) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.entity.EntityLivingBase.TickCentral_TrueOnUpdateTick(EntityLivingBase.java:2179) /
[13:50:38] [Server thread/ERROR] [Sponge]: / com.github.terminatornl.tickcentral.api.TickHub.trueOnUpdate(TickHub.java:56) /
[13:50:38] [Server thread/ERROR] [Sponge]: / com.github.terminatornl.laggoggles.Main.redirectOnUpdate(Main.java:102) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java) /
[13:50:38] [Server thread/ERROR] [Sponge]: / org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.WorldServer.redirect$zlj000$onCallEntityUpdate(WorldServer.java:4738) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.World.func_72866_a(World.java:1996) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.World.func_72870_g(World.java:1958) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.World.func_72939_s(World.java:1762) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3928) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) /
[13:50:38] [Server thread/ERROR] [Sponge]: / java.lang.Thread.run(Unknown Source) /
[13:50:38] [Server thread/ERROR] [Sponge]: //
[13:50:38] [Server thread/ERROR] [Sponge]: //
[13:50:38] [Server thread/ERROR] [Sponge]: / Exception occurred during a PhaseState /
[13:50:38] [Server thread/ERROR] [Sponge]: //
[13:50:38] [Server thread/ERROR] [Sponge]: / Sponge's tracking system makes a best /
[13:50:38] [Server thread/ERROR] [Sponge]: / effort to not throw exceptions randomly /
[13:50:38] [Server thread/ERROR] [Sponge]: / but sometimes it is inevitable. In most /
[13:50:38] [Server thread/ERROR] [Sponge]: / cases, something else triggered this /
[13:50:38] [Server thread/ERROR] [Sponge]: / exception and Sponge prevented a crash /
[13:50:38] [Server thread/ERROR] [Sponge]: / by catching it. The following stacktrace /
[13:50:38] [Server thread/ERROR] [Sponge]: / can be used to help pinpoint the cause. /
[13:50:38] [Server thread/ERROR] [Sponge]: /***********************************************************************************************************/
[13:50:38] [Server thread/ERROR] [Sponge]: / The PhaseState having an exception: Tick{Entity} /
[13:50:38] [Server thread/ERROR] [Sponge]: / The PhaseContext: /
[13:50:38] [Server thread/ERROR] [Sponge]: / org.spongepowered.asm.util.PrettyPrinter@73460f01 /
[13:50:38] [Server thread/ERROR] [Sponge]: / /
[13:50:38] [Server thread/ERROR] [Sponge]: / StackTrace : /
[13:50:38] [Server thread/ERROR] [Sponge]: / java.lang.IllegalStateException: /
[13:50:38] [Server thread/ERROR] [Sponge]: / Intended to capture dropped item /
[13:50:38] [Server thread/ERROR] [Sponge]: / entities! Please analyze the current /
[13:50:38] [Server thread/ERROR] [Sponge]: / phase context. /
[13:50:38] [Server thread/ERROR] [Sponge]: / org.spongepowered.common.event.tracking.TrackingUtil.lambda$throwWithContext$4(TrackingUtil.java:384) /
[13:50:38] [Server thread/ERROR] [Sponge]: / org.spongepowered.common.event.tracking.PhaseContext.getCapturedItems(PhaseContext.java:406) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.WorldServer.func_175647_a(WorldServer.java:4810) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.World.func_72872_a(World.java:3068) /
[13:50:38] [Server thread/ERROR] [Sponge]: / com.github.tartaricacid.touhoulittlemaid.entity.item.EntityChair.func_85033_bc(EntityChair.java:95) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.entity.EntityLivingBase.redirect$zec000$impl$runCollisions(EntityLivingBase.java:4734) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2396) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.entity.EntityLivingBase.TickCentral_TrueOnUpdateTick(EntityLivingBase.java:2179) /
[13:50:38] [Server thread/ERROR] [Sponge]: / com.github.terminatornl.tickcentral.api.TickHub.trueOnUpdate(TickHub.java:56) /
[13:50:38] [Server thread/ERROR] [Sponge]: / com.github.terminatornl.laggoggles.Main.redirectOnUpdate(Main.java:102) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java) /
[13:50:38] [Server thread/ERROR] [Sponge]: / org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.WorldServer.redirect$zlj000$onCallEntityUpdate(WorldServer.java:4738) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.World.func_72866_a(World.java:1996) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.World.func_72870_g(World.java:1958) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.World.func_72939_s(World.java:1762) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3928) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) /
[13:50:38] [Server thread/ERROR] [Sponge]: / net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) /
[13:50:38] [Server thread/ERROR] [Sponge]: / java.lang.Thread.run(Unknown Source) /
[13:50:38] [Server thread/ERROR] [Sponge]: / /
[13:50:38] [Server thread/ERROR] [Sponge]: / Minecraft : 1.12.2 /
[13:50:38] [Server thread/ERROR] [Sponge]: / SpongeAPI : 7.2.0-d871149cb /
[13:50:38] [Server thread/ERROR] [Sponge]: / Sponge : 1.12.2-7.2.2 /
[13:50:38] [Server thread/ERROR] [Sponge]: / SpongeForge : 1.12.2-2838-7.2.2 /
[13:50:38] [Server thread/ERROR] [Sponge]: / Minecraft Forge : 14.23.5.2854