It is currently 17 Aug 2025, 18:59
   
Text Size

Current Known Bugs list

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

Re: Current Known Bugs list

Postby jeffwadsworth » 20 Jan 2012, 20:48

gos wrote:My opponent attacked with his Deus of Calamity, which had +1/+1 from Verdant Field. My Lowland Basilisk blocked, and no combat tricks were played, but the Deus did not die.
Fixed. Thanks.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: Current Known Bugs list

Postby jeffwadsworth » 20 Jan 2012, 21:00

To the devs, apparently, ValidPlayer$ Each within a Mode$ Phase trigger no longer works. It works with ValidPlayer$ Player. Can anyone of you verify before I go through and edit quite a few cards?
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: Current Known Bugs list

Postby Sloth » 20 Jan 2012, 21:56

jeffwadsworth wrote:To the devs, apparently, ValidPlayer$ Each within a Mode$ Phase trigger no longer works. It works with ValidPlayer$ Player. Can anyone of you verify before I go through and edit quite a few cards?
I already did that (because it was my mistake :oops: ). I removed the code from matchesValid and redirected it to isValid in the player class. My goal was to streamline all valid player parameters and make them similar to the valid card parameters.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Current Known Bugs list

Postby jeffwadsworth » 20 Jan 2012, 22:37

Sloth wrote:
jeffwadsworth wrote:To the devs, apparently, ValidPlayer$ Each within a Mode$ Phase trigger no longer works. It works with ValidPlayer$ Player. Can anyone of you verify before I go through and edit quite a few cards?
I already did that (because it was my mistake :oops: ). I removed the code from matchesValid and redirected it to isValid in the player class. My goal was to streamline all valid player parameters and make them similar to the valid card parameters.
Ahh, very nice.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: Current Known Bugs list

Postby tafkad » 21 Jan 2012, 07:00

Version 1.2.2 - r13294 on OSX

Worship has been working well and not sure if this is a problem with the latest version or with this specific scenario. The picture shows the issue, Worship is in Play and 2 creatures, one is enchanted with Protection from RED, the AI went off and my life total was reduced to -1 which should not be possible.

"Wording: Damage that would reduce your life total to less than 1 instead reduces it to 1 if you control a creature."

Thanks
Attachments
Worship and the Backlash Quest.jpg
tafkad
 
Posts: 43
Joined: 29 Dec 2011, 02:40
Has thanked: 2 times
Been thanked: 0 time

Re: Current Known Bugs list

Postby squee1968 » 21 Jan 2012, 07:38

tafkad wrote:Version 1.2.2 - r13294 on OSX

Worship has been working well and not sure if this is a problem with the latest version or with this specific scenario. The picture shows the issue, Worship is in Play and 2 creatures, one is enchanted with Protection from RED, the AI went off and my life total was reduced to -1 which should not be possible.

"Wording: Damage that would reduce your life total to less than 1 instead reduces it to 1 if you control a creature."

Thanks
I don't think you lost the game because of damage, I think you lost the game due to Sanguine Bond. The AI used some ability/spell that caused it to gain life (as evidenced by the searing meditation trigger on the stack). Worship doesn't affect life loss, only damage.
squee1968
 
Posts: 254
Joined: 18 Nov 2011, 03:28
Has thanked: 110 times
Been thanked: 45 times

Re: Current Known Bugs list

Postby cc-drake » 21 Jan 2012, 08:47

- Devouring Rage get stuck when I select to sacrifice 0 spirits
- When I Take Possession of Urza's Blueprints, I have to pay Echo twice in the next 2 upkeeps.
- I use Dragon Mask targeting Keeneye Aven, return him and play him again. The next turn, I target another creature which dies in combat. In my next end step, Keeneye Aven is returned to my hand since it is still remembered in Dragon Mask.
- I cast Chalice of the Void for X=3 and afterwards flashback Silent Departure on AI's Royal Assassin. Next turn, AI casts Royal Assassin again, but the Chalice doesn't trigger.
- Pure Reflection doesn't trigger
- Culling Scales ignores Earthlore
- My Tibor and Lumia triggers for AI's spells
cc-drake
 
Posts: 570
Joined: 14 Aug 2010, 07:15
Has thanked: 29 times
Been thanked: 6 times

Re: Current Known Bugs list

Postby Bundy » 21 Jan 2012, 16:05

Using Forge 1.2.3-SNAPSHOT-r13365
I have a 6/8 Juniper Order Ranger with Predatory Urge in play. I tap it to deal damage to the computer's Lichenthrope, then 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.3-SNAPSHOT-r13365

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.card.abilityfactory.AbilityFactory.getDefinedPlayers(AbilityFactory.java:1946)
   at forge.card.replacement.ReplacementHandler.run(ReplacementHandler.java:103)
   at forge.Card.replaceDamage(Card.java:8136)
   at forge.GameEntity.addDamage(GameEntity.java:81)
   at forge.card.abilityfactory.AbilityFactoryDealDamage.dealDamageResolve(AbilityFactoryDealDamage.java:818)
   at forge.card.abilityfactory.AbilityFactoryDealDamage.access$300(AbilityFactoryDealDamage.java:52)
   at forge.card.abilityfactory.AbilityFactoryDealDamage$1.resolve(AbilityFactoryDealDamage.java:100)
   at forge.card.abilityfactory.AbilityFactory.resolve(AbilityFactory.java:2488)
   at forge.MagicStack.resolveStack(MagicStack.java:908)
   at forge.PhaseHandler.passPriority(PhaseHandler.java:846)
   at forge.ComputerAIGeneral.stackResponse(ComputerAIGeneral.java:585)
   at forge.ComputerAIGeneral.stackNotEmpty(ComputerAIGeneral.java:527)
   at forge.gui.input.InputControl.updateInput(InputControl.java:258)
   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.gui.input.InputControl.resetInput(InputControl.java:144)
   at forge.PhaseHandler.passPriority(PhaseHandler.java:835)
   at forge.gui.input.InputPassPriority.selectButtonOK(InputPassPriority.java:72)
   at forge.GuiInput.selectButtonOK(GuiInput.java:86)
   at forge.control.match.ControlInput.btnOKActionPerformed(ControlInput.java:105)
   at forge.control.match.ControlInput.access$000(ControlInput.java:32)
   at forge.control.match.ControlInput$1.actionPerformed(ControlInput.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.view.toolbox.FButton$1.keyPressed(FButton.java:92)
   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)
Bundy
 
Posts: 348
Joined: 17 Dec 2010, 17:32
Location: The netherlands
Has thanked: 23 times
Been thanked: 3 times

Re: Current Known Bugs list

Postby Hellfish » 21 Jan 2012, 16:40

Bundy: I have a fix for this. I was trying out some theoretical implementations of the planeswalker damage redirection rule and forgot to remove a couple of lines after failing miserably.. However, my codebase is currently dirty with coding replacement effects for zone changes. :/ If anyone wnats to quickfix this, just delete lines 102-103 in forge.card.replacement.ReplacementHandler.java (just after "if(chosenRE != null) {")

EDIT:Thanks,Sloth!
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: Current Known Bugs list

Postby Sloth » 21 Jan 2012, 16:54

cc-drake wrote:- Devouring Rage get stuck when I select to sacrifice 0 spirits
- When I Take Possession of Urza's Blueprints, I have to pay Echo twice in the next 2 upkeeps.
- I use Dragon Mask targeting Keeneye Aven, return him and play him again. The next turn, I target another creature which dies in combat. In my next end step, Keeneye Aven is returned to my hand since it is still remembered in Dragon Mask.
- I cast Chalice of the Void for X=3 and afterwards flashback Silent Departure on AI's Royal Assassin. Next turn, AI casts Royal Assassin again, but the Chalice doesn't trigger.
- Pure Reflection doesn't trigger
- Culling Scales ignores Earthlore
- My Tibor and Lumia triggers for AI's spells
All 7 fixed! Thanks cc-drake.

Bundy wrote:Using Forge 1.2.3-SNAPSHOT-r13365
I have a 6/8 Juniper Order Ranger with Predatory Urge in play. I tap it to deal damage to the computer's Lichenthrope, then this error pops up:
As Hellfish noticed, this is now fixed. Thanks Bundy.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Current Known Bugs list

Postby Bundy » 21 Jan 2012, 17:19

Maybe also fixed already, but i get this error when Pursuit of Knowledge 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.3-SNAPSHOT-r13365

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.card.abilityfactory.AbilityFactory.getDefinedPlayers(AbilityFactory.java:1946)
   at forge.card.replacement.ReplacementHandler.run(ReplacementHandler.java:103)
   at forge.Player.doDraw(Player.java:1218)
   at forge.Player.drawCards(Player.java:1196)
   at forge.Player.drawCards(Player.java:1152)
   at forge.card.abilityfactory.AbilityFactoryZoneAffecting.drawResolve(AbilityFactoryZoneAffecting.java:568)
   at forge.card.abilityfactory.AbilityFactoryZoneAffecting.access$200(AbilityFactoryZoneAffecting.java:54)
   at forge.card.abilityfactory.AbilityFactoryZoneAffecting$3.resolve(AbilityFactoryZoneAffecting.java:156)
   at forge.card.abilityfactory.AbilityFactory.resolveSubAbilities(AbilityFactory.java:2522)
   at forge.card.abilityfactory.AbilityFactory.resolve(AbilityFactory.java:2491)
   at forge.GameAction.playSpellAbilityNoStack(GameAction.java:2845)
   at forge.card.trigger.TriggerHandler$2.resolve(TriggerHandler.java:1030)
   at forge.card.abilityfactory.AbilityFactory.resolve(AbilityFactory.java:2488)
   at forge.MagicStack.resolveStack(MagicStack.java:908)
   at forge.PhaseHandler.passPriority(PhaseHandler.java:846)
   at forge.ComputerAIGeneral.stackResponse(ComputerAIGeneral.java:585)
   at forge.ComputerAIGeneral.stackNotEmpty(ComputerAIGeneral.java:527)
   at forge.gui.input.InputControl.updateInput(InputControl.java:258)
   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.gui.input.InputControl.resetInput(InputControl.java:144)
   at forge.PhaseHandler.passPriority(PhaseHandler.java:835)
   at forge.gui.input.InputPassPriority.selectButtonOK(InputPassPriority.java:72)
   at forge.GuiInput.selectButtonOK(GuiInput.java:86)
   at forge.control.match.ControlInput.btnOKActionPerformed(ControlInput.java:105)
   at forge.control.match.ControlInput.access$000(ControlInput.java:32)
   at forge.control.match.ControlInput$1.actionPerformed(ControlInput.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.view.toolbox.FButton$1.keyPressed(FButton.java:92)
   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)
