Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConcurrentModificationException for PvPStats #217

Open
KonoromiHimaries opened this issue Dec 10, 2017 · 0 comments
Open

ConcurrentModificationException for PvPStats #217

KonoromiHimaries opened this issue Dec 10, 2017 · 0 comments
Labels
bug Something isn't working

Comments

@KonoromiHimaries
Copy link

timings
https://timings.aikar.co/?id=71959a23e67f47548bb15b291da9e029

[05:14:50] [Server thread/WARN]: [ScoreboardStats] Task #144897 for ScoreboardStats v0.10.6 generated an exception
java.util.ConcurrentModificationException: null
	at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442) ~[?:1.8.0_151]
	at java.util.HashMap$EntryIterator.next(HashMap.java:1476) ~[?:1.8.0_151]
	at java.util.HashMap$EntryIterator.next(HashMap.java:1474) ~[?:1.8.0_151]
	at com.github.games647.scoreboardstats.scoreboard.protocol.PacketSbManager.createTopListScoreboard(PacketSbManager.java:138) ~[?:?]
	at com.github.games647.scoreboardstats.scoreboard.DelayedShowTask.run(DelayedShowTask.java:33) ~[?:?]
	at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:58) ~[patched_1.12.2.jar:git-Paper-1268]
	at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:356) [patched_1.12.2.jar:git-Paper-1268]
	at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:833) [patched_1.12.2.jar:git-Paper-1268]
	at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:426) [patched_1.12.2.jar:git-Paper-1268]
	at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:767) [patched_1.12.2.jar:git-Paper-1268]
	at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665) [patched_1.12.2.jar:git-Paper-1268]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
@games647 games647 added the bug Something isn't working label Dec 10, 2017
@games647 games647 changed the title error ConcurrentModificationException for PvPStats Dec 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants