Dorkinator 64 Posted July 6, 2017 java.util.ConcurrentModificationException at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) at java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) at java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.util.stream.ReferencePipeline.collect(Unknown Source) at org.dreambot.api.methods.interactive.Players.all(Players.java:33)
Dinh 496 Posted July 6, 2017 java.util.ConcurrentModificationException at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) at java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) at java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.util.stream.ReferencePipeline.collect(Unknown Source) at org.dreambot.api.methods.interactive.Players.all(Players.java:33) did u try to modify the list it returns from a for loop xd?
Dorkinator 64 Author Posted July 6, 2017 did u try to modify the list it returns from a for loop xd? If I did the stack trace would come from my code.
Pandemic 2853 Posted July 6, 2017 This isn't a bug, none of our client methods should be assumed to be thread safe.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.