It is currently 21 Aug 2025, 19:18
   
Text Size

Forge Beta: 08-03-2012 ver 1.2.11

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

Re: Forge Beta: 08-03-2012 ver 1.2.11

Postby friarsol » 16 Aug 2012, 17:12

gos wrote:The AI cast Soul Shred on my Delver of Secrets. I responded by casting Path to Exile on the Delver, but the AI still gained 3 life.
Sounds like a targeting issue. I'll take a look this weekend.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Beta: 08-03-2012 ver 1.2.11

Postby moomarc » 17 Aug 2012, 15:56

Just uploaded the M13 images! :mrgreen:
-Marc
User avatar
moomarc
Pixel Commander
 
Posts: 2091
Joined: 04 Jun 2010, 15:22
Location: Johannesburg, South Africa
Has thanked: 371 times
Been thanked: 372 times

Re: Forge Beta: 08-03-2012 ver 1.2.11

Postby muppet » 17 Aug 2012, 21:06

this isn't going to be very useful I expect. I cast Living End and my opponent oddly ends up with a morph in play despite there not being any morph cards in my deck or its. I'll play a few more living end games and see if I can shed some light on it. I have cast it before without this happening.
muppet
Tester
 
Posts: 590
Joined: 03 Aug 2011, 14:37
Has thanked: 33 times
Been thanked: 30 times

Re: Forge Beta: 08-03-2012 ver 1.2.11

Postby gos » 17 Aug 2012, 23:25

The AI's Raging Goblin with Extra Arms tried to target one of my white Spirit with flying when he attacked. I got the following error:

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.

Index: 0, Size: 0


Version:
Forge version 1.2.11-r16432

OS: Windows 7 Version: 6.1 Architecture: amd64

Java Version: 1.6.0_24 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   at java.util.ArrayList.RangeCheck(Unknown Source)
   at java.util.ArrayList.get(Unknown Source)
   at forge.card.abilityfactory.AbilityFactoryDealDamage.dealDamageResolve(AbilityFactoryDealDamage.java:872)
   at forge.card.abilityfactory.AbilityFactoryDealDamage.access$300(AbilityFactoryDealDamage.java:55)
   at forge.card.abilityfactory.AbilityFactoryDealDamage$1AbilityDealDamage.resolve(AbilityFactoryDealDamage.java:114)
   at forge.card.abilityfactory.AbilityFactory.resolve(AbilityFactory.java:2822)
   at forge.game.player.ComputerUtil.playNoStack(ComputerUtil.java:429)
   at forge.card.trigger.TriggerHandler$2.resolve(TriggerHandler.java:999)
   at forge.card.abilityfactory.AbilityFactory.resolve(AbilityFactory.java:2822)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:950)
   at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:874)
   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:52)
   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$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)
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Beta: 08-03-2012 ver 1.2.11

Postby cc-drake » 18 Aug 2012, 10:17

I control a Vesuvan Doppelganger copying AI's Sun Titan and several other creatures, when AI casts Phyrexian Rebirth. 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.

Asked for card 'Vesuvan Doppelganger' from 'M12': set found, but the card wasn't. :(


Version:
Forge version 1.2.11-r16432

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.6.0_33 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.util.NoSuchElementException: Asked for card 'Vesuvan Doppelganger' from 'M12': set found, but the card wasn't. :(
   at forge.item.CardDb.getCard(CardDb.java:285)
   at forge.item.CardDb.getCard(CardDb.java:258)
   at forge.item.CardDb.getCard(CardDb.java:309)
   at forge.card.cardfactory.CardFactory.copyCard(CardFactory.java:103)
   at forge.GameAction.changeZone(GameAction.java:163)
   at forge.GameAction.moveTo(GameAction.java:330)
   at forge.GameAction.moveTo(GameAction.java:311)
   at forge.GameAction.moveToGraveyard(GameAction.java:467)
   at forge.GameAction.sacrificeDestroy(GameAction.java:1408)
   at forge.GameAction.destroy(GameAction.java:1511)
   at forge.card.abilityfactory.AbilityFactoryDestroy.destroyAllResolve(AbilityFactoryDestroy.java:1058)
   at forge.card.abilityfactory.AbilityFactoryDestroy.access$700(AbilityFactoryDestroy.java:54)
   at forge.card.abilityfactory.AbilityFactoryDestroy$5.resolve(AbilityFactoryDestroy.java:712)
   at forge.card.abilityfactory.AbilityFactory.resolve(AbilityFactory.java:2822)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:950)
   at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:874)
   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:52)
   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$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)
cc-drake
 
Posts: 570
Joined: 14 Aug 2010, 07:15
Has thanked: 29 times
Been thanked: 6 times

Re: Forge Beta: 08-03-2012 ver 1.2.11

Postby gos » 18 Aug 2012, 10:37

cc-drake wrote:I control a Vesuvan Doppelganger copying AI's Sun Titan and several other creatures, when AI casts Phyrexian Rebirth. I get
This seems to happening for all "clones" (Phyrexian Metamorph et.al.) when they copy a card from another expansion than one they exist in, and are subsequently targeted or otherwise affected.
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Beta: 08-03-2012 ver 1.2.11

Postby saturnine » 19 Aug 2012, 07:10

My Phantasmal Image was attempting to copy the AI's Reya Dawnbringer. The Reya Dawnbringer was enchanted with an Animate Dead.

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.

Asked for card 'Phantasmal Image' from 'INV': set found, but the card wasn't. :(


Version:
Forge version 1.2.11-r16432

OS: Windows 7 Version: 6.1 Architecture: x86

Java Version: 1.6.0_33 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.util.NoSuchElementException: Asked for card 'Phantasmal Image' from 'INV': set found, but the card wasn't. :(
   at forge.item.CardDb.getCard(CardDb.java:285)
   at forge.item.CardDb.getCard(CardDb.java:258)
   at forge.item.CardDb.getCard(CardDb.java:309)
   at forge.card.cardfactory.CardFactory.copyCard(CardFactory.java:103)
   at forge.GameAction.changeZone(GameAction.java:163)
   at forge.GameAction.moveTo(GameAction.java:330)
   at forge.GameAction.moveTo(GameAction.java:311)
   at forge.GameAction.moveToGraveyard(GameAction.java:467)
   at forge.GameAction.sacrificeDestroy(GameAction.java:1408)
   at forge.GameAction.destroy(GameAction.java:1511)
   at forge.GameAction.checkStateEffects(GameAction.java:1097)
   at forge.game.phase.PhaseHandler.handleBeginPhase(PhaseHandler.java:316)
   at forge.control.input.InputControl.updateInput(InputControl.java:203)
   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.game.phase.PhaseHandler.nextPhase(PhaseHandler.java:582)
   at forge.gui.match.controllers.CMessage$2.actionPerformed(CMessage.java:57)
   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.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
   at java.awt.AWTEventMulticaster.mouseReleased(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$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)
saturnine
 
Posts: 154
Joined: 29 Jul 2012, 15:16
Has thanked: 98 times
Been thanked: 7 times

Re: Forge Beta: 08-03-2012 ver 1.2.11

Postby Hellfish » 19 Aug 2012, 17:14

Re: Various clone NoSuchElementException: Moving Card.curSetCode to CardCharacteristic is an easy fix. Looking through the code now to see if there are any obvious signs that this is a no-no. (It's like a whole new codebase since I've been gone *They-grow-up-so-fast-emote*)
So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
User avatar
Hellfish
Programmer
 
Posts: 1297
Joined: 07 Jun 2009, 10:41
Location: South of the Pumphouse
Has thanked: 110 times
Been thanked: 169 times

Re: Forge Beta: 08-03-2012 ver 1.2.11

Postby friarsol » 19 Aug 2012, 20:28

friarsol wrote:
gos wrote:The AI cast Soul Shred on my Delver of Secrets. I responded by casting Path to Exile on the Delver, but the AI still gained 3 life.
Sounds like a targeting issue. I'll take a look this weekend.
Ok, I think this should be fixed now. SubAbilities without targets were causing issues with parent abilities with targets.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge Beta: 08-03-2012 ver 1.2.11

Postby Sloth » 19 Aug 2012, 21:15

gos wrote:The AI targeted the same creature 3 times with Incremental Growth.

