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 andrewd13 » 31 Mar 2014, 04:39
Description: AI attacked with Cloudseeder and Sneaky Homunculus, I had no blockers. I could continue.
- ConcurrentModificationException | Open
- Code: Select all
Forge Version: 1.5.15-r25277
Operating System: Linux 3.13.7-1-ARCH amd64
Java Version: 1.7.0_51 Oracle Corporation
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859)
at java.util.ArrayList$Itr.next(ArrayList.java:831)
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(JComponent.java:1045)
at javax.swing.JComponent.paintChildren(JComponent.java:878)
at javax.swing.JComponent.paint(JComponent.java:1054)
at javax.swing.JLayeredPane.paint(JLayeredPane.java:585)
at javax.swing.JComponent.paintChildren(JComponent.java:878)
at javax.swing.JComponent.paint(JComponent.java:1054)
at javax.swing.JLayeredPane.paint(JLayeredPane.java:585)
at javax.swing.JComponent.paintChildren(JComponent.java:878)
at javax.swing.JComponent.paint(JComponent.java:1054)
at javax.swing.JComponent.paintToOffscreen(JComponent.java:5210)
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1529)
at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1452)
at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:311)
at javax.swing.RepaintManager.paint(RepaintManager.java:1249)
at javax.swing.JComponent._paintImmediately(JComponent.java:5158)
at javax.swing.JComponent.paintImmediately(JComponent.java:4969)
at javax.swing.RepaintManager$3.run(RepaintManager.java:808)
at javax.swing.RepaintManager$3.run(RepaintManager.java:796)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:796)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:769)
at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:718)
at javax.swing.RepaintManager.access$1100(RepaintManager.java:62)
at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1677)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
- andrewd13
- Posts: 17
- Joined: 29 Jul 2013, 15:43
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 03-28-2014 ver 1.5.15
by andrewd13 » 31 Mar 2014, 06:12
Description: Error when trying to use Skyship Weatherlight's ability when no cards remain.
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.15-r25277
Operating System: Linux 3.13.7-1-ARCH amd64
Java Version: 1.7.0_51 Oracle Corporation
java.lang.NullPointerException
at forge.game.Game.getCardState(Game.java:387)
at forge.game.ability.AbilityUtils.getDefinedCards(AbilityUtils.java:215)
at forge.game.ability.effects.ChangeZoneEffect.changeZonePlayerInvariant(ChangeZoneEffect.java:651)
at forge.game.ability.effects.ChangeZoneEffect.changeHiddenOriginResolve(ChangeZoneEffect.java:586)
at forge.game.ability.effects.ChangeZoneEffect.resolve(ChangeZoneEffect.java:345)
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(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
- andrewd13
- Posts: 17
- Joined: 29 Jul 2013, 15:43
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Xyx » 31 Mar 2014, 10:46
I love it when the AI goes infinite! And it's not as if you wouldn't scoop in real life either in most of those cases anyway. However, it probably won't actually go infinite. I've seen it combo out with Splinter Twin on Deceiver Exarch a couple of times now and it always eventually stopped after 150 iterations or so. (The only reason I know it will stop is because I was watching two AIs fight and had clicked "10 x faster", because there's no way I'm going to sit around and pass priority 300 times.)Fizanko wrote:After the broken Imperious Perfect + Noble Hierarch + Intruder Alarm cards combination i previously reported from a quest duel AI ( Mr Fantastic (Hard) ) played that killed a battle as i had to quit manually as nothing else worked to stop the infinite loop of spawning tokens..
I ran into another broken combination the AI played that lead again the game into an infinite loop killing that the battle too as it forced me to quit again so i could do something else (as the same as previous there was no way to stop the infinite loop).
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Fizanko » 31 Mar 2014, 14:56
Well, i didn't have the patience to click until 150 itteration of the same things to see if it would have stopped.
Can i safely remove those AI duel or challenge decks (so far it's only Borborygmos.dck in Ravnica challenge and Mister Fantastic 3.dck in main world duel) without breaking quests mode or leading into "not found" type of error ?
Can i safely remove those AI duel or challenge decks (so far it's only Borborygmos.dck in Ravnica challenge and Mister Fantastic 3.dck in main world duel) without breaking quests mode or leading into "not found" type of error ?
probably outdated by now so you should avoid : Innistrad world for Forge (updated 17/11/2014)
Duel Decks for Forge - Forge custom decks (updated 25/10/2014)
Duel Decks for Forge - Forge custom decks (updated 25/10/2014)
Re: Forge Beta: 03-28-2014 ver 1.5.15
by lazylockie » 31 Mar 2014, 15:30
I think there's something wrong with Birthing Pod. I sacrificed a token (CMC 0) and it's showing my CMC 5 creatures.
- lazylockie
- Posts: 508
- Joined: 13 Jul 2010, 22:44
- Has thanked: 74 times
- Been thanked: 15 times
Re: Forge Beta: 03-28-2014 ver 1.5.15
by rubishod » 31 Mar 2014, 15:50
Bug:
If AI kills themselves due to a static effect (most recently my God Mogis Commander deck), the game will hang attempting to resolve through upkeep.
Honestly though this is the first time I've posted a crash and I've been playing forge for years.
I am very impressed with the quality of work that is generated in order to scratch my very own personal magical itch.
If AI kills themselves due to a static effect (most recently my God Mogis Commander deck), the game will hang attempting to resolve through upkeep.
Honestly though this is the first time I've posted a crash and I've been playing forge for years.
I am very impressed with the quality of work that is generated in order to scratch my very own personal magical itch.
- IllegalArgumentException | Open
- Code: Select all
Forge Version: 1.5.14-r25182
Operating System: Windows 7 6.1 x86
Java Version: 1.7.0_51 Oracle Corporation
java.lang.IllegalArgumentException: H value greater than 100%!
at forge.gui.framework.RectangleOfDouble.<init>(RectangleOfDouble.java:21)
at forge.gui.framework.DragCell.updateRoughBounds(DragCell.java:218)
at forge.gui.framework.SRearrangingUtil.fillGap(SRearrangingUtil.java:428)
at forge.gui.framework.SRearrangingUtil.fillGap(SRearrangingUtil.java:446)
at forge.gui.match.VMatchUI$1.run(VMatchUI.java:129)
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)
- rubishod
- Posts: 1
- Joined: 31 Mar 2014, 15:44
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 03-28-2014 ver 1.5.15
by NivMizzet » 31 Mar 2014, 23:26
Game is allowing Reality Acid to enchant itself when it is returned to the battlefield from exile (exile via Venser, the Sojourner).
- NivMizzet
- Posts: 12
- Joined: 25 Jan 2013, 00:30
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Xyx » 01 Apr 2014, 00:21
Yes, you can. Won't affect either ongoing or new quests.Fizanko wrote:Can i safely remove those AI duel or challenge decks (so far it's only Borborygmos.dck in Ravnica challenge and Mister Fantastic 3.dck in main world duel) without breaking quests mode or leading into "not found" type of error ?
Re: Forge Beta: 03-28-2014 ver 1.5.15
by MC Brodie » 01 Apr 2014, 00:24
I played Brainstorm on an opponent's turn and hit a Terminus as my first draw. I sent the Terminus back into the deck but I was still able to play the Terminus for it's miracle cost.
-----------------------------------------------------------------------
Song of the Day: 46 and 2 (cover)
Song of the Day: 46 and 2 (cover)
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Fizanko » 01 Apr 2014, 01:51
Nice , thanksXyx wrote:Yes, you can. Won't affect either ongoing or new quests.
After a quest duel i went to the spellshop and was going to buy Graypelt Hunter , after right clicking and selecting Buy i was granted by this error message

- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.15-r25277
Operating System: Windows XP 5.1 x86
Java Version: 1.7.0_10 Oracle Corporation
java.lang.NullPointerException
at forge.gui.deckeditor.CDeckEditorUI.addSelectedCards(CDeckEditorUI.java:158)
at forge.gui.deckeditor.controllers.ACEditorBase$EditorContextMenuBuilder$4.run(ACEditorBase.java:442)
at forge.gui.GuiUtils$1.actionPerformed(GuiUtils.java:124)
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.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.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)
viewtopic.php?f=26&t=14155#p149350
And same as this one, quitting Forge, relaunching it and going back to buy the card in the spell shop worked with error
note : Graypelt Hunter was a card i lost in ante during the duel (i have the baazar upgrade to have the spellshop selling my card lost in antes) , maybe that precision is important.
probably outdated by now so you should avoid : Innistrad world for Forge (updated 17/11/2014)
Duel Decks for Forge - Forge custom decks (updated 25/10/2014)
Duel Decks for Forge - Forge custom decks (updated 25/10/2014)
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Jaedayr » 01 Apr 2014, 01:55
If I activate Decimator Web but cancel before selecting any player, it untaps some number of previously tapped lands.
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Fizanko » 01 Apr 2014, 04:34
I got again the same error message, accidentally clicked on quit application instead of copy to forum, and it happened again on a card i lost in ante and went to buy again in the spellshop.Fizanko wrote:It reminds me of a previous bug i reported in which trying to buy a card lead into the error (it was a different one)
viewtopic.php?f=26&t=14155#p149350
And same as this one, quitting Forge, relaunching it and going back to buy the card in the spell shop worked with error
note : Graypelt Hunter was a card i lost in ante during the duel (i have the baazar upgrade to have the spellshop selling my card lost in antes) , maybe that precision is important.
And again after quitting/relaunching the game, i can buy the card without error.
So there's probably a link between cards lost in ante and that error
probably outdated by now so you should avoid : Innistrad world for Forge (updated 17/11/2014)
Duel Decks for Forge - Forge custom decks (updated 25/10/2014)
Duel Decks for Forge - Forge custom decks (updated 25/10/2014)
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Fizanko » 01 Apr 2014, 04:54
Another bug, this one is new to me.
After winning the 1st round of a duel battle with the "Lisa Simpson" (Hard) AI and the screen telling me we were at 1:0 and i had won by ante the Maelstrom Pulse card , i clicked as usual on the button to go to the next round of the battle.
Instead of going to the 2nd round, it brought me back to the main Forge menu with that error message

