Page 5 of 15

Re: Forge Beta: 10-05-2012 ver 1.2.15

PostPosted: 08 Oct 2012, 23:58
by t337c213
I'm trying to download Forge for windows, but all I can see are the links for Linux and Mac files. All the pages say the download is on this forum thread, but I don't see it! Am I missing it?

Re: Forge Beta: 10-05-2012 ver 1.2.15

PostPosted: 09 Oct 2012, 00:04
by friarsol
t337c213 wrote:I'm trying to download Forge for windows, but all I can see are the links for Linux and Mac files. All the pages say the download is on this forum thread, but I don't see it! Am I missing it?
The Windows and Linux are the same version. Just download that one and make sure to checkout the readme if you have some issues.

Re: Forge Beta: 10-05-2012 ver 1.2.15

PostPosted: 09 Oct 2012, 00:41
by Chris H.
I will try to remember to include the fact that the non-Mac version is Windows and Linux compatible. I guess that I just assumed that it would be obvious this way. I edited the first message and it should be easier for people to figure this out in the future.

I would like to apologize to t337c213 for not providing enough info. :wink:

Re: Forge Beta: 10-05-2012 ver 1.2.15

PostPosted: 09 Oct 2012, 02:34
by sagephoenix
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.

For input string: "DamageYou<5>"


Version:
Forge version 1.2.15-r17352

OS: Windows Vista Version: 6.0 Architecture: amd64

Java Version: 1.7.0_05 Vendor: Oracle Corporation

Detailed error trace:
java.lang.NumberFormatException: For input string: "DamageYou<5>"
   at java.lang.NumberFormatException.forInputString(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at forge.card.abilityfactory.AbilityFactory.calculateAmount(AbilityFactory.java:1831)
   at forge.game.player.ComputerUtil.counterSpellRestriction(ComputerUtil.java:242)
   at forge.game.player.ComputerUtil.playCounterSpell(ComputerUtil.java:302)
   at forge.game.player.ComputerAIGeneral.playSpellAbilities(ComputerAIGeneral.java:354)
   at forge.control.input.InputControl.updateInput(InputControl.java:260)
   at forge.gui.GuiInput.update(GuiInput.java:58)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.util.MyObservable.updateObservers(MyObservable.java:41)
   at forge.control.input.InputControl.resetInput(InputControl.java:146)
   at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:869)
   at forge.control.input.InputPassPriority.selectButtonOK(InputPassPriority.java:76)
   at forge.gui.GuiInput.selectButtonOK(GuiInput.java:92)
   at forge.gui.match.controllers.CMessage$2.actionPerformed(CMessage.java:51)
   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.gui.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$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.security.ProtectionDomain$1.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$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)
Played Sylvan Bounty on myself during the Declare Attackers stage.

Re: Forge Beta: 10-05-2012 ver 1.2.15

PostPosted: 09 Oct 2012, 12:39
by gos
I get the following error when Guild Feud triggers:

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.15-r17352

OS: Windows 7 Version: 6.1 Architecture: amd64

Java Version: 1.7.0_07 Vendor: Oracle Corporation

