Forge Beta: 01-28-2016 ver 1.5.48
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Forge Beta: 01-28-2016 ver 1.5.48
by friarsol » 17 Feb 2016, 20:00
While it's not exactly "correct" it's currently the way Forge works. Certain costs we consider not "undoable" costs. So when rolling back an ability we're unable to restore them. It's been a while since all these were setup, so maybe there's no reason that PayLife, needs to actually be in this category anymore.joollim wrote:I want report a bug with fetch lands. When you are able to pay the cost "tap, pay 1 life, sacrifice ..." you tap and pay 1 life and say "no" to sacrifice the land, you have the land untapped but the life point doesn't return. Then you can do this again and again until die.
Is it correct?
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Forge Beta: 01-28-2016 ver 1.5.48
by war-dog » 17 Feb 2016, 22:01
OK, you are right, I could have chosen opponents permantents... my badfriarsol wrote:What's the bug? Eye of Doom allows you to choose any (nonland) permanent, not just permanents you control.war-dog wrote:I'd like to report a card bug:
"Ohh LORD!!!" -> "Your post looks too spamy for a new user, please remove off-site URLs."
please add h t t p i.imgur and then [DOT] com [Slash] PImishb [DOT] jpg

Re: Forge Beta: 01-28-2016 ver 1.5.48
by Bordergeist » 18 Feb 2016, 01:13
Is there any way to either turn off awards or just grant them all to myself? A fair number of the "special win" awards crash my game; so, for example, if I activate Venser's ultimate, then I win the match, the game freezes (clearly trying to show the award); then it's like the match never happened. This means that those ultimates are basically unusable.
- Bordergeist
- Posts: 11
- Joined: 02 Oct 2015, 00:01
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 01-28-2016 ver 1.5.48
by friarsol » 18 Feb 2016, 01:52
Do you have a crash log?Bordergeist wrote:Is there any way to either turn off awards or just grant them all to myself? A fair number of the "special win" awards crash my game; so, for example, if I activate Venser's ultimate, then I win the match, the game freezes (clearly trying to show the award); then it's like the match never happened. This means that those ultimates are basically unusable.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Forge Beta: 01-28-2016 ver 1.5.48
by alexeiforge » 19 Feb 2016, 05:48
Hey,
Any chance Chris H. is better now? I'm a tech clueless Mac guy who's been waiting patiently to download the latest beta. Love the work that you guys do. Thanks!
Any chance Chris H. is better now? I'm a tech clueless Mac guy who's been waiting patiently to download the latest beta. Love the work that you guys do. Thanks!
- alexeiforge
- Posts: 1
- Joined: 19 Feb 2016, 05:21
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 01-28-2016 ver 1.5.48
by LtEntropy » 20 Feb 2016, 08:00
I was playing my Karn EDH deck and went to cast Ulamog, the Infinite Gyre. I started paying by clicking my metalworker's mana ability and got this error. It looks like you can't use it while casting spells.
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.48-r-1
Operating System: Windows 8 6.2 amd64
Java Version: 1.8.0_60 Oracle Corporation
java.lang.NullPointerException
at forge.game.GameActionUtil.amountOfManaGenerated(GameActionUtil.java:542)
at forge.match.input.InputPayMana.activateManaAbility(InputPayMana.java:215)
at forge.match.input.InputPayMana.activateManaAbility(InputPayMana.java:167)
at forge.match.input.InputPayMana.onCardSelected(InputPayMana.java:82)
at forge.match.input.InputBase.selectCard(InputBase.java:106)
at forge.match.input.InputProxy.selectCard(InputProxy.java:145)
at forge.player.PlayerControllerHuman.selectCard(PlayerControllerHuman.java:1461)
at forge.view.arcane.PlayArea.selectCard(PlayArea.java:564)
at forge.view.arcane.PlayArea.mouseLeftClicked(PlayArea.java:536)
at forge.view.arcane.CardPanelContainer$2.mouseReleased(CardPanelContainer.java:165)
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$500(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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.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$JavaSecurityAccessImpl.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: 01-28-2016 ver 1.5.48
by xbon » 20 Feb 2016, 20:45
agreed; wondering though, where are the images downloaded from? look like much higher quality than regular lq downloads, (also still missing some cards, like PO2 muck rats)USERNOTFOUND wrote:hey thanks this is greatfriarsol wrote:From the release notes "- Live Card Image Fetcher -USERNOTFOUND wrote:can anyone tell me where i can download pictures i havnt had pictures since theros block
Forge can now automatically download missing card art while you play. This is disabled by default, so head on over to the Preferences section to try it out!"
Re: Forge Beta: 01-28-2016 ver 1.5.48
by SkyezOpen » 21 Feb 2016, 01:21
Soulfire Grand Master doesn't properly give Lifelink to spells cast with Isochron Scepter. i.e. It seems to be missing the fact that a spell is being cast because all burn spells work normally when cast from the hand or exile (with Rift Bolt), but when cast with Scepter, they don't have SGM's Lifelink.
- SkyezOpen
- Posts: 1
- Joined: 21 Feb 2016, 00:59
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 01-28-2016 ver 1.5.48
by Bordergeist » 21 Feb 2016, 09:32
No, because it doesn't actually give one--the program just stops doing responding, and requires a force quit. It's only by repetition that I came to realize it was linked to certain awards.friarsol wrote:Do you have a crash log?Bordergeist wrote:Is there any way to either turn off awards or just grant them all to myself? A fair number of the "special win" awards crash my game; so, for example, if I activate Venser's ultimate, then I win the match, the game freezes (clearly trying to show the award); then it's like the match never happened. This means that those ultimates are basically unusable.
- Bordergeist
- Posts: 11
- Joined: 02 Oct 2015, 00:01
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 01-28-2016 ver 1.5.48
by RollingMan » 21 Feb 2016, 10:17
Hi all! Long-time player, first-time poster, thanks for all your hard work on this excellent program (those of you who have put in hard work on it, that is)! I believe I've discovered a bug.
I have Kira, Great Glass Spinner on board (stolen by Ashiok's -X, in case that's relevant), opponent casts Duplicant and targets Kira with its Imprint ability. Kira's ability triggers to counter Duplicant's, we let it resolve, and...they both stay on the stack. Phases and the turn end, and both abilities are just hangin' out. See attached screenshot.
- RollingMan
- Posts: 6
- Joined: 21 Feb 2016, 10:00
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 01-28-2016 ver 1.5.48
by RollingMan » 21 Feb 2016, 10:21
Update: activated Ashiok's +2 during my first main phase, and the stack cleared. So, perhaps more of a display issue than a bug.
- RollingMan
- Posts: 6
- Joined: 21 Feb 2016, 10:00
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 01-28-2016 ver 1.5.48
by RollingMan » 21 Feb 2016, 10:38
Wasn't expecting to be back here so soon, but this time I think it seems to be a genuine error. It's happened twice now, at any rate. I have Venser's emblem on the field ("Whenever you cast a spell, exile target permanent"), and when I cast a spell, it triggers properly. However, when the triggered ability resolves, the targeted permanent is not exiled. See screenshot. This first happened when I cast Vindicate (targeting Garruk Wildspeaker) and targeted Joraga Treespeaker with the emblem's ability. In the screenshot, I had cast Sphinx's Revelation and targeted Vendilion Clique with the emblem's ability.
On an unrelated note, both times, this guy has countered my spell with a Mystic Snake. In Limited! What are the odds?!
On an unrelated note, both times, this guy has countered my spell with a Mystic Snake. In Limited! What are the odds?!
- RollingMan
- Posts: 6
- Joined: 21 Feb 2016, 10:00
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 01-28-2016 ver 1.5.48
by comicnerdchris » 21 Feb 2016, 17:31
The start up screen is Stuck at loading decks
- comicnerdchris
- Posts: 1
- Joined: 21 Feb 2016, 17:30
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 01-28-2016 ver 1.5.48
by lazylockie » 23 Feb 2016, 13:55
- lazylockie
- Posts: 508
- Joined: 13 Jul 2010, 22:44
- Has thanked: 74 times
- Been thanked: 15 times
Re: Forge Beta: 01-28-2016 ver 1.5.48
by schnautzr » 24 Feb 2016, 01:16
-
schnautzr - Posts: 106
- Joined: 23 Aug 2012, 01:13
- Location: UTC -6/-5
- Has thanked: 27 times
- Been thanked: 7 times
Who is online
Users browsing this forum: No registered users and 28 guests