It is currently 30 Aug 2025, 19:22
   
Text Size

Current Known Bugs list

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

Re: Current Known Bugs list

Postby cc-drake » 03 Mar 2011, 21:12

- Aurochs gets +1/+0 for each other attacking creature, not only for other Aurochs creatures
cc-drake
 
Posts: 570
Joined: 14 Aug 2010, 07:15
Has thanked: 29 times
Been thanked: 6 times

Re: Current Known Bugs list

Postby slapshot5 » 03 Mar 2011, 21:20

cc-drake wrote:- Aurochs gets +1/+0 for each other attacking creature, not only for other Aurochs creatures
I believe this is already fixed in SVN.

-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 cc-drake » 03 Mar 2011, 21:40

- AI's Vedalken Infuser triggers. Artifacts in play: Tanglebloom (AI), Phyrexian Walker, Ogre's Cleaver
Code: Select all
An error has occured. 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


AbilityFactory : getAbility -- no Cost in Vedalken Infuser


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

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.6.0_24 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.RuntimeException: AbilityFactory : getAbility -- no Cost in Vedalken Infuser
   at forge.AbilityFactory.getAbility(AbilityFactory.java:147)
   at forge.TriggerHandler.runSingleTrigger(TriggerHandler.java:255)
   at forge.TriggerHandler.runTrigger(TriggerHandler.java:192)
   at forge.PhaseUtil.handleUpkeep(PhaseUtil.java:314)
   at forge.Phase.handleBeginPhase(Phase.java:170)
   at forge.InputControl.updateInput(InputControl.java:91)
   at forge.GuiInput.update(GuiInput.java:19)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:9)
   at forge.Phase.nextPhase(Phase.java:377)
   at forge.Phase.nextPhase(Phase.java:380)
   at forge.Input_Cleanup.showMessage(Input_Cleanup.java:28)
   at forge.GuiInput.setInput(GuiInput.java:27)
   at forge.GuiInput.update(GuiInput.java:21)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:9)
   at forge.Phase.nextPhase(Phase.java:377)
   at forge.Phase.nextPhase(Phase.java:380)
   at forge.GuiDisplay4$25.actionPerformed(GuiDisplay4.java:740)
   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.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 slapshot5 » 03 Mar 2011, 21:45

cc-drake wrote:- AI's Vedalken Infuser triggers. Artifacts in play: Tanglebloom (AI), Phyrexian Walker, Ogre's Cleaver
Code: Select all
An error has occured. 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


AbilityFactory : getAbility -- no Cost in Vedalken Infuser


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

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.6.0_24 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.RuntimeException: AbilityFactory : getAbility -- no Cost in Vedalken Infuser
   at forge.AbilityFactory.getAbility(AbilityFactory.java:147)
   at forge.TriggerHandler.runSingleTrigger(TriggerHandler.java:255)
   at forge.TriggerHandler.runTrigger(TriggerHandler.java:192)
   at forge.PhaseUtil.handleUpkeep(PhaseUtil.java:314)
   at forge.Phase.handleBeginPhase(Phase.java:170)
   at forge.InputControl.updateInput(InputControl.java:91)
   at forge.GuiInput.update(GuiInput.java:19)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:9)
   at forge.Phase.nextPhase(Phase.java:377)
   at forge.Phase.nextPhase(Phase.java:380)
   at forge.Input_Cleanup.showMessage(Input_Cleanup.java:28)
   at forge.GuiInput.setInput(GuiInput.java:27)
   at forge.GuiInput.update(GuiInput.java:21)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:9)
   at forge.Phase.nextPhase(Phase.java:377)
   at forge.Phase.nextPhase(Phase.java:380)
   at forge.GuiDisplay4$25.actionPerformed(GuiDisplay4.java:740)
   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.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)
Now fixed in SVN. Thanks!
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 MatteoT » 04 Mar 2011, 00:54

Hi! I noticed that It That Betrays triggers its ability even if I sacrifice a card, not only when the AI does.
I sacrificed Windswept Heath three or four times in a row, and it kept coming on my side of the battlefield as tough the AI sacrificed it.
MatteoT
 
Posts: 4
Joined: 09 Feb 2011, 17:17
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby ajcgr » 04 Mar 2011, 02:02

The ability of Neurok Invisimancer:

"Neurok Invisimancer is unblockable" is not working
User avatar
ajcgr
 
Posts: 43
Joined: 12 Mar 2010, 15:23
Has thanked: 3 times
Been thanked: 0 time

Re: Current Known Bugs list

Postby Chris H. » 04 Mar 2011, 02:50

