It is currently 25 Aug 2025, 16:31
   
Text Size

Current Known Bugs list

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

Re: Current Known Bugs list

Postby Corwin72 » 13 Jun 2011, 16:39

Duplicated against another deck. Still 1/1.
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: Current Known Bugs list

Postby jeffwadsworth » 13 Jun 2011, 16:45

Could someone (Sloth, I know it worked for you) try to use Chalice of the Void with the newest beta and post your results? I have tried it on two different workstations with both the SVN and the newest beta. It behaves (for me) as if it had zero CHARGE counters no matter what it enters the battlefield with.
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 Corwin72 » 13 Jun 2011, 16:56

My Chalice for 3 did not counter my Etched Champion.
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: Current Known Bugs list

Postby slapshot5 » 13 Jun 2011, 17:06

jeffwadsworth wrote:Could someone (Sloth, I know it worked for you) try to use Chalice of the Void with the newest beta and post your results? I have tried it on two different workstations with both the SVN and the newest beta. It behaves (for me) as if it had zero CHARGE counters no matter what it enters the battlefield with.
r9666
I played a Chalice of the Void with 3 charge counters (verified in Card Detail Panel), then cast Stone Rain targeting opponent's Swamp. The spell was *not* countered.

-slapshot5
slapshot5
Programmer
 
Posts: 1391
Joined: 03 Jan 2010, 17:47
Location: Mac OS X
Has thanked: 25 times
Been thanked: 68 times

Re: Current Known Bugs list

Postby Sloth » 13 Jun 2011, 19:25

I tried Chalice of the Void again and it just countered my Gnarled Mass.
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 slapshot5 » 13 Jun 2011, 19:39

Sloth wrote:I tried Chalice of the Void again and it just countered my Gnarled Mass.
Tried Chalice of the Void with 3 counters, then cast Gnarled Mass. It was not countered for me.

-slapshot5
slapshot5
Programmer
 
Posts: 1391
Joined: 03 Jan 2010, 17:47
Location: Mac OS X
Has thanked: 25 times
Been thanked: 68 times

Re: Current Known Bugs list

Postby Corwin72 » 13 Jun 2011, 19:50

Slapshot,
How do you build your SVN?
I use Snacko's tool.
What version of Java are you using?
OS?
I just built r9670 and Chalice with three counters did not counter Etched Champion.

Allies trigger on other allies but not them self.
Here are the decks that I have been testing with.
| Open
[metadata]
Name=CtEST
Deck Type=constructed
[main]
6 Mox Ruby|2ED
1 Etched Champion|SOM
1 Chalice of the Void|MRD
[sideboard]


| Open
[metadata]
Name=Ally
Deck Type=constructed
[main]
4 Talus Paladin|WWK
10 Mountain|MBS
4 Highland Berserker|ZEN
10 Plains|MBS
4 Kazandu Blademaster|ZEN
4 Akoum Battlesinger|WWK
4 Journey to Nowhere|ZEN
4 Burst Lightning|ZEN
4 Arid Mesa|ZEN
4 Hada Freeblade|WWK
4 Kazuul Warlord|ZEN
4 Join the Ranks|WWK
[sideboard]
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: Current Known Bugs list

Postby Chris H. » 13 Jun 2011, 20:02

Using beta 6-12-2011 I cast a Bloodhusk Ritualist and kicked it once. The following error exception occurred when I clicked on cancel after paying the single B Multikicker cost that I could afford at the time.

Code: Select all
An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
   http://www.slightlymagic.net/forum/viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
   mtgerror@yahoo.com


2


Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Mac OS X Version: 10.6.7 Architecture: x86_64

Java Version: 1.6.0_24 Vendor: Apple Inc.

