It is currently 25 Aug 2025, 14:19
   
Text Size

Forge Beta: 01-31-2014 ver 1.5.11

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

Re: Forge Beta: 01-31-2014 ver 1.5.11

Postby excessum » 02 Feb 2014, 01:28

The crash was caused by match.xml in the preferences folder from 1.5.10. Deleting it and regenerating a new one solves the problem.

excessum wrote:Looks like I got the exact same issue but with Win7 and a newer Java.

Description: [describe what you were doing when the crash occurred]

NullPointerException | Open
Code: Select all
Forge Version:    1.5.11-r${forge.revision}${forge.specialStatus} (mixed revisions detected; please update from the root directory)
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_51 Oracle Corporation

java.lang.NullPointerException
   at forge.gui.match.views.VAntes.update(VAntes.java:124)
   at forge.gui.match.controllers.CAntes.update(CAntes.java:37)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:329)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:341)
   at forge.gui.framework.DragCell.addDoc(DragCell.java:283)
   at forge.gui.framework.SLayoutIO.loadLayout(SLayoutIO.java:386)
   at forge.control.FControl.setCurrentScreen(FControl.java:303)
   at forge.control.FControl.setCurrentScreen(FControl.java:276)
   at forge.control.FControl.attachToGame(FControl.java:487)
   at forge.control.FControl.startGameWithUi(FControl.java:442)
   at forge.control.FControl$5.run(FControl.java:592)
   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)
NoctisIncendia wrote:I get this error whenever I try to start a game (both constructed and draft)

NullPointerException | Open
Code: Select all
Forge Version:    1.5.11-r${forge.revision}${forge.specialStatus} (mixed revisions detected; please update from the root directory)
Operating System: Windows 8 6.2 amd64
Java Version:     1.7.0_45 Oracle Corporation

java.lang.NullPointerException
   at forge.gui.match.views.VAntes.update(VAntes.java:124)
   at forge.gui.match.controllers.CAntes.update(CAntes.java:37)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:329)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:341)
   at forge.gui.framework.DragCell.addDoc(DragCell.java:283)
   at forge.gui.framework.SLayoutIO.loadLayout(SLayoutIO.java:386)
   at forge.control.FControl.setCurrentScreen(FControl.java:303)
   at forge.control.FControl.setCurrentScreen(FControl.java:276)
   at forge.control.FControl.attachToGame(FControl.java:487)
   at forge.control.FControl.startGameWithUi(FControl.java:442)
   at forge.control.FControl$5.run(FControl.java:592)
   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)
excessum
 
Posts: 177
Joined: 21 Oct 2013, 02:30
Has thanked: 0 time
Been thanked: 19 times

Re: Forge Beta: 01-31-2014 ver 1.5.11

Postby AskedForIt » 02 Feb 2014, 01:47

I get this crash when AI activates Jace, Architect of Thought's -2 ability.

IllegalArgumentException | Open
Code: Select all
Forge Version:    1.5.11-r${forge.revision}${forge.specialStatus} (mixed revisions detected; please update from the root directory)
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_45 Oracle Corporation

java.lang.IllegalArgumentException: Min must not be greater than Max
   at forge.gui.input.InputSelectManyBase.<init>(InputSelectManyBase.java:27)
   at forge.gui.input.InputSelectEntitiesFromList.<init>(InputSelectEntitiesFromList.java:19)
   at forge.gui.input.InputSelectCardsFromList.<init>(InputSelectCardsFromList.java:15)
   at forge.gui.player.PlayerControllerHuman.chooseCardsForEffect(PlayerControllerHuman.java:327)
   at forge.game.ability.effects.TwoPilesEffect.resolve(TwoPilesEffect.java:92)
   at forge.game.spellability.AbilitySub.resolve(AbilitySub.java:130)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1182)
   at forge.game.ability.AbilityUtils.resolveSubAbilities(AbilityUtils.java:1175)
   at forge.game.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1189)
   at forge.game.ability.AbilityUtils.resolve(AbilityUtils.java:1164)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:581)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:1019)
   at forge.game.GameAction.startGame(GameAction.java:1508)
   at forge.game.Match.startGame(Match.java:90)
   at forge.control.FControl$4.run(FControl.java:449)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Also, thanks to you hard working devs for an awesome piece of work.