Detailed error trace:
java.lang.NullPointerException
   at forge.card.abilityfactory.AbilityFactoryDealDamage.fightStackDescription(AbilityFactoryDealDamage.java:1851)
   at forge.card.abilityfactory.AbilityFactoryDealDamage.access$15(AbilityFactoryDealDamage.java:1845)
   at forge.card.abilityfactory.AbilityFactoryDealDamage$1DrawbackFight.getStackDescription(AbilityFactoryDealDamage.java:1808)
   at forge.card.abilityfactory.AbilityFactoryReveal.digStackDescription(AbilityFactoryReveal.java:264)
   at forge.card.abilityfactory.AbilityFactoryReveal.access$0(AbilityFactoryReveal.java:221)
   at forge.card.abilityfactory.AbilityFactoryReveal$1DrawbackDig.getStackDescription(AbilityFactoryReveal.java:182)
   at forge.card.spellability.SpellAbilityStackInstance.<init>(SpellAbilityStackInstance.java:92)
   at forge.card.spellability.SpellAbilityStackInstance.<init>(SpellAbilityStackInstance.java:108)
   at forge.game.zone.MagicStack.add(MagicStack.java:420)
   at forge.game.zone.MagicStack.addAndUnfreeze(MagicStack.java:196)
   at forge.card.spellability.SpellAbilityRequirements.addAbilityToStack(SpellAbilityRequirements.java:238)
   at forge.card.spellability.SpellAbilityRequirements.finishPaying(SpellAbilityRequirements.java:192)
   at forge.card.cost.CostPayment.payCost(CostPayment.java:227)
   at forge.card.cost.CostPayment.paidCost(CostPayment.java:190)
   at forge.card.cost.CostMana.payHuman(CostMana.java:236)
   at forge.card.cost.CostPayment.payCost(CostPayment.java:221)
   at forge.card.spellability.SpellAbilityRequirements.startPaying(SpellAbilityRequirements.java:179)
   at forge.card.spellability.SpellAbilityRequirements.needPayment(SpellAbilityRequirements.java:165)
   at forge.card.spellability.SpellAbilityRequirements.finishedTargeting(SpellAbilityRequirements.java:154)
   at forge.card.spellability.TargetSelection.chooseTargets(TargetSelection.java:210)
   at forge.card.spellability.TargetSelection.chooseTargets(TargetSelection.java:217)
   at forge.card.spellability.TargetSelection.chooseTargets(TargetSelection.java:217)
   at forge.card.spellability.TargetSelection.chooseTargets(TargetSelection.java:217)
   at forge.card.spellability.TargetSelection$2.done(TargetSelection.java:420)
   at forge.card.spellability.TargetSelection$2.selectPlayer(TargetSelection.java:413)
   at forge.gui.GuiInput.selectPlayer(GuiInput.java:113)
   at forge.gui.match.nonsingleton.CField.avatarAction(CField.java:412)
   at forge.gui.match.nonsingleton.CField.access$2(CField.java:409)
   at forge.gui.match.nonsingleton.CField$3.mousePressed(CField.java:84)
   at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
   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$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.security.ProtectionDomain$1.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$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)

Re: Forge Beta: 10-05-2012 ver 1.2.15

PostPosted: 09 Oct 2012, 13:47
by sagephoenix
My opponent's Aether Adept blocked my Stalker Hag while I had Urborg, Tomb of Yawgmoth in play.

Opponent's control: 2 Mountains, 3 islands, 1 Taiga, Aether Adept, Copper Gnomes, Basalt Gargoyle

My control: Urborg, Tomb of Yawgmoth, 2 Swamps, 2 Zodiac Rats, 1 Quag Vampires, 1 Stalker Hag, 2 Sewer Shamblers.

Nothing in hand, graveyard, exile, or battlefield suggests somehow my creature lost swampwalk.

Re: Forge Beta: 10-05-2012 ver 1.2.15

PostPosted: 09 Oct 2012, 17:32
by gos
I was able to target a sorcery my opponent controlled with the ability granted by Dual Casting.

Re: Forge Beta: 10-05-2012 ver 1.2.15

PostPosted: 09 Oct 2012, 18:57
by gos
I had two 1/1 white flying spirits in play, as well two copies of Intangible Virtue and some lands. Both spirits were 3/3 and vigilance.

Then I cast Ethereal Armor on one of the spirits. As I had 3 enchantments in play, I expected the spirit to become 6/6, but instead it became 8/8.

Re: Forge Beta: 10-05-2012 ver 1.2.15

PostPosted: 09 Oct 2012, 19:05
by Sloth
TastetheJace wrote:Computer had Mogg Flunkies...
gos wrote:I get the following error when Guild Feud triggers:
Both have been reported before and are fixed.

