SirApropos / Minecraft

Minecraft plugins for hMod.
1 stars 0 forks source link

Server crash #2

Open sadovsf opened 12 years ago

sadovsf commented 12 years ago

java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:390) at java.util.LinkedHashMap$KeyIterator.next(LinkedHashMap.java:401) at java.util.AbstractCollection.toArray(AbstractCollection.java:141) at java.util.ArrayList.(ArrayList.java:151) at net.minecraft.server.BlockRedstoneWire.l(BlockRedstoneWire.java:47) at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:294) at net.minecraft.server.World.m(World.java:440) at net.minecraft.server.World.applyPhysics(World.java:416) at net.minecraft.server.BlockRedstoneWire.l(BlockRedstoneWire.java:55) at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:294) at net.minecraft.server.World.m(World.java:440) at net.minecraft.server.World.applyPhysics(World.java:417) at net.minecraft.server.BlockPressurePlate.l(BlockPressurePlate.java:144) at net.minecraft.server.BlockPressurePlate.b(BlockPressurePlate.java:65) at net.minecraft.server.WorldServer.a(WorldServer.java:462) at net.minecraft.server.WorldServer.doTick(WorldServer.java:169) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:558) at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213) at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)

This happends from time to time since i've install this plugin... I don't know why... If you want I can send you crashLog

SirApropos commented 12 years ago

Errr. First of all, which version of hMod/canary are you running, since I haven't updated any of these mods in over a year. Secondly, which mod is it supposed to be? I see none of my class files in the stacktrace. But I'm really not supporting these anymore.