Page 9 of 9

Re: Forge Beta: 03-14-2014 ver 1.5.14

PostPosted: 27 Mar 2014, 09:32
by TalpanianEmperor
Hey guys, just wanted to say:
Forbidden Orchard just gives the spirit to the next opponent (in turn order) instead of letting you target.
And please implement Equipoise. Please.

Re: Forge Beta: 03-14-2014 ver 1.5.14

PostPosted: 27 Mar 2014, 11:24
by geifjeij
Just want to mention that the interaction between Counterbalance and Wear // Tear doesn't seem to be working correctly. Revealing a Wear // Tear off a Counterbalance trigger should counter both 1 CMC and 2 CMC cards due to 708.6a, but it wasn't able to counter a 1CMC Steel Wall in a game I just tried.

Re: Forge Beta: 03-14-2014 ver 1.5.14

PostPosted: 27 Mar 2014, 11:35
by gos
Description: Scrambleverse with suspend (from Jhoira of the Ghitu) being cast from exile.

NullPointerException | Open
Code: Select all
Forge Version:    1.5.14-r25182
Operating System: Windows 7 6.1 amd64
Java Version:     1.7.0_07 Oracle Corporation

java.lang.NullPointerException
   at forge.view.arcane.PlayArea$CardStack.add(PlayArea.java:719)
   at forge.view.arcane.PlayArea$CardStack.add(PlayArea.java:720)
   at forge.view.arcane.PlayArea$CardStackRow.addAll(PlayArea.java:674)
   at forge.view.arcane.PlayArea$CardStackRow.<init>(PlayArea.java:665)
   at forge.view.arcane.PlayArea.doLayout(PlayArea.java:203)
   at forge.view.arcane.PlayArea.recalculateCardPanels(PlayArea.java:566)
   at forge.view.arcane.PlayArea.setupPlayZone(PlayArea.java:523)
   at forge.gui.match.CMatchUI.updateZones(CMatchUI.java:343)
   at forge.control.FControlGameEventHandler$8.run(FControlGameEventHandler.java:184)
   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)

Re: Forge Beta: 03-14-2014 ver 1.5.14

PostPosted: 27 Mar 2014, 19:25
by Marek14
Two copies of Possibility Storm don't work correctly. Second trigger to resolve does nothing, but the ability doesn't depend on successful exiling of the spell -- if the ability resolves and spell is no longer on stack, it should still exile cards and give you a free spell.

EDIT: Also, it's possible to play artifact lands through Possibility Storm, but the card specifically says you may cast the card -- it can't be used to play lands.

Re: Forge Beta: 03-14-2014 ver 1.5.14

PostPosted: 27 Mar 2014, 20:46
by Xyx
Description: I passed priority at the end of the AI's turn. It had a level 2 Student of Warfare and a level 0 Skywatcher Adept in play. Priority passed to my M1, but my Goblin Guide did not appear to untap and this error message appeared:

ConcurrentModificationException | Open
Code: Select all
Forge Version:    1.5.13-r${forge.revision}${forge.specialStatus} (mixed revisions detected; please update from the root directory)
Operating System: Windows 7 6.1 amd64
Java Version:     1.7.0_51 Oracle Corporation

java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
   at java.util.ArrayList$Itr.next(Unknown Source)
   at forge.game.card.Card.getLatestPT(Card.java:3870)
   at forge.game.card.Card.getSetToughness(Card.java:3855)
   at forge.game.card.Card.getCurrentToughness(Card.java:3973)
   at forge.game.card.Card.getUnswitchedToughness(Card.java:3989)
   at forge.game.card.Card.getNetDefense(Card.java:4016)
   at forge.view.arcane.CardPanel.setText(CardPanel.java:626)
   at forge.view.arcane.CardPanel.setCard(CardPanel.java:664)
   at forge.view.arcane.PlayArea.updateCard(PlayArea.java:636)
   at forge.view.arcane.PlayArea.updateSingleCard(PlayArea.java:296)
   at forge.gui.match.CMatchUI.updateSingleCard(CMatchUI.java:379)
   at forge.gui.match.CMatchUI.updateCards(CMatchUI.java:371)
   at forge.control.FControlGameEventHandler$9.run(FControlGameEventHandler.java:236)
   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)
Other than this we both just had some basic lands. I'm guessing it's a problem with the levelers.

I clicked Close, the game resumed, I played a land and my Goblin Guide was untapped (just a UI update delay I suppose).

Re: Forge Beta: 03-14-2014 ver 1.5.14

PostPosted: 27 Mar 2014, 21:07
by jowe1549
how do i download

Re: Forge Beta: 03-14-2014 ver 1.5.14

PostPosted: 28 Mar 2014, 04:48
by Fizanko
downloads are on the bottom of the 1st post of this thread.

I just ran into a crash in a quest duel with "Minerva McGonagall" (medium) while the AI was setting up its attackers

