Hello,
Some of the mods I use, have come up with ticking errors (these do not normally occur while using the mods) I think it may have something to do with forge, but it might not. any ideas about what the problem might be. thanks in advanced
here is the main portion of the error message:
Description: Exception in server tick loop
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(Unknown Source)
at java.util.HashMap$KeyIterator.next(Unknown Source)
at net.minecraft.entity.EntityTracker.func_72788_a(EntityTracker.java:270)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:715)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Unknown Source)