After winning the 1st round of a duel battle with the "Lisa Simpson" (Hard) AI and the screen telling me we were at 1:0 and i had won by ante the Maelstrom Pulse card , i clicked as usual on the button to go to the next round of the battle.
Instead of going to the 2nd round, it brought me back to the main Forge menu with that error message

- UncheckedExecutionException | Open
- Code: Select all
Forge Version: 1.5.15-r25277
Operating System: Windows XP 5.1 x86
Java Version: 1.7.0_10 Oracle Corporation
com.google.common.util.concurrent.UncheckedExecutionException: java.awt.color.CMMException: Invalid image format
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
at forge.ImageCache.getImage(ImageCache.java:221)
at forge.ImageCache.getOriginalImage(ImageCache.java:142)
at forge.ImageCache.scaleImage(ImageCache.java:182)
at forge.ImageCache.getIcon(ImageCache.java:110)
at forge.gui.home.quest.PnlEvent.<init>(PnlEvent.java:47)
at forge.gui.home.quest.CSubmenuDuels.update(CSubmenuDuels.java:120)
at forge.gui.home.CHomeUI.itemClick(CHomeUI.java:53)
at forge.gui.home.CHomeUI.selectPrevious(CHomeUI.java:135)
at forge.gui.home.CHomeUI.initialize(CHomeUI.java:81)
at forge.control.FControl.setCurrentScreen(FControl.java:300)
at forge.view.FNavigationBar.closeTab(FNavigationBar.java:157)
at forge.view.FNavigationBar.closeTab(FNavigationBar.java:145)
at forge.control.FControl.endCurrentGame(FControl.java:445)
at forge.gui.match.ControlWinLose.actionOnContinue(ControlWinLose.java:61)
at forge.gui.match.ControlWinLose$1.actionPerformed(ControlWinLose.java:36)
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.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
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)
Caused by: java.awt.color.CMMException: Invalid image format
at sun.java2d.cmm.kcms.CMM.checkStatus(Unknown Source)
at sun.java2d.cmm.kcms.CMM.createTransform(Unknown Source)
at java.awt.image.ColorConvertOp.filter(Unknown Source)
at com.sun.imageio.plugins.jpeg.JPEGImageReader.acceptPixels(Unknown Source)
at com.sun.imageio.plugins.jpeg.JPEGImageReader.readImage(Native Method)
at com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(Unknown Source)
at com.sun.imageio.plugins.jpeg.JPEGImageReader.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at forge.ImageLoader._findFile(ImageLoader.java:85)
at forge.ImageLoader.load(ImageLoader.java:49)
at forge.ImageLoader.load(ImageLoader.java:13)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
... 55 more
probably outdated by now so you should avoid : Innistrad world for Forge (updated 17/11/2014)
Duel Decks for Forge - Forge custom decks (updated 25/10/2014)
Duel Decks for Forge - Forge custom decks (updated 25/10/2014)
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Marek14 » 01 Apr 2014, 13:56
AI casts Sower of Temptation, stealing my Biovisionary.
I cast Clone, copy Sower of Temptation, stealing the Biovisionary back.
AI returns Clone to hand, Biovisionary stays under my control -- should return to AI since its control change effect is not yet canceled.
When I return opponent's face-down creature to hand, I should be told what the card was (face-down cards have to be revealed when leaving the battlefield).
Also, face-down creatures for some reason don't show P/T numbers on the overlay anymore.
The ability of Descent into Madness can be, for whatever reason, cancelled before requisite number of cards is chosen. Another Descent into Madness bug is that if opponent exiles it for its own ability, I won't be asked to exile cards that turn.
I cast Clone, copy Sower of Temptation, stealing the Biovisionary back.
AI returns Clone to hand, Biovisionary stays under my control -- should return to AI since its control change effect is not yet canceled.
When I return opponent's face-down creature to hand, I should be told what the card was (face-down cards have to be revealed when leaving the battlefield).
Also, face-down creatures for some reason don't show P/T numbers on the overlay anymore.
The ability of Descent into Madness can be, for whatever reason, cancelled before requisite number of cards is chosen. Another Descent into Madness bug is that if opponent exiles it for its own ability, I won't be asked to exile cards that turn.
Re: Forge Beta: 03-28-2014 ver 1.5.15
by Stampedo » 01 Apr 2014, 22:26
I don't know what happened, but from there, the game got stuck.
I just played Thorncaster Sliver and I couldn't press "ok", nothing happens.
Number (power/toughness) of the slivers keep looping "1/1" to "2/2" back and forth. Clearly a glitch.
I just played Thorncaster Sliver and I couldn't press "ok", nothing happens.
Number (power/toughness) of the slivers keep looping "1/1" to "2/2" back and forth. Clearly a glitch.
Who is online
Users browsing this forum: No registered users and 52 guests