MatteoT wrote:Hi! I noticed that It That Betrays triggers its ability even if I sacrifice a card, not only when the AI does.
I sacrificed Windswept Heath three or four times in a row, and it kept coming on my side of the battlefield as tough the AI sacrificed it.
`
This is now fixed, thank you. :D
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 MatteoT » 04 Mar 2011, 15:18

Chris H. wrote:
MatteoT wrote:Hi! I noticed that It That Betrays triggers its ability even if I sacrifice a card, not only when the AI does.
I sacrificed Windswept Heath three or four times in a row, and it kept coming on my side of the battlefield as tough the AI sacrificed it.
`
This is now fixed, thank you. :D
Hi, I copypasted this (http://cardforge.googlecode.com/svn/src ... etrays.txt) text in my cardfolder, is that right?
If it is, now It That Betrays works properly for the bug I posted yesterday, but it doesn't give me the cards that AI sacrifices.
MatteoT
 
Posts: 4
Joined: 09 Feb 2011, 17:17
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby Chris H. » 04 Mar 2011, 16:23

MatteoT wrote:Hi, I copypasted this (http://cardforge.googlecode.com/svn/src ... etrays.txt) text in my cardfolder, is that right?
If it is, now It That Betrays works properly for the bug I posted yesterday, but it doesn't give me the cards that AI sacrifices.
`
I just now ran a test deck using the new 03-04-2011 beta release and It That Betrays appears to work correctly. Download this new beta from our forum and try the test again. :)
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 MatteoT » 04 Mar 2011, 17:18

Yep, I was using 02-19. It appears to work as it should, now, thanks!
MatteoT
 
Posts: 4
Joined: 09 Feb 2011, 17:17
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby Zirbert » 05 Mar 2011, 01:52

There's a problem with the third AB$ Mana line on Sunken Ruins (the one that makes U B). The SpellDescription$ is wrong. The line reads

Code: Select all
A:AB$ Mana | Cost$ UB T | Produced$ U B | SpellDescription$ Add U U to your mana pool.
but it needs to be corrected to

Code: Select all
A:AB$ Mana | Cost$ UB T | Produced$ U B | SpellDescription$ Add U B to your mana pool.
Zirbert
 
Posts: 512
Joined: 13 Oct 2010, 16:04
Has thanked: 104 times
Been thanked: 19 times

Re: Current Known Bugs list

Postby Zirbert » 05 Mar 2011, 02:05

3-04 Beta -

The sac ability of Mindstab Thrull never triggers when he attacks and isn't blocked. I had expected to be prompted when the Declare Blockers step passed without any blocker being declared, but it never happened. I also tried clicking on the card after each step in combat to see if I could "manually" activate the ability, but no go.

I hope there aren't still larger problems with T:Mode$ AttackerUnblocked - I had just compiled a list of 18 new cards that can now be scripted with that trigger, and was about to start coding and testing. I'll still give some a try, and test the ones that are already in Forge to see if it's more widespread.
Zirbert
 
Posts: 512
Joined: 13 Oct 2010, 16:04
Has thanked: 104 times
Been thanked: 19 times

Re: Current Known Bugs list

Postby Chris H. » 05 Mar 2011, 02:29

Zirbert wrote:There's a problem with the third AB$ Mana line on Sunken Ruins (the one that makes U B). The SpellDescription$ is wrong. The line reads

Code: Select all
A:AB$ Mana | Cost$ UB T | Produced$ U B | SpellDescription$ Add U U to your mana pool.
but it needs to be corrected to

Code: Select all
A:AB$ Mana | Cost$ UB T | Produced$ U B | SpellDescription$ Add U B to your mana pool.
`
Now fixed, thank you.
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 Zirbert » 05 Mar 2011, 02:33

Zirbert wrote:3-04 Beta -

The sac ability of Mindstab Thrull never triggers when he attacks and isn't blocked. I had expected to be prompted when the Declare Blockers step passed without any blocker being declared, but it never happened. I also tried clicking on the card after each step in combat to see if I could "manually" activate the ability, but no go.

I hope there aren't still larger problems with T:Mode$ AttackerUnblocked - I had just compiled a list of 18 new cards that can now be scripted with that trigger, and was about to start coding and testing. I'll still give some a try, and test the ones that are already in Forge to see if it's more widespread.
Bad news - I've tested Abyssal Nightstalker, Crypt Cobra, Guiltfeeder, Keeper of Tresserhorn, Merchant Ship, Necrite, Suq'Ata Assassin, and Swamp Mosquito - none of them trigger when unblocked either. I think I'll hold off on scripting any more "trigger when unblocked" cards for the moment. (I have Farrel's Zealot done, but not posted until it works - as always, I try to give the fans the cards they've been clamoring for!)
Zirbert
 
Posts: 512
Joined: 13 Oct 2010, 16:04
Has thanked: 104 times
Been thanked: 19 times

Re: Current Known Bugs list

Postby Professor » 05 Mar 2011, 03:28

Is it just me, or does draft deck editing fail for everyone? I'm still getting this in the 3/4 beta:
Code: Select all
An error has occured. 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


Index: 0, Size: 0


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

OS: Windows 7 Version: 6.1 Architecture: amd64

Java Version: 1.6.0_15 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.Deck.getMain(Deck.java:91)
   at forge.Gui_DeckEditor_Menu.showDraftDeck(Gui_DeckEditor_Menu.java:941)
   at forge.Gui_DeckEditor_Menu.openDraft(Gui_DeckEditor_Menu.java:933)
   at forge.Gui_DeckEditor_Menu.access$10(Gui_DeckEditor_Menu.java:921)
   at forge.Gui_DeckEditor_Menu$23$1.run(Gui_DeckEditor_Menu.java:1372)
   at java.awt.event.InvocationEvent.dispatch(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)
-------------------------------------
PostCount=PostCount+1
User avatar
Professor
 
Posts: 172
Joined: 27 Jul 2009, 21:02
Has thanked: 0 time
Been thanked: 0 time

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 43 guests

Main Menu

User Menu

Our Partners


Who is online

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

Login Form