Crash report, Help ? ^^

Hello ! In sometimes, i have this crash report :
http://pastebin.com/3SsjnD9R

Anyone know how to resolve it ? ^^
Thanks !
Forge version : forge-1.8.9-11.15.1.1808
Sponge version : spongeforge-1.8.9-1808-4.1.0-BETA-1282

thanks ! <3

Remove Pixelmon.

Haha, but kind of seriously. When/how is it caused (specifically)?

All I see from the log is that it’s sometime when you drop an item, and somethings not going right with sponge. But what item, where, etc?

Stacktrace:
    at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
    at java.util.ArrayList$Itr.remove(ArrayList.java:865)
    at org.spongepowered.common.event.CauseTracker.handleDroppedItems(CauseTracker.java:626)
    at org.spongepowered.common.event.CauseTracker.handlePostTickCaptures(CauseTracker.java:493)
    at org.spongepowered.common.event.CauseTracker.randomTickBlock(CauseTracker.java:1113)
    at net.minecraft.world.WorldServer.redirect$onUpdateBlocks$0(WorldServer.java:121)
    at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:431)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:221)
1 Like

Yes, its my problem XD i have no more information on this issue, idk what item and where ! >w<
i think its Foxguard plugin cause its not fully compatible with latest version of sponge but i cant remove this even if its for test :confused:
Thanks for you anwser ^^

Word from the wise:

If you see a ConcurrentModificationException (CME) and the CauseTracker in it, then a mod is definitely changing the world one way or another in another thread. The world operates in a single thread environment and Sponge takes that assumption to heart, so a lot of the systems (including the Cause Tracking System) treat all functionality in a single threaded mind.

In this very specific case, some mod (probably pixelmon) is causing block notifications to be thrown in another thread.

3 Likes

Okay, so its necessary to ask @MoeBoy76 or its impossible to resolve it ?

Thanks again, i more understand the problem now :stuck_out_tongue: