Page 4 of 5

Re: Forge Beta: 11-01-2013 ver 1.5.4

PostPosted: 11 Nov 2013, 00:10
by Xitax
In windowed mode, the beginning and endpoints of the targeting arcs are being misplaced.

Re: Forge Beta: 11-01-2013 ver 1.5.4

PostPosted: 11 Nov 2013, 03:29
by Bog Wraith
When the top card from the AI's library is exiled when receiving damage from my attacking Nightveil Specter, I am not able to play the card as it goes directly to the AI's exiled pile and is not offered to me to be able to play the card.

Re: Forge Beta: 11-01-2013 ver 1.5.4

PostPosted: 11 Nov 2013, 03:34
by friarsol
Bog Wraith wrote:When the top card from the AI's library is exiled when receiving damage from my attacking Nightveil Specter, I am not able to play the card as it goes directly to the AI's exiled pile and is not offered to me to be able to play the card.
That's not how Nightveil Specter works. It's not a "Exile and you may play immediately" type of card. It's a "Exile and sometime in the future you will have the ability to play it" card. Check out your flashback zone to see if you are able to play it from there.

Re: Forge Beta: 11-01-2013 ver 1.5.4

PostPosted: 11 Nov 2013, 10:05
by lazylockie
AI is casting Exhume when it has no legal targets on its graveyard

Re: Forge Beta: 11-01-2013 ver 1.5.4

PostPosted: 12 Nov 2013, 02:16
by drdev
Xitax wrote:In windowed mode, the beginning and endpoints of the targeting arcs are being misplaced.
Fixed. Thanks for reporting this issue.

Re: Forge Beta: 11-01-2013 ver 1.5.4

PostPosted: 12 Nov 2013, 10:36
by Twainer
I have a Wingsteed Rider with a Hopeful Eidolon bestowed. If I cast Gods Willing naming white the eidolon should fall off and become a creature. Instead it is currently going to the graveyard.

Re: Forge Beta: 11-01-2013 ver 1.5.4

PostPosted: 12 Nov 2013, 19:45
by gos
I can't play the cards exiled with Colfenor's Plans. They appear in the flashback menu, but selecting a card and pressing OK has no effect.

Re: Forge Beta: 11-01-2013 ver 1.5.4

PostPosted: 12 Nov 2013, 20:01
by friarsol
gos wrote:I can't play the cards exiled with Colfenor's Plans. They appear in the flashback menu, but selecting a card and pressing OK has no effect.
Is this on top of the fact that Colfenor's Plans doesn't let you play more than one spell a turn? e.g Play the Plans, go exile a bunch of cards. Now since you already cast a spell this turn (The Plans) you can't cast anything until the next turn.

Re: Forge Beta: 11-01-2013 ver 1.5.4

PostPosted: 12 Nov 2013, 20:22
by gos
friarsol wrote:
gos wrote:I can't play the cards exiled with Colfenor's Plans. They appear in the flashback menu, but selecting a card and pressing OK has no effect.
Is this on top of the fact that Colfenor's Plans doesn't let you play more than one spell a turn? e.g Play the Plans, go exile a bunch of cards. Now since you already cast a spell this turn (The Plans) you can't cast anything until the next turn.
Absolutely. I tried over multiple turns, before and after playing a land, without having played a spell and after playing a spell...

Re: Forge Beta: 11-01-2013 ver 1.5.4

PostPosted: 13 Nov 2013, 01:16
by horsekateer
Description: Just finished building a commander deck. I had placed my commander (Trostani, Selesnya's Voice) in the commander section of the deckbuilder, then saved it, then attempted to close the editor and the crash occured.

Running Windows 7 in Parallels on a Macbook Pro.

IllegalArgumentException | Open
Code: Select all
Forge Version:    1.5.4-r23578
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_40 Oracle Corporation

java.lang.IllegalArgumentException: illegal component position
   at java.awt.Container.addImpl(Unknown Source)
   at java.awt.Container.add(Unknown Source)
   at forge.gui.framework.DragCell.addDoc(DragCell.java:283)
   at forge.gui.deckeditor.controllers.CEditorCommander.resetUIChanges(CEditorCommander.java:225)
   at forge.gui.deckeditor.CDeckEditorUI.canSwitchAway(CDeckEditorUI.java:109)
   at forge.gui.deckeditor.VDeckEditorUI.onClosing(VDeckEditorUI.java:63)
   at forge.gui.framework.FScreen.onClosing(FScreen.java:178)
   at forge.view.FNavigationBar.closeTab(FNavigationBar.java:159)
   at forge.view.FNavigationBar.access$1100(FNavigationBar.java:39)
   at forge.view.FNavigationBar$NavigationTab$CloseButton$1.mouseReleased(FNavigationBar.java:487)
   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: 11-01-2013 ver 1.5.4

PostPosted: 13 Nov 2013, 01:21
by SagePtr
When loading gauntlet, game throws exception:
NullPointerException | Open
Code: Select all
Forge Version:    1.5.4-r23578
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_45 Oracle Corporation

java.lang.NullPointerException
   at forge.game.GameNew.newGame(GameNew.java:280)
   at forge.game.Match.startGame(Match.java:91)
   at forge.control.FControl.startGameWithUi(FControl.java:428)
   at forge.gui.home.gauntlet.CSubmenuGauntletLoad$6.run(CSubmenuGauntletLoad.java:119)
   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: 11-01-2013 ver 1.5.4

PostPosted: 13 Nov 2013, 05:48
by horsekateer
Apologies if these issues have been addressed in the past, but I searched the forum and didn't find anything.

2 things: Are the basic lands in the latest sets (M14 and Theros) not included when you download the set images? Any booster draft I do with those sets has old lands for some reason.

Also in commander my opponents only ever attack me and never each other. I know its a new feature but just a heads up.

Thanks!

Re: Forge Beta: 11-01-2013 ver 1.5.4

PostPosted: 13 Nov 2013, 19:35
by gos
My Riftwing Cloudskate (which I had previously suspended and cast, only to have it bounced) had haste when I cast it from my hand.

Re: Forge Beta: 11-01-2013 ver 1.5.4

PostPosted: 13 Nov 2013, 19:59
by gos
Description: I was using Starke of Rath 's ability in my first main phase. There wasn't any combat going on (of course), but the game froze, with this error, after my opponent gained control of Starke and put this effect on the stack: "1. Starke of Rath (23) - Destroy Bayou Dragonfly (96). [Rachel] gains control of Starke of Rath (23). Remove Bayou Dragonfly (96) from combat."

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

java.lang.NullPointerException
   at forge.card.ability.effects.RemoveFromCombatEffect.resolve(RemoveFromCombatEffect.java:38)
   at forge.card.spellability.AbilitySub.resolve(AbilitySub.java:130)
   at forge.card.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1110)
   at forge.card.ability.AbilityUtils.resolveSubAbilities(AbilityUtils.java:1103)
   at forge.card.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1116)
   at forge.card.ability.AbilityUtils.resolveSubAbilities(AbilityUtils.java:1103)
   at forge.card.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1116)
   at forge.card.ability.AbilityUtils.resolve(AbilityUtils.java:1092)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:538)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:999)
   at forge.game.GameAction.startGame(GameAction.java:1462)
   at forge.game.Match$1.run(Match.java:104)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

Re: Forge Beta: 11-01-2013 ver 1.5.4

PostPosted: 14 Nov 2013, 08:14
by gos
Description: I was trying to aura swap my Arcanum Wings. The Wings were attached to a Simic Guildmage I controlled, and I got as far as choosing the Verdant Embrace in my hand when the exception popped up.

IllegalArgumentException | Open
Code: Select all
Forge Version:    1.5.4-r23578
Operating System: Windows 7 6.1 amd64
Java Version:     1.7.0_07 Oracle Corporation

java.lang.IllegalArgumentException: component and container should be in the same top-level window
   at java.awt.Container.checkAdding(Unknown Source)
   at java.awt.Container.setComponentZOrder(Unknown Source)
   at forge.view.arcane.PlayArea.positionAllCards(PlayArea.java:283)
   at forge.view.arcane.PlayArea.doLayout(PlayArea.java:257)
   at forge.view.arcane.PlayArea.recalculateCardPanels(PlayArea.java:571)
   at forge.view.arcane.PlayArea.setupPlayZone(PlayArea.java:528)
   at forge.gui.match.CMatchUI.updateZones(CMatchUI.java:342)
   at forge.control.FControlGameEventHandler$8.run(FControlGameEventHandler.java:209)
   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)