Page 9 of 9

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 14 May 2013, 18:21
by Radical Jackal
Bug Report:
Sylvan Library

After you have chosen which cards to either put back or pay life for it asks you if you want to pay life. If you say no it will show you the card that you are about to put back with an "ok" and a "cancel" button. If you hit cancel you will keep the card and not pay any life.

Also it would be nice if the prompt to decide whether you want to pay life had the card name on it. Sometimes forget which order I selected the cards in.

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 15 May 2013, 13:05
by Hib
Spells exiled with Nivmagus Elemental 's ability still resolve, although they shouldn't.

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 15 May 2013, 13:30
by musicexam
Used Tamiyo, the Moon Sage -8, leaving her at 1 loyalty counter. Cast another Tamiyo, the Moon Sage; both went to the graveyard because SBAs.

I return both to my hand, and re-cast one of them. However, I can't use her abilities at all.

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 15 May 2013, 19:00
by gos
My opponent killed my Realm Razer with a Magma Spray. The Razer's ability returned all the lands it had previously exiled to the battlefield... along with the Razer itself (exiled by Magma Spray). And so, the lands were all returned to exile.

Bug report

PostPosted: 15 May 2013, 20:52
by digehode
Here's the stuff...

Description: An Arcbound Stinger just died and I was expecting tokens to be transferred when... BOOM!

IndexOutOfBoundsException | Open
Code: Select all
Forge Version:    1.3.15-r21351
Operating System: Linux 3.2.0-40-generic amd64
Java Version:     1.6.0_27 Sun Microsystems Inc.

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   at java.util.ArrayList.rangeCheck(ArrayList.java:571)
   at java.util.ArrayList.get(ArrayList.java:349)
   at forge.card.cardfactory.CardFactoryUtil$23.run(CardFactoryUtil.java:3225)
   at forge.card.spellability.AbilityTriggered.resolve(AbilityTriggered.java:112)
   at forge.card.spellability.AbilityTriggered.run(AbilityTriggered.java:122)
   at forge.Card.executeTrigger(Card.java:2881)
   at forge.game.GameAction.sacrificeDestroy(GameAction.java:1359)
   at forge.game.GameAction.destroyNoRegeneration(GameAction.java:1289)
   at forge.game.GameAction.destroy(GameAction.java:1218)
   at forge.game.GameAction.checkStateEffects(GameAction.java:1028)
   at forge.game.phase.PhaseHandler.handleBeginPhase(PhaseHandler.java:350)
   at forge.gui.InputProxy$1.run(InputProxy.java:66)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:679)

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 16 May 2013, 16:27
by Sandstorm
Wall of Hope and Wall of Essence are both in a W/R deck I made. Upon taking damage, however, Wall of Essence doesn't give me health equal to the damage it took. Wall of Hope does, however. I'm using Blasphemous Act to deal the damage to them, along with Boros Reckoner, Spitemare, and Mogg Maniac.

EDIT: Nevermind, I just realized that Wall of Essence only does it for combat damage.

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 16 May 2013, 20:05
by gos
When Zombie Boa is activated and then blocked by 2 creatures of different color, one of which is the color chosen, that creature is not destroyed.

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 16 May 2013, 20:39
by texas
When I press 'Copy and go to forum', the resulting bug report formed is blocked as 'too spammy' by the message center. No change whether description is or is not added by user. I've had a few game-stopping crashes recently, so how do I upload bug report to forum without it blocking?
Thanks

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 16 May 2013, 20:57
by Chris H.
texas wrote:When I press 'Copy and go to forum', the resulting bug report formed is blocked as 'too spammy' by the message center. No change whether description is or is not added by user. I've had a few game-stopping crashes recently, so how do I upload bug report to forum without it blocking?
Thanks
 
Once you have posted a few messages (5?) the too spammy notice will stop.

Until then you can save the crash report and then attach the crash report to you message.

Re: Forge Beta: 05-06-2013 ver 1.3.15

PostPosted: 17 May 2013, 04:35
by texas
Thanks so much. Attached here is the most recent bug I've experienced. It seemed to occur between phases while I only had 2 Isles. 1 Mtn. and opponent had a few basic lands, Sacred Foundry, Deputy of Acquittals, and Lavinia of the Tenth.
 
Description: [describe what you were doing when the crash occurred]

NullPointerException | Open
Code: Select all
Forge Version:    1.3.15-r21351
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_21 Oracle Corporation

java.lang.NullPointerException
   at forge.control.input.InputAttack.setCurrentDefender(InputAttack.java:153)
   at forge.control.input.InputAttack.selectButtonOK(InputAttack.java:101)
   at forge.gui.InputProxy.selectButtonOK(InputProxy.java:100)
   at forge.gui.match.controllers.CMessage$2.actionPerformed(CMessage.java:57)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.AbstractButton.doClick(Unknown Source)
   at javax.swing.AbstractButton.doClick(Unknown Source)
   at forge.gui.toolbox.FButton$1.keyPressed(FButton.java:87)
   at java.awt.Component.processKeyEvent(Unknown Source)
   at javax.swing.JComponent.processKeyEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(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.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4.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)