Detailed error trace:
java.lang.ArrayIndexOutOfBoundsException: 2
   at forge.card.cardFactory.CardFactoryUtil.xCount(CardFactoryUtil.java:2562)
   at forge.card.abilityFactory.AbilityFactory.calculateAmount(AbilityFactory.java:904)
   at forge.card.abilityFactory.AbilityFactory_ZoneAffecting.discardResolve(AbilityFactory_ZoneAffecting.java:814)
   at forge.card.abilityFactory.AbilityFactory_ZoneAffecting.access$2(AbilityFactory_ZoneAffecting.java:791)
   at forge.card.abilityFactory.AbilityFactory_ZoneAffecting$7.resolve(AbilityFactory_ZoneAffecting.java:724)
   at forge.card.spellability.SpellAbility_Requirements.finishPaying(SpellAbility_Requirements.java:90)
   at forge.card.spellability.Cost_Payment.payCost(Cost_Payment.java:425)
   at forge.card.spellability.SpellAbility_Requirements.startPaying(SpellAbility_Requirements.java:82)
   at forge.card.spellability.SpellAbility_Requirements.needPayment(SpellAbility_Requirements.java:75)
   at forge.card.spellability.SpellAbility_Requirements.fillRequirements(SpellAbility_Requirements.java:53)
   at forge.GameAction.playSpellAbility_NoStack(GameAction.java:1859)
   at forge.card.trigger.TriggerHandler$2.resolve(TriggerHandler.java:967)
   at forge.card.abilityFactory.AbilityFactory.resolve(AbilityFactory.java:1389)
   at forge.MagicStack.resolveStack(MagicStack.java:706)
   at forge.Phase.passPriority(Phase.java:527)
   at forge.ComputerAI_General.stackResponse(ComputerAI_General.java:366)
   at forge.ComputerAI_General.stack_not_empty(ComputerAI_General.java:305)
   at forge.gui.input.InputControl.updateInput(InputControl.java:151)
   at forge.GuiInput.update(GuiInput.java:21)
   at java.util.Observable.notifyObservers(Observable.java:142)
   at java.util.Observable.notifyObservers(Observable.java:98)
   at forge.MyObservable.updateObservers(MyObservable.java:9)
   at forge.gui.input.InputControl.resetInput(InputControl.java:58)
   at forge.Phase.passPriority(Phase.java:516)
   at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:42)
   at forge.GuiInput.selectButtonOK(GuiInput.java:37)
   at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:969)
   at forge.GuiDisplay4.access$3(GuiDisplay4.java:968)
   at forge.GuiDisplay4$27.actionPerformed(GuiDisplay4.java:756)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
   at java.awt.Component.processMouseEvent(Component.java:6374)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
   at java.awt.Component.processEvent(Component.java:6139)
   at java.awt.Container.processEvent(Container.java:2085)
   at java.awt.Component.dispatchEventImpl(Component.java:4736)
   at java.awt.Container.dispatchEventImpl(Container.java:2143)
   at java.awt.Component.dispatchEvent(Component.java:4566)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4621)
   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4282)
   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4212)
   at java.awt.Container.dispatchEventImpl(Container.java:2129)
   at java.awt.Window.dispatchEventImpl(Window.java:2478)
   at java.awt.Component.dispatchEvent(Component.java:4566)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:680)
   at java.awt.EventQueue.access$000(EventQueue.java:86)
   at java.awt.EventQueue$1.run(EventQueue.java:639)
   at java.awt.EventQueue$1.run(EventQueue.java:637)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
   at java.awt.EventQueue$2.run(EventQueue.java:653)
   at java.awt.EventQueue$2.run(EventQueue.java:651)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:650)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Current Known Bugs list

Postby slapshot5 » 13 Jun 2011, 20:19

Corwin72 wrote:Slapshot,
How do you build your SVN?
I use Snacko's tool.
What version of Java are you using?
OS?
I just built r9670 and Chalice with three counters did not counter Etched Champion.
I build my svn out of Eclipse.

$ java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3326)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)

Mac OS X Version 10.6.7

Chris H and I would have almost identical setups.

-slapshot5
slapshot5
Programmer
 
Posts: 1391
Joined: 03 Jan 2010, 17:47
Location: Mac OS X
Has thanked: 25 times
Been thanked: 68 times

