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

Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

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

Re: Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

Postby cc-drake » 03 Mar 2012, 15:45

friarsol wrote:
cc-drake wrote:To Provoke: I have NEVER seen provoke working in Forge, regardless the different versions I tried out. How should it work? Did you use Java 1.6, as I do?
How about giving an exact scenario where it doesn't work so a dev can try to reproduce it? Sloth tests a lot of these scenarios, so maybe there is a specific situation that he isn't quite trying.
The scenario is simple, take 8 Mountain and 4 Goblin Grappler for both players. When I attack with a Grappler, I have no way to force AI to block since Provoke doesn't trigger. Is reproducible for me.

Another small text bug: Veteran's Voice reads
Tap an untapped Enchanted Creature you control: Target creature other than the creature tapped this way gets +2/+1 until end of turn. Activate this ability only if enchanted creature is untapped.
cc-drake
 
Posts: 570
Joined: 14 Aug 2010, 07:15
Has thanked: 29 times
Been thanked: 6 times

Re: Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

Postby Phoenix » 03 Mar 2012, 16:32

I found a little bug within the three cards "Unwilling Recruit", "Act of Treason" and "Traitorous Blood". I gain control of the creatures but they don't get HASTE.
Phoenix
 
Posts: 77
Joined: 15 Dec 2011, 10:23
Has thanked: 6 times
Been thanked: 3 times

Re: Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

Postby Iran » 04 Mar 2012, 02:42

I attack with Hellcarver Demon then it's trigger abilities triggers.
1)
In forge: My permanents (menos Hellcarver Demon) and the permanents of AI are sacrified.
I think: Only my permanents menos Hellcarver Demon (that triggers the abilitie) are sacrified.

2)
Appears a box that have the title "Select a card to play" in this box I can select cards to play without paying their mana cost. I can play a card more than one time and if I select a card and choose button No in the dialog box "Do you want to play CARDNAME?, the box "Select a card to play" closes and I can't play more cards.

Thanks
Iran
 
Posts: 251
Joined: 11 Jul 2011, 04:36
Has thanked: 61 times
Been thanked: 4 times

Re: Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

Postby timmermac » 04 Mar 2012, 03:58

Goblin tokens generated by Chancellor of the Forge when it's opening hand ability is used do not have haste.
"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

Postby Niv-Mizzet » 04 Mar 2012, 05:28

I can't seem to find how to activate my Hound Pet in quest mode. I bought it but I don't know where to turn him on.
User avatar
Niv-Mizzet
 
Posts: 125
Joined: 17 Oct 2009, 21:20
Has thanked: 0 time
Been thanked: 5 times

Re: Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

Postby cc-drake » 04 Mar 2012, 09:22

When my Moonbow Illusionist enters the battlefield, I get
Code: Select all
This is a Crash Report. An error has occurred. Please save this message to a file.
Please follow the instructions at this address to submit this Crash Report, plus what you were doing at the time:
   http://tinyurl.com/3zzrnyb
Reporting bugs in Forge is very important. We thank you for your time.

Mana_Part : checkMana() error, argument mana is invalid mana, mana - e