Image

ConcurrentModificationException | Open
Code: Select all
Forge Version:    1.5.14-r25182
Operating System: Windows XP 5.1 x86
Java Version:     1.7.0_10 Oracle Corporation

java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
   at java.util.ArrayList$Itr.next(Unknown Source)
   at com.google.common.collect.AbstractMapBasedMultimap$Itr.next(AbstractMapBasedMultimap.java:1150)
   at forge.game.combat.Combat.getAttackers(Combat.java:197)
   at forge.gui.match.TargetingOverlay.addArcsForCard(TargetingOverlay.java:233)
   at forge.gui.match.TargetingOverlay.assembleArcs(TargetingOverlay.java:138)
   at forge.gui.match.TargetingOverlay.access$100(TargetingOverlay.java:47)
   at forge.gui.match.TargetingOverlay$OverlayPanel.paintComponent(TargetingOverlay.java:353)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JLayeredPane.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JLayeredPane.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintToOffscreen(Unknown Source)
   at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
   at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
   at javax.swing.BufferStrategyPaintManager.paint(Unknown Source)
   at javax.swing.RepaintManager.paint(Unknown Source)
   at javax.swing.JComponent._paintImmediately(Unknown Source)
   at javax.swing.JComponent.paintImmediately(Unknown Source)
   at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
   at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
   at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
   at javax.swing.RepaintManager.access$700(Unknown Source)
   at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
   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)

Re: Forge Beta: 03-14-2014 ver 1.5.14

PostPosted: 28 Mar 2014, 05:04
by Snowstorm
Description: I was targeting Cranial Plating with Beast Within when it happen. I have targeted Cranial Plating before with Beast Within so I am not sure why it happen this time.

NullPointerException | Open
Code: Select all
Forge Version:    1.5.14-r25182
Operating System: Windows 8 6.2 amd64
Java Version:     1.7.0_07 Oracle Corporation

java.lang.NullPointerException
   at forge.view.arcane.PlayArea$CardStack.add(PlayArea.java:719)
   at forge.view.arcane.PlayArea$CardStack.add(PlayArea.java:720)
   at forge.view.arcane.PlayArea$CardStackRow.addAll(PlayArea.java:674)
   at forge.view.arcane.PlayArea$CardStackRow.<init>(PlayArea.java:665)
   at forge.view.arcane.PlayArea.doLayout(PlayArea.java:203)
   at forge.view.arcane.PlayArea.recalculateCardPanels(PlayArea.java:566)
   at forge.view.arcane.PlayArea.setupPlayZone(PlayArea.java:523)
   at forge.gui.match.CMatchUI.updateZones(CMatchUI.java:343)
   at forge.control.FControlGameEventHandler$8.run(FControlGameEventHandler.java:184)
   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)

Re: Forge Beta: 03-14-2014 ver 1.5.14

PostPosted: 28 Mar 2014, 05:31
by Fizanko
Another quest duel problem, this time no error message but the game is stuck

On the AI battlefield
Image

Etherium Sculptor power/thoughness does not stop several time by second to switch between 1/2 and 2/3
Myr Enforcer power/thougness does the same between 4/4 and 5/5
Arcbound Worker does the same between 1/1 and 2/2

this does not stop and the game is stuck there, clicking on OK in the prompt tab does nothing.

Master of Etherium is the card supposed to give them +1/+1 and is the only one that does not continuously multiple time by seconds switch between 2 values for power/thoughness.

I already saw this happening in a past battle, but the game wasn't getting stuck from there, after +/-2 seconds it resumed.

Re: Forge Beta: 03-14-2014 ver 1.5.14

PostPosted: 28 Mar 2014, 12:37
by timmermac
Fatpack purchase error again, this time with Judgement. I'm now noticing a pattern. All four sets that have generated this error when buying their fatpack have been the third set in their associated block. The count is now Prophecy, 5th Dawn, Apocalypse and Judgement. These are all pre-8th edition sets. I just purchased a Rise of the Eldrazi fatpack without issue, so it appears to be caused by pre-8th edition fatpacks where it's the third set of the block.

Re: Forge Beta: 03-14-2014 ver 1.5.14

PostPosted: 28 Mar 2014, 20:35
by Orionalt
Description: When you use Farseek to get a shockland such as Temple Garden you get the option to pay life for the land to enter play untapped but it remains tapped even if you pay the life.

Re: Forge Beta: 03-14-2014 ver 1.5.14

PostPosted: 28 Mar 2014, 21:04
by friarsol
Orionalt wrote:Description: When you use Farseek to get a shockland such as Temple Garden you get the option to pay life for the land to enter play untapped but it remains tapped even if you pay the life.
Technically, this isn't a bug. Farseek is forcing the shockland to ETB tapped no matter how you respond to the static ETB of the shockland.