Re: Current Known Bugs list

Postby jeffwadsworth » 13 Jun 2011, 20:28

Okay, since Chris uses the same OS and setup, perhaps he can try Chalice of the Void and see if things work correctly. If so, then it may be OS related.
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 slapshot5 » 13 Jun 2011, 20:29

Chris H. wrote:Using beta 6-12-2011 I cast a Bloodhusk Ritualist and kicked it once. The following error exception occurred when I clicked on cancel after paying the single B Multikicker cost that I could afford at the time.

Code: Select all
An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
   http://www.slightlymagic.net/forum/viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
   mtgerror@yahoo.com


2


Version:
Forge -- official beta: $Date: 2011-01-06 11:34:48 -0500 (Thu, 06 Jan 2011) $, SVN revision: $Revision: 4891 $

OS: Mac OS X Version: 10.6.7 Architecture: x86_64

Java Version: 1.6.0_24 Vendor: Apple Inc.

Detailed error trace:
java.lang.ArrayIndexOutOfBoundsException: 2
   at forge.card.cardFactory.CardFactoryUtil.xCount(CardFactoryUtil.java:2562)
   at forge.card.abilityFactory.AbilityFactory.calculateAmount(AbilityFactory.java:904)
   at forge.card.abilityFactory.AbilityFactory_ZoneAffecting.discardResolve(AbilityFactory_ZoneAffecting.java:814)
   at forge.card.abilityFactory.AbilityFactory_ZoneAffecting.access$2(AbilityFactory_ZoneAffecting.java:791)
   at forge.card.abilityFactory.AbilityFactory_ZoneAffecting$7.resolve(AbilityFactory_ZoneAffecting.java:724)
   at forge.card.spellability.SpellAbility_Requirements.finishPaying(SpellAbility_Requirements.java:90)
   at forge.card.spellability.Cost_Payment.payCost(Cost_Payment.java:425)
   at forge.card.spellability.SpellAbility_Requirements.startPaying(SpellAbility_Requirements.java:82)
   at forge.card.spellability.SpellAbility_Requirements.needPayment(SpellAbility_Requirements.java:75)
   at forge.card.spellability.SpellAbility_Requirements.fillRequirements(SpellAbility_Requirements.java:53)
   at forge.GameAction.playSpellAbility_NoStack(GameAction.java:1859)
   at forge.card.trigger.TriggerHandler$2.resolve(TriggerHandler.java:967)
   at forge.card.abilityFactory.AbilityFactory.resolve(AbilityFactory.java:1389)
   at forge.MagicStack.resolveStack(MagicStack.java:706)
   at forge.Phase.passPriority(Phase.java:527)
   at forge.ComputerAI_General.stackResponse(ComputerAI_General.java:366)
   at forge.ComputerAI_General.stack_not_empty(ComputerAI_General.java:305)
   at forge.gui.input.InputControl.updateInput(InputControl.java:151)
   at forge.GuiInput.update(GuiInput.java:21)
   at java.util.Observable.notifyObservers(Observable.java:142)
   at java.util.Observable.notifyObservers(Observable.java:98)
   at forge.MyObservable.updateObservers(MyObservable.java:9)
   at forge.gui.input.InputControl.resetInput(InputControl.java:58)
   at forge.Phase.passPriority(Phase.java:516)
   at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:42)
   at forge.GuiInput.selectButtonOK(GuiInput.java:37)
   at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:969)
   at forge.GuiDisplay4.access$3(GuiDisplay4.java:968)
   at forge.GuiDisplay4$27.actionPerformed(GuiDisplay4.java:756)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
   at java.awt.Component.processMouseEvent(Component.java:6374)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
   at java.awt.Component.processEvent(Component.java:6139)
   at java.awt.Container.processEvent(Container.java:2085)
   at java.awt.Component.dispatchEventImpl(Component.java:4736)
   at java.awt.Container.dispatchEventImpl(Container.java:2143)
   at java.awt.Component.dispatchEvent(Component.java:4566)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4621)
   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4282)
   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4212)
   at java.awt.Container.dispatchEventImpl(Container.java:2129)
   at java.awt.Window.dispatchEventImpl(Window.java:2478)
   at java.awt.Component.dispatchEvent(Component.java:4566)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:680)
   at java.awt.EventQueue.access$000(EventQueue.java:86)
   at java.awt.EventQueue$1.run(EventQueue.java:639)
   at java.awt.EventQueue$1.run(EventQueue.java:637)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
   at java.awt.EventQueue$2.run(EventQueue.java:653)
   at java.awt.EventQueue$2.run(EventQueue.java:651)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:650)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