Version:
Forge version 1.2.4-r14494

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.6.0_29 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.RuntimeException: Mana_Part : checkMana() error, argument mana is invalid mana, mana - e
   at forge.card.mana.ManaPart.checkSingleMana(ManaPart.java:141)
   at forge.card.mana.ManaPartColor.<init>(ManaPartColor.java:48)
   at forge.card.mana.ManaCost.getManaPart(ManaCost.java:645)
   at forge.card.mana.ManaCost.split(ManaCost.java:603)
   at forge.card.mana.ManaCost.<init>(ManaCost.java:70)
   at forge.CardUtil.getConvertedManaCost(CardUtil.java:360)
   at forge.CardUtil.getConvertedManaCost(CardUtil.java:327)
   at forge.ComputerUtil$6.compare(ComputerUtil.java:1718)
   at forge.ComputerUtil$6.compare(ComputerUtil.java:1714)
   at java.util.Arrays.mergeSort(Unknown Source)
   at java.util.Arrays.mergeSort(Unknown Source)
   at java.util.Arrays.mergeSort(Unknown Source)
   at java.util.Arrays.sort(Unknown Source)
   at forge.ComputerUtil.sortSpellAbilityByCost(ComputerUtil.java:1742)
   at forge.ComputerUtil.playSpellAbilities(ComputerUtil.java:65)
   at forge.ComputerUtil.playSpellAbilities(ComputerUtil.java:148)
   at forge.ComputerAIGeneral.stackResponse(ComputerAIGeneral.java:360)
   at forge.ComputerAIGeneral.stackNotEmpty(ComputerAIGeneral.java:344)
   at forge.control.input.InputControl.updateInput(InputControl.java:259)
   at forge.GuiInput.update(GuiInput.java:52)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:38)
   at forge.control.input.InputControl.resetInput(InputControl.java:145)
   at forge.PhaseHandler.passPriority(PhaseHandler.java:876)
   at forge.control.input.InputPassPriority.selectButtonOK(InputPassPriority.java:72)
   at forge.GuiInput.selectButtonOK(GuiInput.java:86)
   at forge.control.match.ControlMessage.btnOKActionPerformed(ControlMessage.java:108)
   at forge.control.match.ControlMessage.access$000(ControlMessage.java:33)
   at forge.control.match.ControlMessage$1.actionPerformed(ControlMessage.java:53)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.AbstractButton.doClick(Unknown Source)
   at javax.swing.AbstractButton.doClick(Unknown Source)
   at forge.view.toolbox.FButton$1.keyPressed(FButton.java:89)
   at java.awt.Component.processKeyEvent(Unknown Source)
   at javax.swing.JComponent.processKeyEvent(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.KeyboardFocusManager.redispatchEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(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$000(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$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)
The text of the Illusionist reads
Flying

2 Return <1/Land>: Target land becomes the basic land type of your choice until end of turn.
cc-drake
 
Posts: 570
Joined: 14 Aug 2010, 07:15
Has thanked: 29 times
Been thanked: 6 times

Re: Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

Postby NoctisIncendia » 04 Mar 2012, 09:47

Sealed mode appears to be broken. I can build a new deck, but when I save it, it doesn't show up in the list, so I can't play with it. It is showing up in res/decks/sealed/deckname though, but it seems like Forge can't see it.
NoctisIncendia
 
Posts: 27
Joined: 08 Feb 2012, 11:14
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

Postby Sloth » 04 Mar 2012, 11:09

krevett wrote:
ponposessed wrote:Hi, this is strange. I just played one game in quest mode, after the first turn, i win the game, with this message, winning 3 turns:

http://smg.photobucket.com/albums/v307/ ... orge01.jpg
Yes this often happens when something triggers during combat damage step and you got a prompt for the trigger at the same time you win the game, so clicking the trigger adds one win, the max I've done is 6 wins (winning me 6 boosters :wink: ) only the last booster that is displayed will appear marked as NEW in the shop but other cards are added to your pool as well depending on the number of "wins" you get after the bug.
Fixed! Thanks krevett and ponposessed.

Phoenix wrote:I found a little bug within the three cards "Unwilling Recruit", "Act of Treason" and "Traitorous Blood". I gain control of the creatures but they don't get HASTE.
I can't reproduce this.

Iran wrote:I attack with Hellcarver Demon then it's trigger abilities triggers.
1)
In forge: My permanents (menos Hellcarver Demon) and the permanents of AI are sacrified.
I think: Only my permanents menos Hellcarver Demon (that triggers the abilitie) are sacrified.

2)
Appears a box that have the title "Select a card to play" in this box I can select cards to play without paying their mana cost. I can play a card more than one time and if I select a card and choose button No in the dialog box "Do you want to play CARDNAME?, the box "Select a card to play" closes and I can't play more cards.

Thanks
Both fixed and improved. Thanks Iran.

timmermac wrote:Goblin tokens generated by Chancellor of the Forge when it's opening hand ability is used do not have haste.
Fixed! Thanks timmermac.

cc-drake wrote:When my Moonbow Illusionist enters the battlefield, I get...
- My Felidar Sovereign is blocked by two creatures, one of them enchanted with Spiteful Shadows. After I distibuted damage, the game crashes:
Both fixed! Thanks cc-drake.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

Postby lugaru » 04 Mar 2012, 14:05