AskedForIt
 
Posts: 2
Joined: 02 Feb 2014, 01:43
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 01-31-2014 ver 1.5.11

Postby gos » 02 Feb 2014, 09:23

The AI targeted me with Praetor's Grasp. The card was exiled face up.
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Beta: 01-31-2014 ver 1.5.11

Postby serrasmurf » 02 Feb 2014, 11:08

drdev wrote:You can change themes under Forge > Layout > Theme on any screen. However, since you're using a custom theme, you can change the grid color by simply modifying the ZEBRA color. I had to modify the ZEBRA color for the similar Journeyman skin as part of this release.
Thnx!
How do I modify the zebra color? (i'm not a programmer; if you could give me a headstart than i'll work it out)
serrasmurf
 
Posts: 316
Joined: 30 Jan 2010, 14:09
Location: The Netherlands
Has thanked: 3 times
Been thanked: 18 times

Re: Forge Beta: 01-31-2014 ver 1.5.11

Postby PsiOptics » 02 Feb 2014, 13:31

Description: [describe what you were doing when the crash occurred]

NullPointerException | Open
Code: Select all
Forge Version:    1.5.11-r${forge.revision}${forge.specialStatus} (mixed revisions detected; please update from the root directory)
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_05 Oracle Corporation

java.lang.NullPointerException
   at forge.gui.match.views.VAntes.update(VAntes.java:124)
   at forge.gui.match.controllers.CAntes.update(CAntes.java:37)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:329)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:341)
   at forge.gui.framework.DragCell.addDoc(DragCell.java:283)
   at forge.gui.framework.SLayoutIO.loadLayout(SLayoutIO.java:386)
   at forge.control.FControl.setCurrentScreen(FControl.java:303)
   at forge.control.FControl.setCurrentScreen(FControl.java:276)
   at forge.control.FControl.attachToGame(FControl.java:487)
   at forge.control.FControl.startGameWithUi(FControl.java:442)
   at forge.control.FControl$5.run(FControl.java:592)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(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)
So far this is making it unplayable for me.
PsiOptics
 
Posts: 42
Joined: 03 Oct 2011, 22:16
Has thanked: 0 time
Been thanked: 1 time

Re: Forge Beta: 01-31-2014 ver 1.5.11

Postby friarsol » 02 Feb 2014, 13:40

PsiOptics wrote:Description: [describe what you were doing when the crash occurred]

NullPointerException | Open
Code: Select all
Forge Version:    1.5.11-r${forge.revision}${forge.specialStatus} (mixed revisions detected; please update from the root directory)
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_05 Oracle Corporation

java.lang.NullPointerException
   at forge.gui.match.views.VAntes.update(VAntes.java:124)
   at forge.gui.match.controllers.CAntes.update(CAntes.java:37)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:329)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:341)
   at forge.gui.framework.DragCell.addDoc(DragCell.java:283)
   at forge.gui.framework.SLayoutIO.loadLayout(SLayoutIO.java:386)
   at forge.control.FControl.setCurrentScreen(FControl.java:303)
   at forge.control.FControl.setCurrentScreen(FControl.java:276)
   at forge.control.FControl.attachToGame(FControl.java:487)
   at forge.control.FControl.startGameWithUi(FControl.java:442)
   at forge.control.FControl$5.run(FControl.java:592)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(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)
So far this is making it unplayable for me.
Please read this thread, several people reported this and the answer was just a few posts below yours "The crash was caused by match.xml in the preferences folder from 1.5.10. Deleting it and regenerating a new one solves the problem."
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Beta: 01-31-2014 ver 1.5.11

Postby awebgsu » 02 Feb 2014, 15:30

I also had the same error, and deleting the match.xml file did not resolve it. Going through withdrawal.

friarsol wrote:
PsiOptics wrote:Description: [describe what you were doing when the crash occurred]

NullPointerException | Open
Code: Select all
Forge Version:    1.5.11-r${forge.revision}${forge.specialStatus} (mixed revisions detected; please update from the root directory)
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_05 Oracle Corporation