And now the AI cast Seeds of Strength on his Quilled Sliver, which was the only creature on the battlefield. It only got +1/+1.
Both fixed! Thanks gos.

cc-drake wrote:AI casts Copy Artifact without any artifact in play to copy. When I move the mouse over the Copy Artifact, I get
Both fixed (AI behavior and error)! 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: 08-03-2012 ver 1.2.11

Postby ZzzzSleep » 20 Aug 2012, 13:00

Hi all,

Stormfront Riders appears to be broken in 1.2.11
It does not appear to generate a token when it is bounced, either through its own ability, or a spell such as Unsummon. During a test game, I had a Staunch Defenders in play and cast Stormfront Riders. If I bounced the Staunch Defenders first, then I got one token. If I bounced the Riders first, I didn't get any tokens at all.

Thanks,
ZzzzSleep
ZzzzSleep
 
Posts: 182
Joined: 29 Oct 2010, 02:19
Has thanked: 18 times
Been thanked: 18 times

Re: Forge Beta: 08-03-2012 ver 1.2.11

Postby DemoneNero » 20 Aug 2012, 14:49

Thanks :D
Hold The Heathen Hammer High
User avatar
DemoneNero
 
Posts: 91
Joined: 26 Jul 2010, 19:41
Location: Italy
Has thanked: 4 times
Been thanked: 1 time

Re: Forge Beta: 08-03-2012 ver 1.2.11

Postby cc-drake » 20 Aug 2012, 20:15

I attack with a creature equipped with Scythe of the Wretched into AI's Wall of Stone. After combat, I cast Wrath of God and 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.

null


Version:
Forge version 1.2.11-r16432

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.6.0_33 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
   at java.util.TreeMap.getEntry(Unknown Source)
   at java.util.TreeMap.containsKey(Unknown Source)
   at java.util.TreeMap$KeySet.contains(Unknown Source)
   at forge.Card.hasProperty(Card.java:6882)
   at forge.Card.isValid(Card.java:6381)
   at forge.GameEntity.isValid(GameEntity.java:318)
   at forge.card.trigger.TriggerChangesZone.performTest(TriggerChangesZone.java:75)
   at forge.card.trigger.TriggerHandler.runSingleTrigger(TriggerHandler.java:391)
   at forge.card.trigger.TriggerHandler.runTrigger(TriggerHandler.java:320)
   at forge.GameAction.changeZone(GameAction.java:213)
   at forge.GameAction.moveTo(GameAction.java:330)
   at forge.GameAction.moveTo(GameAction.java:311)
   at forge.GameAction.moveToGraveyard(GameAction.java:467)
   at forge.GameAction.sacrificeDestroy(GameAction.java:1408)
   at forge.GameAction.destroyNoRegeneration(GameAction.java:1340)
   at forge.card.abilityfactory.AbilityFactoryDestroy.destroyAllResolve(AbilityFactoryDestroy.java:1052)
   at forge.card.abilityfactory.AbilityFactoryDestroy.access$700(AbilityFactoryDestroy.java:54)
   at forge.card.abilityfactory.AbilityFactoryDestroy$5.resolve(AbilityFactoryDestroy.java:712)
   at forge.card.abilityfactory.AbilityFactory.resolve(AbilityFactory.java:2822)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:950)
   at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:874)
   at forge.game.player.ComputerAIGeneral.playSpellAbilities(ComputerAIGeneral.java:342)
   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:863)
   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:52)
   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$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)
cc-drake
 
Posts: 570
Joined: 14 Aug 2010, 07:15
Has thanked: 29 times
Been thanked: 6 times

Re: Forge Beta: 08-03-2012 ver 1.2.11

Postby gos » 21 Aug 2012, 12:43

The AI cast Steal Strength on its creature to give it +1/+1 without targetting any other creature in play (or so it seemed). I had one creature in play as well.
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Beta: 08-03-2012 ver 1.2.11

Postby cc-drake » 21 Aug 2012, 18:33

I am on 9 poison and AI attacks with Sengir Vampire and Plague Stinger. I cast Healing Salve and die. Shouldn't I have been asked which damage to prevent?
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 19 guests

Main Menu

User Menu

Our Partners


Who is online

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

Login Form