Having some trouble with the legendary rule... I tried using clone on Korlash, Heir to Blackblade and the clone just went straight to the graveyard but Korlash remained in play. The same thing happened using other cloning abilities on him (it is a clony deck)using Phyrexian Metamorph
lugaru
 
Posts: 79
Joined: 19 Jun 2011, 16:17
Has thanked: 1 time
Been thanked: 1 time

Re: Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

Postby friarsol » 04 Mar 2012, 14:54

lugaru wrote:Having some trouble with the legendary rule... I tried using clone on Korlash, Heir to Blackblade and the clone just went straight to the graveyard but Korlash remained in play. The same thing happened using other cloning abilities on him (it is a clony deck)using Phyrexian Metamorph
Do you have the Korlash or the AI? Maybe it's being sent to the Graveyard as a 0/0 because you have no Swamps before Legendary rule sees it? This isn't quite correct, but probably what's happening.

http://www.starcitygames.com/php/news/p ... icle=14468

Korlash+Clone | Open
Q: I have a face-down Vesuvan Shapeshifter in play and my opponent has Korlash, Heir to Blackblade. Assuming I have no Swamps, what will happen if I copy Korlash with the Shapeshifter? Does the "legend rule" or the zero-toughness rule apply first?

A: Neither; all state-based effects are checked at the same time. Both of these creatures will go to the graveyard at the same time. It does not matter that the Shapeshifter copy of Korlash has two reasons that it's going to the graveyard. The cause of this confusion is that state-based effects are checked in a certain order online.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

Postby Phoenix » 04 Mar 2012, 15:53

Sloth wrote:
Phoenix wrote:I found a little bug within the three cards "Unwilling Recruit", "Act of Treason" and "Traitorous Blood". I gain control of the creatures but they don't get HASTE.
I can't reproduce this.
OK, I tested again and only Unwilling Recruit and Traitorous Blood don't give haste to the controlled creature.
Image
Image

Act of Treason works correct controlling a creature and giving haste to it.
Phoenix
 
Posts: 77
Joined: 15 Dec 2011, 10:23
Has thanked: 6 times
Been thanked: 3 times

Re: Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

Postby squee1968 » 04 Mar 2012, 18:32

The card Feral Hydra is only a Hydra in Forge. It should be Hydra Beast.
squee1968
 
Posts: 254
Joined: 18 Nov 2011, 03:28
Has thanked: 110 times
Been thanked: 45 times

Re: Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

Postby Sloth » 04 Mar 2012, 18:38

Phoenix wrote:OK, I tested again and only Unwilling Recruit and Traitorous Blood don't give haste to the controlled creature.

Act of Treason works correct controlling a creature and giving haste to it.
Fixed! Thanks Phoenix.

squee1968 wrote:The card Feral Hydra is only a Hydra in Forge. It should be Hydra Beast.
Fixed! Thanks squee1968.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

Postby Bundy » 04 Mar 2012, 20:08

Computer attacks with Akroma, Angel of Wrath. I use a lot of Sprouting Phytohydra tokens (pumped to deal damage with Gaea's Anthem) to block. While clicking these tokens suddenly this error pops up:
Code: Select all
This is a Crash Report. An error has occurred. Please save this message to a file.
Please follow the instructions at this address to submit this Crash Report, plus what you were doing at the time:
   http://tinyurl.com/3zzrnyb
Reporting bugs in Forge is very important. We thank you for your time.

null


Version:
Forge version 1.2.4-r14494

OS: Windows 7 Version: 6.1 Architecture: x86

Java Version: 1.6.0_29 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
   at forge.view.match.ViewMessage$2$1.run(ViewMessage.java:169)
   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$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$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)
Bundy
 
Posts: 348
Joined: 17 Dec 2010, 17:32
Location: The netherlands
Has thanked: 23 times
Been thanked: 3 times

Re: Forge Beta: 03-02-2012 ver 1.2.4 rev 14490

Postby cc-drake » 04 Mar 2012, 21:19

- Telim'Tor's Edict can't target my Mana Crypt.
- AI doesn't cast Phantom Nomad from his hand (probably because it is 0/0)
cc-drake
 
Posts: 570
Joined: 14 Aug 2010, 07:15
Has thanked: 29 times
Been thanked: 6 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 49 guests

Main Menu

User Menu

Our Partners


Who is online

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

Login Form