I get this error every time I use Jhoira avatars ability and cancel instead of choosing a spell
Description: [describe what you were doing when the crash occurred]
- ClassCastException | Open
- Code: Select all
Forge Version: 1.6.8.001
Operating System: Linux 3.10.73-g9142a68b659 armv8l
Java Version: 0 The Android Project
java.lang.ClassCastException: forge.game.card.CardCollection$EmptyCardCollection cannot be cast to forge.game.card.CardCollection
at forge.game.ability.effects.PlayEffect.resolve(PlayEffect.java:113)
at forge.game.ability.AbilityApiBased.resolve(AbilityApiBased.java:48)
at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1342)
at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1319)
at forge.game.zone.MagicStack.resolveStack(MagicStack.java:523)
at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:1015)
at forge.game.GameAction.startGame(GameAction.java:1633)
at forge.game.Match.startGame(Match.java:87)
at forge.match.HostedMatch$2.run(HostedMatch.java:235)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
at java.lang.Thread.run(Thread.java:764)