Current Known Bugs list
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Current Known Bugs list
by Arthur » 31 Mar 2011, 16:45
Mortarpod only gives you a token the first time the equipment enters the battlefield: so if you bounce it, there will not appear a token. Haven't tried it out, but I'm guessing that it's something all the living weapons might have.
If someone would be able to fix that, that'd be awesome!
If someone would be able to fix that, that'd be awesome!
Re: Current Known Bugs list
by Chris H. » 31 Mar 2011, 17:25
`eidolon wrote:As long as you don't have any other permanents in play (for example because you have payed your creature of a Black Lotus or are using the developer mode), the summoning sickness indicator does not get displayed on your creature.
I glanced at the code a few months ago. I remember seeing some code that would draw these icons only if a card image was smaller than some predetermined size. This may be what you noticed.
-
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
by cc-drake » 01 Apr 2011, 10:11
- Flourishing Defenses triggers for -1/-1 counters removed from a creature by Heartmender.
Re: Current Known Bugs list
by Hellfish » 01 Apr 2011, 11:38
Fixed Heartmender. Thanks!
(Behind-the-scenes: Man,that was weird. It used Card.addCounter(Counters.M1M1, -1).Left over from the time before Card.subtractCounter()? Didn't even know there was such a time.)
EDIT: Dirtcowl Wurm is already fixed.
(Behind-the-scenes: Man,that was weird. It used Card.addCounter(Counters.M1M1, -1).Left over from the time before Card.subtractCounter()? Didn't even know there was such a time.)
EDIT: Dirtcowl Wurm is already fixed.
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
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
-
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
by gos » 02 Apr 2011, 00:23
AI tried to counter my Sigil of the Empty Throne with Illumination and I got the following error:
- 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
null
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_13 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NullPointerException
at forge.CardFactoryUtil.xCount(CardFactoryUtil.java:3270)
at forge.CardFactoryUtil.doDrawBack(CardFactoryUtil.java:3659)
at forge.AbilityFactory_CounterMagic.counterResolve(AbilityFactory_CounterMagic.java:191)
at forge.AbilityFactory_CounterMagic.access$4(AbilityFactory_CounterMagic.java:126)
at forge.AbilityFactory_CounterMagic$2.resolve(AbilityFactory_CounterMagic.java:119)
at forge.MagicStack.resolveStack(MagicStack.java:666)
at forge.Phase.passPriority(Phase.java:526)
at forge.ComputerAI_General.stackResponse(ComputerAI_General.java:266)
at forge.ComputerAI_General.stack_not_empty(ComputerAI_General.java:241)
at forge.InputControl.updateInput(InputControl.java:145)
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.InputControl.resetInput(InputControl.java:52)
at forge.Phase.passPriority(Phase.java:517)
at forge.Input_PassPriority.selectButtonOK(Input_PassPriority.java:35)
at forge.GuiInput.selectButtonOK(GuiInput.java:35)
at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:948)
at forge.GuiDisplay4.access$3(GuiDisplay4.java:947)
at forge.GuiDisplay4$25.actionPerformed(GuiDisplay4.java:735)
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.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: Current Known Bugs list
by friarsol » 02 Apr 2011, 02:10
Not too surprising. The AF for Countering handles targeting differently than everything else and can't use that call that it's being used with. So it wouldn't work this way. I guess whoever coded that card up didn't realize that.gos wrote:AI tried to counter my Sigil of the Empty Throne with Illumination and I got the following error:
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Current Known Bugs list
by Professor » 02 Apr 2011, 04:14
Looks like the 4/1 release will not be the one to fix the Isochron Scepter/Counterspell issue or get the draft editor working. Fingers crossed for May! 

-------------------------------------
PostCount=PostCount+1
PostCount=PostCount+1
-
Professor - Posts: 172
- Joined: 27 Jul 2009, 21:02
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by slappysquirrel » 02 Apr 2011, 07:28
i played a Faerie Conclave and used Cloud Of Faeries to untap it in one turn, turned the Faerie Conclave into a creature to attack with, and it had summoning sickness. yes i dont know if this is a real rule or not for lands to have summoning sickness but, well just saying
- slappysquirrel
- Posts: 56
- Joined: 05 Sep 2009, 06:04
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by Sloth » 02 Apr 2011, 08:48
This is correct (Dryad Arbor for example can't be tapped for mana the turn it entered the battlefield).slappysquirrel wrote:i played a Faerie Conclave and used Cloud Of Faeries to untap it in one turn, turned the Faerie Conclave into a creature to attack with, and it had summoning sickness. yes i dont know if this is a real rule or not for lands to have summoning sickness but, well just saying
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Current Known Bugs list
by eidolon » 02 Apr 2011, 11:45
The AI does not play Blightning or Maelstrom Pulse through a Bloudbraid Elf cascade, even if I had 2 cards in hand and good targets on the board.
- eidolon
- Posts: 56
- Joined: 15 Sep 2009, 22:12
- Location: Bavaria, Germany
- Has thanked: 0 time
- Been thanked: 0 time
Re: Current Known Bugs list
by timmermac » 02 Apr 2011, 19:29
April 1st beta: I just used Mox Opal for mana without Metalcraft being in effect for me.
Edit: Computer had a bunch of artifacts out, if it matters.
Edit: Computer had a bunch of artifacts out, if it matters.
"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
Re: Current Known Bugs list
by timmermac » 02 Apr 2011, 20:08
There is still a major memory leak floating somewhere in this application. Even dropping the -Xmx modifier down to 512 mb to account for my 1 gb of system memory, I still get a massive slowdown in performance after anywhere from 2 to 5 matches in quest mode. I just finished a 2-1 loss against the Affinity Mono Brown Hard deck, went to click on the Deck Editor button in the quest mode window, and got no response for several minutes. I had to end the javaw.exe task in Task Manager to end the program. At that time, the process was using over 300,000 kb of memory. I am playing with LQ pictures only, using the new quest mode ui and the new battlefield ui. My quest data file is currently 230 kb in size with roughly 130 matches played.
"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
Re: Current Known Bugs list
by Sloth » 02 Apr 2011, 21:02
Fixed! (and yes, you guessed it: Mox Opal counted all artifacts) Thanks timmermac.timmermac wrote:April 1st beta: I just used Mox Opal for mana without Metalcraft being in effect for me.
Edit: Computer had a bunch of artifacts out, if it matters.
This is also fixed at last.cc-drake wrote:I mean, a creature enchanted with Spectral Shield should be no valid target for any other aura spell since aura spells are targeted, right? But in fact, it is possible to enchant a Spectral Shield-enchanted creature with other auras.
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Current Known Bugs list
by timmermac » 02 Apr 2011, 21:12
April 1st beta: Treva's Ruins still does not have you return a non-Lair land to your hand when you put it out.
"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
Re: Current Known Bugs list
by cc-drake » 03 Apr 2011, 06:21
- Thorn-Thrash Viashino triggers Onslaught twice due to it's devour ability
Who is online
Users browsing this forum: No registered users and 41 guests