java.lang.NullPointerException
   at forge.gui.match.views.VAntes.update(VAntes.java:124)
   at forge.gui.match.controllers.CAntes.update(CAntes.java:37)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:329)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:341)
   at forge.gui.framework.DragCell.addDoc(DragCell.java:283)
   at forge.gui.framework.SLayoutIO.loadLayout(SLayoutIO.java:386)
   at forge.control.FControl.setCurrentScreen(FControl.java:303)
   at forge.control.FControl.setCurrentScreen(FControl.java:276)
   at forge.control.FControl.attachToGame(FControl.java:487)
   at forge.control.FControl.startGameWithUi(FControl.java:442)
   at forge.control.FControl$5.run(FControl.java:592)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(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)
So far this is making it unplayable for me.
Please read this thread, several people reported this and the answer was just a few posts below yours "The crash was caused by match.xml in the preferences folder from 1.5.10. Deleting it and regenerating a new one solves the problem."
awebgsu
 
Posts: 6
Joined: 24 Nov 2013, 01:38
Has thanked: 1 time
Been thanked: 0 time

Re: Forge Beta: 01-31-2014 ver 1.5.11

Postby war-dog » 02 Feb 2014, 15:31

Tried to start a Quest mode - Challenge. Clicked on START and got this:

NullPointerException | Open
Code: Select all
Forge Version:    1.5.11-r${forge.revision}${forge.specialStatus} (mixed revisions detected; please update from the root directory)
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_25 Oracle Corporation

java.lang.NullPointerException
   at forge.gui.match.views.VAntes.update(VAntes.java:124)
   at forge.gui.match.controllers.CAntes.update(CAntes.java:37)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:329)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:341)
   at forge.gui.framework.DragCell.addDoc(DragCell.java:283)
   at forge.gui.framework.SLayoutIO.loadLayout(SLayoutIO.java:386)
   at forge.control.FControl.setCurrentScreen(FControl.java:303)
   at forge.control.FControl.setCurrentScreen(FControl.java:276)
   at forge.control.FControl.startGameWithUi(FControl.java:435)
   at forge.gui.home.quest.SSubmenuQuestUtil$3.run(SSubmenuQuestUtil.java:473)
   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)
Deleting match.xml did not fix the problem
Last edited by war-dog on 02 Feb 2014, 15:43, edited 1 time in total.
war-dog
 
Posts: 16
Joined: 02 Feb 2014, 15:29
Has thanked: 2 times
Been thanked: 0 time

Re: Forge Beta: 01-31-2014 ver 1.5.11

Postby war-dog » 02 Feb 2014, 15:37

Please check the card
, as it comes into play a weird dialog appears with the cards text.

like:

[CARDNAME] enters the battlefield tapped.
As [CARDNAME] enters the battlefield, choose a color.
war-dog
 
Posts: 16
Joined: 02 Feb 2014, 15:29
Has thanked: 2 times
Been thanked: 0 time

Re: Forge Beta: 01-31-2014 ver 1.5.11

Postby Max mtg » 02 Feb 2014, 17:22

friarsol wrote:Please read this thread, several people reported this and the answer was just a few posts below yours "The crash was caused by match.xml in the preferences folder from 1.5.10. Deleting it and regenerating a new one solves the problem."
There's a magic button in Preferences -> Troubleshooting to reset match layout.


I don't understand another thing: why the stack frame points at line 124 where list of players is being iterated. Facing an NPE there means that the list was not initialized, but how is that possible?
Single class for single responsibility.
Max mtg
Programmer
 
Posts: 1997
Joined: 02 Jul 2011, 14:26
Has thanked: 173 times
Been thanked: 334 times

Re: Forge Beta: 01-31-2014 ver 1.5.11

Postby Devilman06 » 02 Feb 2014, 17:49

Whenever an opponent searches for a card using demonic tutor it show the card they picked when it shouldn't. I don't know if this has happened with other tutors but with Demonic Tutor it is not supposed to reveal to all players

Also I played Jace, Architect of Thought final ability and pulled Violent Ultimatum from opponents deck and was able to return that card using an Eternal Witness. The card was in opponents graveyard
Last edited by moomarc on 03 Feb 2014, 07:56, edited 2 times in total.
Reason: Card overlays
Devilman06
 
Posts: 127
Joined: 29 Jan 2010, 03:59
Has thanked: 1 time
Been thanked: 2 times