sagephoenix wrote:[code]This is a Crash Report. An error has occurred. Please save this message to a file.
Fixed! Thanks sagephoenix. [Molten Influence was the culprit]

sagephoenix wrote:My opponent's Aether Adept blocked my Stalker Hag while I had Urborg, Tomb of Yawgmoth in play.

Opponent's control: 2 Mountains, 3 islands, 1 Taiga, Aether Adept, Copper Gnomes, Basalt Gargoyle

My control: Urborg, Tomb of Yawgmoth, 2 Swamps, 2 Zodiac Rats, 1 Quag Vampires, 1 Stalker Hag, 2 Sewer Shamblers.

Nothing in hand, graveyard, exile, or battlefield suggests somehow my creature lost swampwalk.
Fixed! Thanks sagephoenix. [Stalker Hag wasn't working]

Re: Forge Beta: 10-05-2012 ver 1.2.15

PostPosted: 09 Oct 2012, 20:28
by gos
When I cast my opponent's Trigon of Thought for free using Jace, Architect of Thought 's ultimate, it comes into play with no counters.

Re: Forge Beta: 10-05-2012 ver 1.2.15

PostPosted: 10 Oct 2012, 00:32
by TastetheJace
Perish the Thought has the opponent put selected card on top of his or her library instead of shuffling it in.

Re: Forge Beta: 10-05-2012 ver 1.2.15

PostPosted: 10 Oct 2012, 07:05
by jmartus
I have to say the new challenge in drafting sealed is very challenging I can barely get 1 out 2 wins vs the 2nd out of 5 guys. Great job I thought I had a good deck too

1 Abattoir Ghoul|ISD
1 Dead Weight|ISD
2 Divine Reckoning|ISD
1 Elite Inquisitor|ISD
1 Geist-Honored Monk|ISD
2 Ghoulcaller's Chant|ISD
1 Moment of Heroism|ISD
1 Morkrut Banshee|ISD
8 Plains|ISD
1 Rebuke|ISD
1 Screeching Bat|ISD
1 Skeletal Grimace|ISD
1 Stromkirk Patrol|ISD
9 Swamp|ISD
2 Tribute to Hunger|ISD
2 Unburial Rites|ISD
1 Unruly Mob|ISD
2 Village Bell-Ringer|ISD
1 Voiceless Spirit|ISD
1 Walking Corpse|ISD

Re: Forge Beta: 10-05-2012 ver 1.2.15

PostPosted: 10 Oct 2012, 15:46
by Sloth
Nordos wrote:AI blocked with a Skullbriar, the Walking Grave which had a +1/ü1 counter on it. It dies. He then revives it with Vigor Mortis (of course spending green mana in the process), yet the Skullbriar, the Walking Grave has only one +1/+1 counter on it.
Is that the correct behaviuor?
Fixed! Thanks Nordos.

gos wrote:I was able to target a sorcery my opponent controlled with the ability granted by Dual Casting.
gos wrote:When I cast my opponent's Trigon of Thought for free using Jace, Architect of Thought 's ultimate, it comes into play with no counters.
Both fixed! Thanks gos.

TastetheJace wrote:Perish the Thought has the opponent put selected card on top of his or her library instead of shuffling it in.
Fixed! Thanks TastetheJace.

Re: Forge Beta: 10-05-2012 ver 1.2.15

PostPosted: 10 Oct 2012, 16:56
by Nordos
AI doesn't realize the threat from the tokens generated by Vraske the Unseen. As far as I see anyway

Re: Forge Beta: 10-05-2012 ver 1.2.15

PostPosted: 10 Oct 2012, 17:56
by SIXTY
Good evening! Thank you very much for the work done for another new version! Guys - you rock! :)
But at the moment I have a problem: I'm trying to load an image from set "Return to Ravnica" and when I try to write that about 270 cards to load, is the loading bar, but the folder "RTR" is empty and filled. If anyone has the opportunity to put the folder "RTR" with images of cards on any host, I would be very grateful to you!
Sorry for my bad English :)