SpongePowered / SpongeForge

A Forge mod that implements SpongeAPI
http://www.spongepowered.org/
MIT License
1.14k stars 306 forks source link

Failed to process all PhaseContext captured Error #2563

Closed Xwdit closed 5 years ago

Xwdit commented 5 years ago

I am currently running

Issue Description These errors displayed in the console `[17:50:10] [Server thread/ERROR] [Sponge]: /***/ [17:50:10] [Server thread/ERROR] [Sponge]: / Failed to process all PhaseContext captured! /

[17:50:10] [Server thread/ERROR] [Sponge]: / During the processing of a phase, certain objects were captured in a PhaseContext. All of them should have been removed from the PhaseContext by this point EntityPhase{}{DeathUpdateState} / [17:50:10] [Server thread/ERROR] [Sponge]: / PhaseContext : / [17:50:10] [Server thread/ERROR] [Sponge]: / - Source: EntityPlayerMP['cloudydog'/226158, l='DIM7', x=19428.30, y=28.00, z=12034.30] / [17:50:10] [Server thread/ERROR] [Sponge]: / - EntityItemEntityDrops: EntityItemEntityDropsSupplier{Captured=1} / [17:50:10] [Server thread/ERROR] [Sponge]: / - CapturedBlockPosition: CaptureBlockPos{pos=null, world=Optional.empty} / [17:50:10] [Server thread/ERROR] [Sponge]: / - DamageSource: null / [17:50:10] [Server thread/ERROR] [Sponge]: / Phases remaining : / [17:50:10] [Server thread/ERROR] [Sponge]: / - Phase: EntityPhase{}{DeathUpdateState} / [17:50:10] [Server thread/ERROR] [Sponge]: / Context: / [17:50:10] [Server thread/ERROR] [Sponge]: / - Source: EntityPlayerMP['cloudydog'/226158, l='DIM7', x=19428.30, y=28.00, z=12034.30] / [17:50:10] [Server thread/ERROR] [Sponge]: / - EntityItemEntityDrops: EntityItemEntityDropsSupplier{Captured=1} / [17:50:10] [Server thread/ERROR] [Sponge]: / - CapturedBlockPosition: CaptureBlockPos{pos=null, world=Optional.empty} / [17:50:10] [Server thread/ERROR] [Sponge]: / - DamageSource: null / [17:50:10] [Server thread/ERROR] [Sponge]: / - Phase: PlayerTickPhase / [17:50:10] [Server thread/ERROR] [Sponge]: / Context: / [17:50:10] [Server thread/ERROR] [Sponge]: / - Source: EntityPlayerMP['cloudydog'/226158, l='DIM7', x=19428.30, y=28.00, z=12034.30] / [17:50:10] [Server thread/ERROR] [Sponge]: / - CapturedBlockPosition: CaptureBlockPos{pos=null, world=Optional.empty} / [17:50:10] [Server thread/ERROR] [Sponge]: / / [17:50:10] [Server thread/ERROR] [Sponge]: / Minecraft : 1.12.2 / [17:50:10] [Server thread/ERROR] [Sponge]: / SpongeAPI : 7.1.0-859d9176 / [17:50:10] [Server thread/ERROR] [Sponge]: / Sponge : 1.12.2-7.1.5-SNAPSHOT / [17:50:10] [Server thread/ERROR] [Sponge]: / SpongeForge : 1.12.2-2768-7.1.5-RC3526 / [17:50:10] [Server thread/ERROR] [Sponge]: / Minecraft Forge : 14.23.5.2768 /

// / Failed to process all PhaseContext captured! / // / During the processing of a phase, certain objects were captured in a PhaseContext. All of them should have been removed from the PhaseContext by this point EntityPhase{}{DeathUpdateState} / / PhaseContext : / / - Source: EntityPlayerMP['cloudydog'/226158, l='DIM7', x=19428.30, y=28.00, z=12034.30] / / - EntityItemEntityDrops: EntityItemEntityDropsSupplier{Captured=1} / / - CapturedBlockPosition: CaptureBlockPos{pos=null, world=Optional.empty} / / - DamageSource: null / / Phases remaining : / / - Phase: EntityPhase{}{DeathUpdateState} / / Context: / / - Source: EntityPlayerMP['cloudydog'/226158, l='DIM7', x=19428.30, y=28.00, z=12034.30] / / - EntityItemEntityDrops: EntityItemEntityDropsSupplier{Captured=1} / / - CapturedBlockPosition: CaptureBlockPos{pos=null, world=Optional.empty} / / - DamageSource: null / / - Phase: PlayerTickPhase / / Context: / / - Source: EntityPlayerMP['cloudydog'/226158, l='DIM7', x=19428.30, y=28.00, z=12034.30] / / - CapturedBlockPosition: CaptureBlockPos{pos=null, world=Optional.empty} / / / / Minecraft : 1.12.2 / / SpongeAPI : 7.1.0-859d9176 / / Sponge : 1.12.2-7.1.5-SNAPSHOT / / SpongeForge : 1.12.2-2768-7.1.5-RC3526 / / Minecraft Forge : 14.23.5.2768 / /***/`

Server log: https://gist.github.com/xwdit/9d36dc892794fc430dfa13b72979721e

phit commented 5 years ago

https://github.com/SpongePowered/SpongeForge/issues/2297