Re: Forge Beta: 01-31-2014 ver 1.5.11

Postby krishkrush » 02 Feb 2014, 19:16

The casting cost reduction Ragemonger grants isn't working for Boros Reckoner. But it should according to the rules.

See: "If a spell has hybrid mana symbols in its mana cost, you choose which half you will be paying before determining the total cost. If you choose to pay such a cost with {B} or {R}, Ragemonger can reduce that part of the cost."
krishkrush
 
Posts: 89
Joined: 13 Oct 2012, 14:18
Has thanked: 30 times
Been thanked: 2 times

Re: Forge Beta: 01-31-2014 ver 1.5.11

Postby krishkrush » 02 Feb 2014, 19:37

Another one as I play my minotaur deck:

The Tribute mechanic doesn't seem to work correctly every time (maybe because of forge's general problem with ETB effects). Resulting in this case in a pumped up Oracle of Bones plus Insurrection for free :lol: Didn't save me though :oops:

| Open
Match result: krishkrush: 0 Yssith: 1
Game outcome: Yssith has won because all opponents have lost
Game outcome: krishkrush has lost because life total reached 0
Damage: Griffin Rider (208) deals 6 combat damage to krishkrush.
Damage: Mistmoon Griffin (242) deals 4 combat damage to krishkrush.
Phase: Yssith's Combat Damage
Phase: Yssith's First Strike Damage
Combat: krishkrush didn't block Mistmoon Griffin (242).
krishkrush didn't block Griffin Rider (208).
Phase: Yssith's Declare Blockers
Combat: Yssith assigned Griffin Rider (208) and Mistmoon Griffin (242) to attack krishkrush.
Phase: Yssith's Declare Attackers
Phase: Yssith's Begin Combat
Resolve stack: Fledgling Griffin - Creature 2 / 2
Add to stack: Yssith cast Fledgling Griffin (225).
Mana: Plains (217) - {T}: Add {W} to your mana pool.
Mana: Plains (222) - {T}: Add {W} to your mana pool.
Resolve stack: Griffin Guide (200) - Attach to Mistmoon Griffin (242)
Add to stack: Yssith cast Griffin Guide (200) targeting .
Mana: Plains (220) - {T}: Add {W} to your mana pool.
Mana: Griffin Canyon (247) - {T}: Add {1} to your mana pool.
Mana: Plains (230) - {T}: Add {W} to your mana pool.
Land: Yssith played Griffin Canyon (247)
Phase: Yssith's Main, precombat
Phase: Yssith's Draw
Phase: Yssith's Upkeep
Phase: Yssith's Untap
Turn: Turn 9 (Yssith)
Phase: krishkrush's Cleanup
Phase: krishkrush's End of Turn
Phase: krishkrush's Main, postcombat
Phase: krishkrush's End Combat
Damage: Griffin Rider (208) deals 6 combat damage to Yssith.
Damage: Mistmoon Griffin (242) deals 2 combat damage to Yssith.
Damage: Deathbellow Raider (10) deals 4 combat damage to Yssith.
Damage: Oracle of Bones (22) deals 5 combat damage to Yssith.
Phase: krishkrush's Combat Damage
Phase: krishkrush's First Strike Damage
Combat: Yssith didn't block Oracle of Bones (22).
Yssith didn't block Deathbellow Raider (10).
Yssith didn't block Mistmoon Griffin (242).
Yssith didn't block Griffin Rider (208).
Phase: krishkrush's Declare Blockers
Combat: krishkrush assigned Deathbellow Raider (10), Deathbellow Raider (10), Oracle of Bones (22), Griffin Rider (208) and Mistmoon Griffin (242) to attack Yssith.
Phase: krishkrush's Declare Attackers
Phase: krishkrush's Begin Combat
Resolve stack: Insurrection (8) - Untap all creatures and gain control of them until end of turn. They gain haste until end of turn. [krishkrush] gains control of Insurrection (8).
Resolve stack: When Oracle of Bones enters the battlefield, if tribute wasn't paid, you may cast an instant or sorcery card from your hand without paying its mana cost.
Add to stack: krishkrush cast Insurrection (8).
Add to stack: krishkrush activated Oracle of Bones (22).
Resolve stack: Didgeridoo (36) - - krishkrush puts 1 Permanent.Minotaur card(s) fromhis/her hand onto the battlefield.
Replacement Effect: Tribute 2 (As this creature enters the battlefield, an opponent of your choice may place 2 +1/+1 counter on it.)
Add to stack: krishkrush activated Didgeridoo (36).
Mana: Temple of Malice (57) - {T}: Add {R} to your mana pool.
Mana: Blood Crypt (1) - {T}: Add {R} to your mana pool.
Mana: Mountain (45) - {T}: Add {R} to your mana pool.
Phase: krishkrush's Main, precombat
Phase: krishkrush's Draw
Phase: krishkrush's Upkeep
Phase: krishkrush's Untap
Turn: Turn 8 (krishkrush)
Phase: Yssith's Cleanup
Phase: Yssith's End of Turn
Phase: Yssith's Main, postcombat
Phase: Yssith's End Combat
Damage: Griffin Rider (208) deals 6 combat damage to krishkrush.
Phase: Yssith's Combat Damage
Phase: Yssith's First Strike Damage
Combat: krishkrush didn't block Griffin Rider (208).
Phase: Yssith's Declare Blockers
Combat: Yssith assigned Griffin Rider (208) to attack krishkrush.
Phase: Yssith's Declare Attackers
Phase: Yssith's Begin Combat
Resolve stack: Mistmoon Griffin - Creature 2 / 2
Add to stack: Yssith cast Mistmoon Griffin (242).
Mana: Plains (217) - {T}: Add {W} to your mana pool.
Mana: Plains (222) - {T}: Add {W} to your mana pool.
Mana: Plains (220) - {T}: Add {W} to your mana pool.
Mana: Plains (230) - {T}: Add {W} to your mana pool.
Land: Yssith played Plains (217)
Phase: Yssith's Main, precombat
Phase: Yssith's Draw
Phase: Yssith's Upkeep
Phase: Yssith's Untap
Turn: Turn 7 (Yssith)
Phase: krishkrush's Cleanup
Phase: krishkrush's End of Turn
Phase: krishkrush's Main, postcombat
Phase: krishkrush's End Combat
Damage: Deathbellow Raider (10) deals 2 combat damage to Yssith.
Phase: krishkrush's Combat Damage
Phase: krishkrush's First Strike Damage
Combat: Yssith didn't block Deathbellow Raider (10).
Phase: krishkrush's Declare Blockers
Combat: krishkrush assigned Deathbellow Raider (10) to attack Yssith.
Phase: krishkrush's Declare Attackers
Phase: krishkrush's Begin Combat
Resolve stack: Didgeridoo
Add to stack: krishkrush cast Didgeridoo (33).
Mana: Mountain (45) - {T}: Add {R} to your mana pool.
Resolve stack: When Temple of Malice enters the battlefield, scry 1.
Add to stack: krishkrush activated Temple of Malice (57).
Land: krishkrush played Temple of Malice (57)
Replacement Effect: CARDNAME enters the battlefield tapped.
Phase: krishkrush's Main, precombat
Phase: krishkrush's Draw
Phase: krishkrush's Upkeep
Phase: krishkrush's Untap
Turn: Turn 6 (krishkrush)
Phase: Yssith's Cleanup
Phase: Yssith's End of Turn
Phase: Yssith's Main, postcombat
Phase: Yssith's End Combat
Damage: Griffin Rider (208) deals 3 combat damage to krishkrush.
Phase: Yssith's Combat Damage
Phase: Yssith's First Strike Damage
Combat: krishkrush didn't block Griffin Rider (208).
Phase: Yssith's Declare Blockers
Combat: Yssith assigned Griffin Rider (208) to attack krishkrush.
Phase: Yssith's Declare Attackers
Phase: Yssith's Begin Combat
Resolve stack: Griffin Guide (198) - Attach to Griffin Rider (208)
Add to stack: Yssith cast Griffin Guide (198) targeting .
Mana: Plains (222) - {T}: Add {W} to your mana pool.
Mana: Plains (220) - {T}: Add {W} to your mana pool.
Mana: Plains (230) - {T}: Add {W} to your mana pool.
Land: Yssith played Plains (222)
Phase: Yssith's Main, precombat
Phase: Yssith's Draw
Phase: Yssith's Upkeep
Phase: Yssith's Untap
Turn: Turn 5 (Yssith)
Phase: krishkrush's Cleanup
Phase: krishkrush's End of Turn
Phase: krishkrush's Main, postcombat
Phase: krishkrush's End Combat
Phase: krishkrush's Combat Damage
Phase: krishkrush's First Strike Damage
Phase: krishkrush's Declare Blockers
Combat: krishkrush didn't attack this turn.
Phase: krishkrush's Declare Attackers
Phase: krishkrush's Begin Combat
Resolve stack: Deathbellow Raider - Creature 2 / 3
Add to stack: krishkrush cast Deathbellow Raider (10).
Mana: Blood Crypt (1) - {T}: Add {R} to your mana pool.
Mana: Mountain (45) - {T}: Add {R} to your mana pool.
Land: krishkrush played Blood Crypt (1)
Phase: krishkrush's Main, precombat
Phase: krishkrush's Draw
Phase: krishkrush's Upkeep
Phase: krishkrush's Untap
Turn: Turn 4 (krishkrush)
Phase: Yssith's Cleanup
Phase: Yssith's End of Turn
Resolve stack: Griffin Rider - Creature 1 / 1
Add to stack: Yssith cast Griffin Rider (208).
Mana: Plains (220) - {T}: Add {W} to your mana pool.
Mana: Plains (230) - {T}: Add {W} to your mana pool.
Phase: Yssith's Main, postcombat
Phase: Yssith's End Combat
Phase: Yssith's Combat Damage
Phase: Yssith's First Strike Damage
Phase: Yssith's Declare Blockers
Combat: Yssith didn't attack this turn.
Phase: Yssith's Declare Attackers
Phase: Yssith's Begin Combat
Land: Yssith played Plains (220)
Phase: Yssith's Main, precombat
Phase: Yssith's Draw
Phase: Yssith's Upkeep
Phase: Yssith's Untap
Turn: Turn 3 (Yssith)
Phase: krishkrush's Cleanup
Phase: krishkrush's End of Turn
Phase: krishkrush's Main, postcombat
Phase: krishkrush's End Combat
Phase: krishkrush's Combat Damage
Phase: krishkrush's First Strike Damage
Phase: krishkrush's Declare Blockers
Combat: krishkrush didn't attack this turn.
Phase: krishkrush's Declare Attackers
Phase: krishkrush's Begin Combat
Resolve stack: Didgeridoo
Add to stack: krishkrush cast Didgeridoo (36).
Mana: Mountain (45) - {T}: Add {R} to your mana pool.
Land: krishkrush played Mountain (45)
Phase: krishkrush's Main, precombat
Phase: krishkrush's Draw
Phase: krishkrush's Upkeep
Phase: krishkrush's Untap
Turn: Turn 2 (krishkrush)
Phase: Yssith's Cleanup
Phase: Yssith's End of Turn
Phase: Yssith's Main, postcombat
Phase: Yssith's End Combat
Phase: Yssith's Combat Damage
Phase: Yssith's First Strike Damage
Phase: Yssith's Declare Blockers
Combat: Yssith didn't attack this turn.
Phase: Yssith's Declare Attackers
Phase: Yssith's Begin Combat
Land: Yssith played Plains (230)
Phase: Yssith's Main, precombat
Phase: Yssith's Draw
Phase: Yssith's Upkeep
Phase: Yssith's Untap
Turn: Turn 1 (Yssith)
Mulligan: krishkrush has kept a hand of 7 cards
Mulligan: Yssith has kept a hand of 7 cards
krishkrush
 
Posts: 89
Joined: 13 Oct 2012, 14:18
Has thanked: 30 times
Been thanked: 2 times

Re: Forge Beta: 01-31-2014 ver 1.5.11

Postby Marek14 » 02 Feb 2014, 19:41

Asphyxiate costs 3B instead of 1BB.
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Forge Beta: 01-31-2014 ver 1.5.11

Postby friarsol » 02 Feb 2014, 19:53

Marek14 wrote:Asphyxiate costs 3B instead of 1BB.
This was already fixed.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 52 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 52 users online :: 0 registered, 0 hidden and 52 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 52 guests

Login Form