Page 1 of 1

Bug Report

PostPosted: 16 Jul 2014, 14:13
by Pikarus
Description: Played Indulgent Tormenter and tapped Auto to pay.
ConcurrentModificationException | Open
Code: Select all
Forge Version:    1.5.22.004
Operating System: Linux 3.4.0-g03485a6 armv7l
Java Version:     0 The Android Project

java.util.ConcurrentModificationException
   at java.util.ArrayList$ArrayListIterator.next(ArrayList.java:573)
   at forge.ai.ComputerUtilMana.refundMana(ComputerUtilMana.java:79)
   at forge.ai.ComputerUtilMana.payManaCost(ComputerUtilMana.java:129)
   at forge.ai.ComputerUtilMana.payManaCost(ComputerUtilMana.java:58)
   at forge.match.input.InputPayMana$2.run(InputPayMana.java:345)
   at forge.game.player.Player.runWithController(Player.java:2992)
   at forge.match.input.InputPayMana.runAsAi(InputPayMana.java:334)
   at forge.match.input.InputPayMana.access$000(InputPayMana.java:30)
   at forge.match.input.InputPayMana$3.run(InputPayMana.java:352)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
   at java.lang.Thread.run(Thread.java:841)