Anyone else getting this crash error?

Discussion in 'Bukkit Help' started by shanko, Aug 4, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    shanko

    Code:
    java.util.ConcurrentModificationException
        at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
        at java.util.ArrayList$Itr.next(ArrayList.java:791)
        at net.minecraft.server.EntityLightning.h_(EntityLightning.java:114)
        at net.minecraft.server.World.tickEntities(World.java:1061)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:567)
        at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
        at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Trying to figure out which plugin is causing it

    Maybe its a bukkit issue?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  2. Offline

    DarkVOODO

    Can I have what plugin you our useing would help alot more
     
  3. Offline

    shanko

    Looks like the latest dev build fixes the issue :D
     
  4. Offline

    zalebcaleb

    I haz same issue.
     
Thread Status:
Not open for further replies.

Share This Page