Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Exception Exiting Phase #2723

Closed
axin0452 opened this issue Apr 29, 2019 · 1 comment
Closed

Exception Exiting Phase #2723

axin0452 opened this issue Apr 29, 2019 · 1 comment
Labels
resolution: duplicate This issue or pull request already exists version: 1.12 API 7

Comments

@axin0452
Copy link

/
/
Exception Exiting Phase /
/
/
/* Something happened when trying to unwind EntityTickPhase /
/
PhaseContext : /
/
- Source: EntityVillager['Villager'/2436, l='world', x=646.50, y=58.00, z=-158.82] /
/
Phases remaining : /
/
- Phase: GeneralPhase{UnwindingState} /
/
Context: /
/
- UnwindingState: EntityTickPhase /
/
- UnwindingContext: EntityTickContext{isCompleted=true} /
/
- IsPostingSpecial: false /
/
- Source: EntityVillager['Villager'/2436, l='world', x=646.50, y=58.00, z=-158.82] /
/
- Phase: EntityTickPhase /
/
Context: /
/
- Source: EntityVillager['Villager'/2436, l='world', x=646.50, y=58.00, z=-158.82] /
/
Stacktrace: /
/
java.lang.UnsupportedOperationException: null /
/
com.google.common.collect.ImmutableListMultimap.removeAll(ImmutableListMultimap.java:449) /
/
com.google.common.collect.ImmutableListMultimap.removeAll(ImmutableListMultimap.java:52) /
/
org.spongepowered.common.event.tracking.TrackingUtil.checkCancelledEvents(TrackingUtil.java:499) /
/
org.spongepowered.common.event.tracking.TrackingUtil.processBlockCaptures(TrackingUtil.java:449) /
/
org.spongepowered.common.event.tracking.TrackingUtil.processBlockCaptures(TrackingUtil.java:389) /
/
org.spongepowered.common.event.tracking.phase.tick.EntityTickPhaseState.processCaptures(EntityTickPhaseState.java:103) /
/
org.spongepowered.common.event.tracking.phase.tick.EntityTickPhaseState.unwind(EntityTickPhaseState.java:93) /
/
org.spongepowered.common.event.tracking.phase.tick.EntityTickPhaseState.unwind(EntityTickPhaseState.java:63) /
/
org.spongepowered.common.event.tracking.PhaseTracker.completePhase(PhaseTracker.java:319) /
/
org.spongepowered.common.event.tracking.PhaseContext.close(PhaseContext.java:613) /
/
org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:165) /
/
net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zmd000(WorldServer.java:3176) /
/
net.minecraft.world.World.func_72866_a(World.java:4159) /
/
net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) /
/
net.minecraft.world.World.func_72870_g(World.java:1955) /
/
net.minecraft.world.World.func_72939_s(World.java:6789) /
/
net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2290) /
/
net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) /
/
net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) /
/
net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) /
/
net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) /
/
java.lang.Thread.run(Unknown Source) /
/
/
/
Minecraft : 1.12.2 /
/
SpongeAPI : 7.1.0-4ab0d1a5 /
/
Sponge : 1.12.2-7.1.6-SNAPSHOT /
/
SpongeForge : 1.12.2-2768-7.1.6-RC3680 /
/
Minecraft Forge : 14.23.5.2823 /
/
*****************************************************************************************************************************/

@limbo-app limbo-app added status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage version: 1.12 API 7 labels Apr 29, 2019
@dualspiral
Copy link
Contributor

Duplicate of SpongePowered/Sponge#2253.

I realise that this was for a different entity type (Villager here, Zombie in the other error), but please check to see if the error messages look the same. Also, when posting an issue, please don't just post the error - follow the template that we provide. That often allows us to reproduce and isolate the issue much more quickly if necessary, it's there for a reason.

@limbo-app limbo-app removed the status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage label Apr 29, 2019
@dualspiral dualspiral added the resolution: duplicate This issue or pull request already exists label Apr 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolution: duplicate This issue or pull request already exists version: 1.12 API 7
Projects
None yet
Development

No branches or pull requests

3 participants