Bundy
 
Posts: 348
Joined: 17 Dec 2010, 17:32
Location: The netherlands
Has thanked: 23 times
Been thanked: 3 times

Re: Current Known Bugs list

Postby Hellfish » 21 Jan 2012, 18:03

Yeah, that's the same error.
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: Current Known Bugs list

Postby cc-drake » 21 Jan 2012, 19:53

- After AI declares attackers, I cast Affa Guard Hound and clone it via Minion Reflector. The etb-trigger from the token is somehow delayed and is put onto the stack in the declare blockers step. The game gets stuck when it asks me to resolve the trigger and declare blockers at the same time.
- Fungus Elemental 's ability doesn't cost {G}
- Form of the Dragon doesn't set my life to 5
- Delver of Secrets should provide a preview image from the top card. (Maybe AI doesn't care when I reveal creatures, but anyway...)
- AI uses it's Rag Dealer targeting itself
- AI's Narcolepsy doesn't trigger during my upkep
- When I sacrifice Shrine of Limitless Power, 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.

null


Version:
Forge version 1.2.2-r13321

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.6.0_29 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
   at forge.card.abilityfactory.AbilityFactoryZoneAffecting.discardStackDescription(AbilityFactoryZoneAffecting.java:1347)
   at forge.card.abilityfactory.AbilityFactoryZoneAffecting.access$1100(AbilityFactoryZoneAffecting.java:54)
   at forge.card.abilityfactory.AbilityFactoryZoneAffecting$7.getStackDescription(AbilityFactoryZoneAffecting.java:1031)
   at forge.card.spellability.SpellAbilityRequirements.addAbilityToStack(SpellAbilityRequirements.java:217)
   at forge.card.spellability.SpellAbilityRequirements.finishPaying(SpellAbilityRequirements.java:188)
   at forge.card.cost.CostPayment.payCost(CostPayment.java:233)
   at forge.card.cost.CostPayment.paidCost(CostPayment.java:196)
   at forge.card.cost.CostSacrifice$2.showMessage(CostSacrifice.java:350)
   at forge.GuiInput.setInput(GuiInput.java:68)
   at forge.GuiInput.update(GuiInput.java:54)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:38)
   at forge.gui.input.InputControl.changeInput(InputControl.java:112)
   at forge.gui.input.InputControl.setInput(InputControl.java:99)
   at forge.card.cost.CostUtil.setInput(CostUtil.java:294)
   at forge.card.cost.CostSacrifice.payHuman(CostSacrifice.java:150)
   at forge.card.cost.CostPayment.payCost(CostPayment.java:227)
   at forge.card.cost.CostPayment.paidCost(CostPayment.java:196)
   at forge.card.cost.CostMana$2.done(CostMana.java:425)
   at forge.card.cost.CostMana$2.selectCard(CostMana.java:397)
   at forge.GuiInput.selectCard(GuiInput.java:121)
   at forge.control.match.ControlField$11.mousePressed(ControlField.java:492)
   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$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: Current Known Bugs list

Postby timmermac » 22 Jan 2012, 00:53

:!: Lich's Mirror isn't entirely fixed. I get my 7 cards in hand, and my side of the board wipes. However, the computer's side wipes as well, which I don't think is supposed to happen.
"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: Current Known Bugs list

Postby jeffwadsworth » 22 Jan 2012, 01:17

timmermac wrote::!: Lich's Mirror isn't entirely fixed. I get my 7 cards in hand, and my side of the board wipes. However, the computer's side wipes as well, which I don't think is supposed to happen.
Fixed. Thanks.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 11 guests

Main Menu

User Menu

Our Partners


Who is online

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

Login Form