It is currently 19 May 2025, 04:43
   
Text Size

Forge Beta: 04-25-2014 ver 1.5.17

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

Re: Forge Beta: 04-25-2014 ver 1.5.17

Postby lazylockie » 07 May 2014, 14:12

casting Vanish into Memory on a token is making me discard cards equal its toughness, even after the token ceased to exist. According to the oracle, this is incorrect:

7/15/2006: If the creature exiled with Vanish into Memory never returns to the battlefield (because it was a token creature, for example), you don't discard any cards
lazylockie
 
Posts: 508
Joined: 13 Jul 2010, 22:44
Has thanked: 74 times
Been thanked: 15 times

Re: Forge Beta: 04-25-2014 ver 1.5.17

Postby Midori » 07 May 2014, 14:43

Combatdamage dealt to Epochrasite remains on it even while it is exiled. Returning it to the battlefield through suspend caused it to die again immediately due to that damage.

Gamesituation:
Terra Stomper is blocked by my 4/4 Epochrasite (it had 3 +1/+1 counter on it). It dies and is exiled and gains suspend (Checking the card revealed it still had 4 damage listed on it).
I get to cast mentioned Epochrasite on the following turn thanks to Clockspinning through suspend and it immediately dies again.
Midori
 
Posts: 55
Joined: 20 Apr 2014, 12:43
Has thanked: 1 time
Been thanked: 4 times

Re: Forge Beta: 04-25-2014 ver 1.5.17

Postby gos » 07 May 2014, 15:03

Saproling tokens made by Vitu-Ghazi, the City-Tree use the image for 1/1 white spirits from Ravnica.
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Beta: 04-25-2014 ver 1.5.17

Postby KMO » 07 May 2014, 16:50

Description: Daring Thief untapped, and I chose to exchange control of an Ordeal of Erebos on 1 of my opponent's 2 creatures with a Stratus Walk on 1 of my 3(?). When it resolved:

NullPointerException | Open
Code: Select all
Forge Version:    1.5.17-r25620
Operating System: Windows Vista 6.0 x86
Java Version:     1.7.0_55 Oracle Corporation

java.lang.NullPointerException
   at forge.view.arcane.PlayArea$CardStack.add(PlayArea.java:758)
   at forge.view.arcane.PlayArea$CardStack.add(PlayArea.java:759)
   at forge.view.arcane.PlayArea$CardStackRow.addAll(PlayArea.java:680)
   at forge.view.arcane.PlayArea$CardStackRow.<init>(PlayArea.java:670)
   at forge.view.arcane.PlayArea.doLayout(PlayArea.java:203)
   at forge.view.arcane.PlayArea.recalculateCardPanels(PlayArea.java:568)
   at forge.view.arcane.PlayArea.setupPlayZone(PlayArea.java:525)
   at forge.screens.match.CMatchUI.updateZones(CMatchUI.java:347)
   at forge.GuiDesktop.updateZones(GuiDesktop.java:349)
   at forge.control.FControlGameEventHandler$8.run(FControlGameEventHandler.java:166)
   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)
KMO
 
Posts: 12
Joined: 03 Feb 2014, 09:55
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 04-25-2014 ver 1.5.17

Postby Xyx » 07 May 2014, 23:37

A simple one:

Argothian Wurm is Creature - Beast but should be Creature - Wurm. (Presumably a copy/paste error off Shivan Wumpus.)
User avatar
Xyx
Tester
 
Posts: 524
Joined: 23 Feb 2014, 23:01
Has thanked: 38 times
Been thanked: 32 times

Re: Forge Beta: 04-25-2014 ver 1.5.17

Postby swordshine » 08 May 2014, 01:44

lazylockie wrote:casting Vanish into Memory on a token is making me discard cards equal its toughness, even after the token ceased to exist. According to the oracle, this is incorrect:

7/15/2006: If the creature exiled with Vanish into Memory never returns to the battlefield (because it was a token creature, for example), you don't discard any cards
Xyx wrote:A simple one:

Argothian Wurm is Creature - Beast but should be Creature - Wurm. (Presumably a copy/paste error off Shivan Wumpus.)
Both fixed, thanks.
KMO wrote:Description: Daring Thief untapped, and I chose to exchange control of an Ordeal of Erebos on 1 of my opponent's 2 creatures with a Stratus Walk on 1 of my 3(?). When it resolved:

NullPointerException | Open
Code: Select all
Forge Version:    1.5.17-r25620
Operating System: Windows Vista 6.0 x86
Java Version:     1.7.0_55 Oracle Corporation

java.lang.NullPointerException
   at forge.view.arcane.PlayArea$CardStack.add(PlayArea.java:758)
   at forge.view.arcane.PlayArea$CardStack.add(PlayArea.java:759)
   at forge.view.arcane.PlayArea$CardStackRow.addAll(PlayArea.java:680)
   at forge.view.arcane.PlayArea$CardStackRow.<init>(PlayArea.java:670)
   at forge.view.arcane.PlayArea.doLayout(PlayArea.java:203)
   at forge.view.arcane.PlayArea.recalculateCardPanels(PlayArea.java:568)
   at forge.view.arcane.PlayArea.setupPlayZone(PlayArea.java:525)
   at forge.screens.match.CMatchUI.updateZones(CMatchUI.java:347)
   at forge.GuiDesktop.updateZones(GuiDesktop.java:349)
   at forge.control.FControlGameEventHandler$8.run(FControlGameEventHandler.java:166)
   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)
This is a UI issue and I posted this bug before this release. I hope a UI expert could solve this issue.
swordshine
 
Posts: 682
Joined: 11 Jul 2010, 02:37
Has thanked: 116 times
Been thanked: 87 times

Re: Forge Beta: 04-25-2014 ver 1.5.17

Postby supercommiefu » 08 May 2014, 02:21

The Oracle text on Bronze horse is missing the "As long as you control another creature," clause at the beginning. It functions as though it is there, though.

When a precursor golem is targeted with an electrolyze, I get the following error:
NullPointerException | Open
Code: Select all
Forge Version:    1.5.17-r25620
Operating System: Windows 8 6.2 amd64
Java Version:     1.7.0_25 Oracle Corporation

java.lang.NullPointerException
   at forge.game.spellability.TargetRestrictions.getDividedValue(TargetRestrictions.java:710)
   at forge.game.ability.effects.DamageDealEffect.resolve(DamageDealEffect.java:140)
   at forge.game.ability.SpellApiBased.resolve(SpellApiBased.java:47)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1210)
   at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1192)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:536)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:1011)
   at forge.game.GameAction.startGame(GameAction.java:1524)
   at forge.game.Match.startGame(Match.java:80)
   at forge.control.FControl$4.run(FControl.java:436)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
supercommiefu
 
Posts: 25
Joined: 28 May 2012, 01:42
Has thanked: 1 time
Been thanked: 1 time

Re: Forge Beta: 04-25-2014 ver 1.5.17

Postby swordshine » 08 May 2014, 04:57

supercommiefu wrote:The Oracle text on Bronze horse is missing the "As long as you control another creature," clause at the beginning. It functions as though it is there, though.

When a precursor golem is targeted with an electrolyze, I get the following error:
NullPointerException | Open
Code: Select all
Forge Version:    1.5.17-r25620
Operating System: Windows 8 6.2 amd64
Java Version:     1.7.0_25 Oracle Corporation

java.lang.NullPointerException
   at forge.game.spellability.TargetRestrictions.getDividedValue(TargetRestrictions.java:710)
   at forge.game.ability.effects.DamageDealEffect.resolve(DamageDealEffect.java:140)
   at forge.game.ability.SpellApiBased.resolve(SpellApiBased.java:47)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1210)
   at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1192)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:536)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:1011)
   at forge.game.GameAction.startGame(GameAction.java:1524)
   at forge.game.Match.startGame(Match.java:80)
   at forge.control.FControl$4.run(FControl.java:436)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Fixed, thanks.