I fixed the exception. The Count$TimesKicked still doesn't work however. That I don't know why.

-slapshot5

Edit: I added the code that caused the exception, and didn't end up using it. I just removed that code for this. The Count$TimesKicked would not be affected. I expect that may be a similar issue to why Prototype Portal doesn't work.
Last edited by slapshot5 on 13 Jun 2011, 20:52, edited 1 time in total.
slapshot5
Programmer
 
Posts: 1391
Joined: 03 Jan 2010, 17:47
Location: Mac OS X
Has thanked: 25 times
Been thanked: 68 times

Re: Current Known Bugs list

Postby Corwin72 » 13 Jun 2011, 20:36

Well that kills most of my ideas.
I am PC
I have Java:
1.6.0_22
1.6.0_12
1.5.0_17
1.5.0_02
1.4.2_19
1.4.2_11
Hmmm.
Not even a shared java version.
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: Current Known Bugs list

Postby Sloth » 13 Jun 2011, 20:52

Corwin72 wrote:Slapshot,
How do you build your SVN?
I use Snacko's tool.
What version of Java are you using?
OS?
I just built r9670 and Chalice with three counters did not counter Etched Champion.

Allies trigger on other allies but not them self.
Here are the decks that I have been testing with.
| Open
[metadata]
Name=CtEST
Deck Type=constructed
[main]
6 Mox Ruby|2ED
1 Etched Champion|SOM
1 Chalice of the Void|MRD
[sideboard]


| Open
[metadata]
Name=Ally
Deck Type=constructed
[main]
4 Talus Paladin|WWK
10 Mountain|MBS
4 Highland Berserker|ZEN
10 Plains|MBS
4 Kazandu Blademaster|ZEN
4 Akoum Battlesinger|WWK
4 Journey to Nowhere|ZEN
4 Burst Lightning|ZEN
4 Arid Mesa|ZEN
4 Hada Freeblade|WWK
4 Kazuul Warlord|ZEN
4 Join the Ranks|WWK
[sideboard]
OK now things become strange. I tested your deck and Chalice of the Void does not work!
I used setup game state and it works again. :?
Can you try using setup game state?
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 slapshot5 » 13 Jun 2011, 21:02

Sloth wrote:OK now things become strange. I tested your deck and Chalice of the Void does not work!
I used setup game state and it works again. :?
Can you try using setup game state?
Do you have a file to use for this?
slapshot5
Programmer
 
Posts: 1391
Joined: 03 Jan 2010, 17:47
Location: Mac OS X
Has thanked: 25 times
Been thanked: 68 times

Re: Current Known Bugs list

Postby Sloth » 13 Jun 2011, 21:27

slapshot5 wrote:
Sloth wrote:OK now things become strange. I tested your deck and Chalice of the Void does not work!
I used setup game state and it works again. :?
Can you try using setup game state?
Do you have a file to use for this?
I've used this:
| Open
HumanCardsInPlay=Island; Island; Island; Upwelling;
AICardsInPlay=Island; Plains; Snow-Covered Forest; Swamp; Swamp; Swamp;
HumanCardsInHand=Island; Kazandu Blademaster; Brainstorm; Chalice of the Void; Etched Champion
AICardsInHand=Swamp; Swamp;
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 17 guests

Main Menu

User Menu

Our Partners


Who is online

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

Login Form