Forge Beta: 03-28-2014 ver 1.5.15
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Xyx » 07 Apr 2014, 12:12
If I click the wrench icon in the Card Catalog I get a line with checkboxes < and > buttons to the side to indicate I can scroll left or right for more stuff. If I then switch to the All Decks tab, the < and > buttons stay visible, floating over the All Decks table.
Re: Forge Beta: 03-28-2014 ver 1.5.15
by gos » 07 Apr 2014, 12:45
I have Xenograft (set to Saproling) and Life and Limb in play. My creatures are Saprolings, but they do not become forest lands.
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Beta: 03-28-2014 ver 1.5.15
by gos » 07 Apr 2014, 12:51
I tested again. If Life and Limb is cast before Xenograft, creatures become Saprolings, but not Forests. If Xenograft is cast before Life and Limb, creatures also become Forests.gos wrote:I have Xenograft (set to Saproling) and Life and Limb in play. My creatures are Saprolings, but they do not become forest lands.
Is this correct?
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Marek14 » 07 Apr 2014, 16:01
gos: This is a bit of a puzzle. Both of these cards are dependent on each other: Life and Limb can make new creatures for Xenograft to affect while Xenograft can create Saproling creatures for Life and Limb to affect.
So they should apply in timestamp order and this interaction could be actually correct, though it's probably an accident...
So they should apply in timestamp order and this interaction could be actually correct, though it's probably an accident...
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Xyx » 08 Apr 2014, 10:55
Description: I went into the Quest Deck Editor, mis-clicked on Open Deck (meant to click Save Deck As), entered a deck name and clicked Open (not realizing it wasn't "Save").
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.15-r25277
Operating System: Windows 7 6.1 amd64
Java Version: 1.7.0_51 Oracle Corporation
java.lang.NullPointerException
at forge.gui.deckeditor.controllers.CEditorQuest.resetTables(CEditorQuest.java:203)
at forge.gui.deckeditor.controllers.DeckController.setModel(DeckController.java:85)
at forge.gui.deckeditor.controllers.DeckController.setModel(DeckController.java:80)
at forge.gui.deckeditor.controllers.CCurrentDeck.openDeck(CCurrentDeck.java:173)
at forge.gui.deckeditor.controllers.CCurrentDeck.access$200(CCurrentDeck.java:33)
at forge.gui.deckeditor.controllers.CCurrentDeck$5.run(CCurrentDeck.java:100)
at forge.gui.toolbox.FLabel._doMouseAction(FLabel.java:287)
at forge.gui.toolbox.FLabel.access$1300(FLabel.java:31)
at forge.gui.toolbox.FLabel$6.onLeftClick(FLabel.java:325)
at forge.gui.toolbox.FMouseAdapter.mouseReleased(FMouseAdapter.java:245)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(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.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(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)
- RuntimeException | Open
- Code: Select all
Forge Version: 1.5.15-r25277
Operating System: Windows 7 6.1 amd64
Java Version: 1.7.0_51 Oracle Corporation
java.lang.RuntimeException: Error importing deck.java.lang.NullPointerException
at forge.gui.deckeditor.controllers.CCurrentDeck.openDeck(CCurrentDeck.java:179)
at forge.gui.deckeditor.controllers.CCurrentDeck.access$200(CCurrentDeck.java:33)
at forge.gui.deckeditor.controllers.CCurrentDeck$5.run(CCurrentDeck.java:100)
at forge.gui.toolbox.FLabel._doMouseAction(FLabel.java:287)
at forge.gui.toolbox.FLabel.access$1300(FLabel.java:31)
at forge.gui.toolbox.FLabel$6.onLeftClick(FLabel.java:325)
at forge.gui.toolbox.FMouseAdapter.mouseReleased(FMouseAdapter.java:245)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(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.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(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)
Re: Forge Beta: 03-28-2014 ver 1.5.15
by gos » 08 Apr 2014, 12:47
When I have Confusion in the Ranks in play and then have an artifact enter the battlefield under my control, and target an equipment that is equipped to a creature my opponent controls, I receive this error:
Description: [describe what you were doing when the crash occurred]
Description: [describe what you were doing when the crash occurred]
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.15-r25277
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:189)
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)
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Beta: 03-28-2014 ver 1.5.15
by correioalternativo » 08 Apr 2014, 20:02
Description: I have Memory Jar cloned by Phyrexian Metamorph. When the fake Memory Jar is activated, Forge crashes and I have to restart.
- RuntimeException | Open
- Code: Select all
Forge Version: 1.5.15-r25277
Operating System: Windows 7 6.1 x86
Java Version: 1.7.0_51 Oracle Corporation
java.lang.RuntimeException: AbilityFactory : getAbility -- no API in Phyrexian Metamorph
at forge.game.ability.AbilityFactory.getAbility(AbilityFactory.java:108)
at forge.game.ability.effects.RepeatEachEffect.resolve(RepeatEachEffect.java:31)
at forge.game.spellability.AbilitySub.resolve(AbilitySub.java:116)
at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1195)
at forge.game.ability.AbilityUtils.resolveSubAbilities(AbilityUtils.java:1188)
at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1202)
at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1177)
at forge.game.zone.MagicStack.resolveStack(MagicStack.java:536)
at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:1001)
at forge.game.GameAction.startGame(GameAction.java:1524)
at forge.game.Match.startGame(Match.java:80)
at forge.control.FControl$4.run(FControl.java:437)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
-
correioalternativo - Posts: 279
- Joined: 23 Jul 2012, 12:01
- Has thanked: 255 times
- Been thanked: 23 times
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Marek14 » 09 Apr 2014, 11:09
Viridian Emissary should use the "die" Oracle wording.
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Xyx » 09 Apr 2014, 12:51
Snow-covered basic lands have a colorless color identity according to the Card Catalog.
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Andy9973 » 09 Apr 2014, 20:24
I played Primal Command in one of my games. One of the modes I chose was to put a noncreature permanent on top of its owner's library. I wanted to target AI's Nylea, God of the Hunt, but I couldn't even if AI didn't have five devotion to green.
Re: Forge Beta: 03-28-2014 ver 1.5.15
by JesusChapin2 » 10 Apr 2014, 00:24
My opponent, Da Vinci, has these cards on the field: 3 tapped swamps, two untapped swamps, Dauthi Slayer, Corrosive Mentor, and Black knight. I have a Vizkopa Guildmage, Orzhov Guildmage, Azorius Arrester, Plant Wall, an untapped swamp, 2 untapped plains, and an untapped Orzhov Guildgate. Corrosive Mentor gives all black creatures (that Da Vinci controls) wither. I blocked Da Vinci's Black Knight {(2,2) First Strike,Protection From White, Wither} with my level 6 Plant Wall {(1,4) Wither, Defender} and no damage was dealt to his creature (as expected), nor did any -1/-1 counters get placed on his Black Knight, but my Plant Wall received two -1/-1 counters, making it a -1/2.
I wonder why this happened, and why my plant wall, the last time it had a negative power (a different instance and match), dealt damage?
I wonder why this happened, and why my plant wall, the last time it had a negative power (a different instance and match), dealt damage?
- JesusChapin2
- Posts: 3
- Joined: 04 Apr 2014, 02:12
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 03-28-2014 ver 1.5.15
by mars501 » 10 Apr 2014, 01:31
his black knight did his 2 damage first, putting 2 -1/-1 counters on your plant wall. Then after first stike damage, it checked to see if your plant could do any damage. It couldn't due to it being a -1/2, which means it couldn't put any wither counters on his knight. No idea why it did it in a different match.JesusChapin2 wrote:My opponent, Da Vinci, has these cards on the field: 3 tapped swamps, two untapped swamps, Dauthi Slayer, Corrosive Mentor, and Black knight. I have a Vizkopa Guildmage, Orzhov Guildmage, Azorius Arrester, Plant Wall, an untapped swamp, 2 untapped plains, and an untapped Orzhov Guildgate. Corrosive Mentor gives all black creatures (that Da Vinci controls) wither. I blocked Da Vinci's Black Knight {(2,2) First Strike,Protection From White, Wither} with my level 6 Plant Wall {(1,4) Wither, Defender} and no damage was dealt to his creature (as expected), nor did any -1/-1 counters get placed on his Black Knight, but my Plant Wall received two -1/-1 counters, making it a -1/2.
I wonder why this happened, and why my plant wall, the last time it had a negative power (a different instance and match), dealt damage?
- mars501
- Posts: 4
- Joined: 20 Apr 2012, 20:16
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Xitax » 10 Apr 2014, 04:27
With Suppression Field in play, I'm asked to pay
when playing a Hallowed Fountain. If I cancel payment, it doesn't put the land in play but counts it as having played a land this turn.

Re: Forge Beta: 03-28-2014 ver 1.5.15
by SecretCaveman » 10 Apr 2014, 08:53
Unbreathing Horde counts itself when entering the battlefield (With one other Zombie in play and none in the graveyard, it should enter with one counter, not 2)
Edit: Nevermind, it works just as it should, there was other stuff going on.
Edit: Nevermind, it works just as it should, there was other stuff going on.
- SecretCaveman
- Posts: 63
- Joined: 22 Jun 2013, 12:38
- Has thanked: 1 time
- Been thanked: 1 time
Re: Forge Beta: 03-28-2014 ver 1.5.15
by muppet » 10 Apr 2014, 10:25
If your opponent uses Jace, the Mind Sculptor to look at the top card of a library you cannot tell from the log if he has moved the card to the bottom of your library or not.
Who is online
Users browsing this forum: No registered users and 20 guests