Description: Paying for a
Brainstorm with a
Lotus Petal- RuntimeException | Open
- Code: Select all
Forge Version: 1.5.28-r27804
Operating System: Windows 8 6.2 x86
Java Version: 1.7.0_67 Oracle Corporation
java.lang.RuntimeException: Cannot remove input InputPayManaOfCostPayment because it's not on top of stack. Stack = []
at forge.match.input.InputQueue.removeInput(InputQueue.java:58)
at forge.match.input.InputSyncronizedBase.stop(InputSyncronizedBase.java:49)
at forge.match.input.InputPayMana.onStateChanged(InputPayMana.java:414)
at forge.match.input.InputPayMana.showMessage(InputPayMana.java:408)
at forge.match.input.InputBase.showMessageInitial(InputBase.java:139)
at forge.match.input.InputProxy$1.run(InputProxy.java:74)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
There's something wonky about
Tainted Sigil, but I'm not sure exactly what it is. For example in this case
http://imgur.com/NAqQ1D0 the AI very clearly lost 16 life but when it activated
Tainted Sigil it only gained 5. I guess one potential thing it could be is I payed a bunch of life to sac fetchlands and cast Gitaxian Probes and maybe a
Grim Tutor, so maybe it is factoring that in with me gaining life somehow? I dunno.
Also, this is probably more me doing something I'm not supposed to than an actual error, I get the following error if I try to add a card to play via dev mode when the game asks me if I will keep or mulligan.
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.28-r27804
Operating System: Windows 8 6.2 x86
Java Version: 1.7.0_67 Oracle Corporation
java.lang.NullPointerException
at forge.game.zone.MagicStack.addAllTriggeredAbilitiesToStack(MagicStack.java:818)
at forge.player.PlayerControllerHuman$DevModeCheats$7.run(PlayerControllerHuman.java:2083)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)