Re: Bug Reports (snapshot builds)
by lujo
Description: This one happened when I let a Mana Tithe resolve to counter my Bone Shredder.
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.7-SNAPSHOT-r${forge.revision}${forge.specialStatus} (mixed revisions detected; please update from the root directory)
Operating System: Windows XP 5.1 x86
Java Version: 1.7.0_17 Oracle Corporation
java.lang.NullPointerException
at forge.ai.ComputerUtilMana.adjustManaCostToAvoidNegEffects(ComputerUtilMana.java:345)
at forge.ai.ComputerUtilMana.payManaCost(ComputerUtilMana.java:101)
at forge.ai.ComputerUtilMana.canPayManaCost(ComputerUtilMana.java:54)
at forge.gui.input.InputPayMana$3.evaluate(InputPayMana.java:317)
at forge.gui.input.InputPayMana$3.evaluate(InputPayMana.java:314)
at forge.util.Evaluator.run(Evaluator.java:8)
at forge.game.player.Player.runWithController(Player.java:2953)
at forge.gui.input.InputPayMana.runAsAi(InputPayMana.java:55)
at forge.gui.input.InputPayMana.updateMessage(InputPayMana.java:320)
at forge.gui.input.InputPayMana$4.run(InputPayMana.java:355)
at forge.FThreads.invokeInEdtNowOrLater(FThreads.java:46)
at forge.gui.input.InputPayMana.onStateChanged(InputPayMana.java:352)
at forge.gui.input.InputPayMana.showMessage(InputPayMana.java:343)
at forge.gui.input.InputBase.showMessageInitial(InputBase.java:50)
at forge.gui.InputProxy$1.run(InputProxy.java:69)
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)