swordshine
 
Posts: 682
Joined: 11 Jul 2010, 02:37
Has thanked: 116 times
Been thanked: 87 times

Re: Forge Beta: 04-25-2014 ver 1.5.17

Postby Xitax » 08 May 2014, 05:31

Additional token fixes. Patch is cumulative with all fixes since this beta release.

-Fixed Vitu-Ghazi, the City Tree
-Fixed Empty the Warrens
-Fixed Kathari Bomber
Attachments
token patch 3.zip
(527.59 KiB) Downloaded 223 times
Xitax
 
Posts: 918
Joined: 16 May 2010, 17:19
Has thanked: 183 times
Been thanked: 133 times

Re: Forge Beta: 04-25-2014 ver 1.5.17

Postby lazylockie » 08 May 2014, 16:58

what's the filename for Xenagos, the Reveler Satyr token? I have all the combinations possible in my tokens folder and none of them work:

rg_2_2_satyr.jpg
gr_2_2_satyr.jpg
rg_2_2_satyr_ths.jpg
gr_2_2_satyr_ths.jpg

I also downloaded LQ card pics and I didn't get any new tokens (it skips around 200 files)
lazylockie
 
Posts: 508
Joined: 13 Jul 2010, 22:44
Has thanked: 74 times
Been thanked: 15 times

Re: Forge Beta: 04-25-2014 ver 1.5.17

Postby kvothe » 08 May 2014, 17:18

I tried rg_2_2_satyr_ths and it's working
don't know if it is supposed to be that, as it is the first satyr token so it should get the default name?
kvothe
 
Posts: 41
Joined: 26 Oct 2012, 13:45
Has thanked: 67 times
Been thanked: 2 times

Re: Forge Beta: 04-25-2014 ver 1.5.17

Postby Jaedayr » 08 May 2014, 22:22

I had Phyrexian Juggernaut in play via Prototype Portal and AI cast Recoil on it. Instead of disappearing like I expected, it reappeared in my hand and I was unable to select it for discard. I selected another card and then it disappeared.
Jaedayr
Tester
 
Posts: 523
Joined: 08 Jul 2010, 00:06
Has thanked: 16 times
Been thanked: 13 times

Re: Forge Beta: 04-25-2014 ver 1.5.17

Postby newcomer » 09 May 2014, 00:26

Scholar of Athreos worked fine, but the log startled me.

PS: Been a while since I last used forge and I must say that the UI has improved tremendously. At least its easier to look for help when I need it. Thanks.
Attachments
image.png
newcomer
 
Posts: 35
Joined: 24 Dec 2012, 09:14
Has thanked: 3 times
Been thanked: 1 time

Re: Forge Beta: 04-25-2014 ver 1.5.17

Postby swordshine » 09 May 2014, 00:27

kvothe wrote:I tried rg_2_2_satyr_ths and it's working
don't know if it is supposed to be that, as it is the first satyr token so it should get the default name?
rg_2_2_satyr is the default name. The scripts of two cards are fixed in the next release.
swordshine
 
Posts: 682
Joined: 11 Jul 2010, 02:37
Has thanked: 116 times
Been thanked: 87 times

Re: Forge Beta: 04-25-2014 ver 1.5.17

Postby swordshine » 09 May 2014, 00:32

newcomer wrote:Scholar of Athreos worked fine, but the log startled me.

PS: Been a while since I last used forge and I must say that the UI has improved tremendously. At least its easier to look for help when I need it. Thanks.
The program currently cannot calculate the correct value of sub-abilities before resolving. Actually this is not a bug, we only need update the stack description. :D
swordshine
 
Posts: 682
Joined: 11 Jul 2010, 02:37
Has thanked: 116 times
Been thanked: 87 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 30 guests


Who is online

In total there are 30 users online :: 0 registered, 0 hidden and 30 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 30 guests

Login Form