spaceboy01218 / additional-pipes

Automatically exported from code.google.com/p/additional-pipes
0 stars 0 forks source link

[SEVERE] Server Crash on Client disconnect #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start Server with TP pipes placed
2. Connect Client
3. Disconnect Client

What is the expected output? What do you see instead?
 Server Should not crash but does

What version are you using?
 BC 2.2.4 with zAP Rev26

Please provide your Console/ModLoader output below.

java.util.ConcurrentModificationException
        at java.util.AbstractList$Itr.checkForComodification(Unknown Source)
        at java.util.AbstractList$Itr.next(Unknown Source)
        at mod_zAdditionalPipes.OnTickInGame(mod_zAdditionalPipes.java:155)
        at ModLoader.OnTick(ModLoader.java:772)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:266)
        at ce.run(SourceFile:417)
2011-10-25 13:47:53 [SEVERE] Unexpected exception
java.util.ConcurrentModificationException
        at java.util.AbstractList$Itr.checkForComodification(Unknown Source)
        at java.util.AbstractList$Itr.next(Unknown Source)
        at mod_zAdditionalPipes.OnTickInGame(mod_zAdditionalPipes.java:155)
        at ModLoader.OnTick(ModLoader.java:772)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:266)
        at ce.run(SourceFile:417)

Original issue reported on code.google.com by sgras...@gmail.com on 25 Oct 2011 at 8:51

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
As I have not been able to keep up during my busy weeks, I am closing all 
tickets. If your problem still persists in the version I am posting today, 
please create a new ticket and sorry for the inconvenience, and I will attempt 
to fix all known bugs this week.

-Zeldo

Original comment by brutalvi...@gmail.com on 18 Nov 2011 at 7:46