It is currently 23 Aug 2025, 10:58
   
Text Size

Forge Beta: 01-28-2016 ver 1.5.48

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: Forge Beta: 01-28-2016 ver 1.5.48

Postby friarsol » 17 Feb 2016, 20:00

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?
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.
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

Postby war-dog » 17 Feb 2016, 22:01

friarsol wrote:
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
What's the bug? Eye of Doom allows you to choose any (nonland) permanent, not just permanents you control.
OK, you are right, I could have chosen opponents permantents... my bad :(
war-dog
 
Posts: 16
Joined: 02 Feb 2014, 15:29
Has thanked: 2 times
Been thanked: 0 time

Re: Forge Beta: 01-28-2016 ver 1.5.48

Postby 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

Postby friarsol » 18 Feb 2016, 01:52

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.
Do you have a crash log?
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

Postby 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!
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

Postby 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)
LtEntropy
 
Posts: 16
Joined: 08 Oct 2012, 13:11
Has thanked: 1 time
Been thanked: 2 times

Re: Forge Beta: 01-28-2016 ver 1.5.48

Postby xbon » 20 Feb 2016, 20:45

USERNOTFOUND wrote:
friarsol wrote:
USERNOTFOUND wrote:can anyone tell me where i can download pictures i havnt had pictures since theros block
From the release notes "- Live Card Image Fetcher -
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!"
hey thanks this is great
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)
xbon
 
Posts: 124
Joined: 04 Jun 2013, 22:52
Has thanked: 18 times
Been thanked: 2 times

Re: Forge Beta: 01-28-2016 ver 1.5.48

Postby 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

Postby Bordergeist » 21 Feb 2016, 09:32

friarsol wrote:
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.
Do you have a crash log?
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.
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

Postby RollingMan » 21 Feb 2016, 10:17

error.jpg

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

Postby 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

Postby 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.
error.jpg

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

Postby 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

Postby lazylockie » 23 Feb 2016, 13:55

anyone else having some trouble with card image for Wastes? I tried

~ = pics folder

~/OGW/Wastes.full.jpg
~/OGW/Wastes1.full.jpg
~/OGW/Wastes2.full.jpg
~/Wastes.full.jpg
~/Wastes1.full.jpg
~/Wastes2.full.jpg

None of those work, any ideas?
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

Postby schnautzr » 24 Feb 2016, 01:16

Capture.PNG


There's a Lumberknot in my graveyard that received a +1/+1 counter after entering the graveyard.
User avatar
schnautzr
 
Posts: 106
Joined: 23 Aug 2012, 01:13
Location: UTC -6/-5
Has thanked: 27 times
Been thanked: 7 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 55 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 55 users online :: 0 registered, 0 hidden and 55 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 55 guests

Login Form