Forge Beta: 10-04-2013 ver 1.5.2
by mtgrares
Moderators: timmermac, Agetian, friarsol, Blacksmith, KrazyTheFox, CCGHQ Admins
Re: Forge Beta: 10-04-2013 ver 1.5.2
by lateralus1123 » 13 Oct 2013, 04:55
Thanks for the quick response. I can't remember the exact board state when I tried to play Corrupt, but I guess I missed something. As far as the Spellstutter incident, I simply read the card as "unless player pays X" instead of "spell with CMC <= X". Thanks for pointing out the Flashback zone, I didn't see that there... I feel silly pointing out all these non-issues. I'll do more research before jotting these things down next time.friarsol wrote:Try to give a few more details about things if you can.lateralus1123 wrote:First of all: Thanks for this awesome software!
Next, I have a few bugs to report. Corrupt is uncastable. ETB triggers from various cards (Spellstutter Sprite and Pestermite I've noticed in particular) never enter the stack. There seems to be a connection to the flash ability here. Abilities that let you use cards in your graveyard are sketchy. Or maybe I don't know how to use them? Unearth on at least Hellspark Elemental can't be used. Gravecrawler can't be cast from the graveyard. Lands can't be played with Crucible of Worlds. Triggered abilities like the one of Bloodghast are fine though.
Lastly, is there a way to view counters on Umezawa's Jitte when it's equipped? The card is hidden behind a creature!
1. Corrupt works just fine for me, any particular reason you think it doesn't work? Maybe something on the battlefield was stopping you.
2. Pestermite seems ok, maybe you are canceling the target by accident? Are you hitting the space bar repeatedly?
3. Unearth cards are cast via the "Flashback zone" or as I like to call it the "External Activation Area" you can find it by clicking on the lightning bolt underneath the graveyard symbol in the player panel. Yes, it doesn't always update immediately. The gnomes don't like to work full time in that section of the code.
4. If you have the "CardDetailPanel" in front, and hover over your Jitte, it should say how many counters it has on the bottom of the panel. You may need to creatively zig-zag to get there if there's too much text to see at a glance.
In any case, sorry about that. Cheers.
- lateralus1123
- Posts: 2
- Joined: 13 Oct 2013, 00:37
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 10-04-2013 ver 1.5.2
by mastroego » 13 Oct 2013, 14:14
Hope it helps!
Description: Another win-crash report
Description: Another win-crash report
- UncheckedExecutionException | Open
- Code: Select all
Forge Version: 1.5.2-r23396M
Operating System: Windows 7 6.1 amd64
Java Version: 1.7.0_25 Oracle Corporation
com.google.common.util.concurrent.UncheckedExecutionException: java.awt.color.CMMException: Invalid image format
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2263)
at com.google.common.cache.LocalCache.get(LocalCache.java:4000)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4004)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4874)
at forge.ImageCache.getImage(ImageCache.java:218)
at forge.ImageCache.getOriginalImage(ImageCache.java:149)
at forge.ImageCache.scaleImage(ImageCache.java:179)
at forge.ImageCache.getIcon(ImageCache.java:130)
at forge.gui.home.quest.PnlEvent.<init>(PnlEvent.java:57)
at forge.gui.home.quest.CSubmenuDuels.update(CSubmenuDuels.java:119)
at forge.gui.match.QuestWinLose.actionOnQuit(QuestWinLose.java:293)
at forge.gui.match.ControlWinLose$3.actionPerformed(ControlWinLose.java:65)
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$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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)
Caused by: java.awt.color.CMMException: Invalid image format
at sun.java2d.cmm.kcms.CMM.checkStatus(Unknown Source)
at sun.java2d.cmm.kcms.CMM.createTransform(Unknown Source)
at java.awt.image.ColorConvertOp.filter(Unknown Source)
at com.sun.imageio.plugins.jpeg.JPEGImageReader.acceptPixels(Unknown Source)
at com.sun.imageio.plugins.jpeg.JPEGImageReader.readImage(Native Method)
at com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(Unknown Source)
at com.sun.imageio.plugins.jpeg.JPEGImageReader.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at forge.ImageLoader._findFile(ImageLoader.java:88)
at forge.ImageLoader.load(ImageLoader.java:52)
at forge.ImageLoader.load(ImageLoader.java:16)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2379)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2342)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2257)
... 48 more
Re: Forge Beta: 10-04-2013 ver 1.5.2
by decanus » 13 Oct 2013, 17:23
Description: During a game in a Theros draft, Stoneshock Giant was cast by the AI. Forge then crashed with an ArrayIndexOutOfBounds error. This is not the first time this has happened when Stoneshock giant has been cast by the AI, so it's very likely to be an issue specific to that card (see txt attached for full error). I have also attached a screenshot with the log.
2013-10-13-00.txt- (3.19 KiB) Downloaded 267 times
- decanus
- Posts: 3
- Joined: 27 Jul 2013, 08:04
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 10-04-2013 ver 1.5.2
by friarsol » 13 Oct 2013, 20:18
Why is that strange? Your creature has deathtouch.Xitax wrote:Also, something strange:
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Forge Beta: 10-04-2013 ver 1.5.2
by correioalternativo » 13 Oct 2013, 22:47
I agree. More important information on top of Card Detail tab. And maybe compact text, less blank space, adjustable font etc.Alico wrote:Could you perhaps move the numbers of counters a given card has to the top of the card's description? That would help a lot with a lot of cards that have a boatload of text that you have to scroll through to get to what you want to know. The same can be said for cards like Vampire Nocturnus, who reveals the top card of the library, but you have to scroll to the bottom of the description to see which one. This would make using them with a full field of other cards much easier.
-

correioalternativo - Posts: 279
- Joined: 23 Jul 2012, 12:01
- Has thanked: 255 times
- Been thanked: 23 times
Re: Forge Beta: 10-04-2013 ver 1.5.2
by T-Rez5000 » 14 Oct 2013, 18:02
Description: I cast Spelltwine targeting a Titanic Growth in my graveyard and Talrand's Invocation in my opponent's graveyard. I select Titanic Growth to resolve first and when Talrand's Invocation resolves, the two 2/2 flying tokens came into play under my opponent's control.
I would like to thank all of the developers who make Forge possible. As a long time magic player (started in 1995) who is getting back into the hobby, this program is a dream come true.
I would like to thank all of the developers who make Forge possible. As a long time magic player (started in 1995) who is getting back into the hobby, this program is a dream come true.
Re: Forge Beta: 10-04-2013 ver 1.5.2
by fatherguidos » 14 Oct 2013, 20:11
Colossus of Akros appears to not be considered a creature until it becomes monstrous.
On one occasion I cast divine verdict on a blocking colossus to no effect, and on another occasion Elspeth's -3 ability failed to destroy it.
edit: i'm dum
On one occasion I cast divine verdict on a blocking colossus to no effect, and on another occasion Elspeth's -3 ability failed to destroy it.
edit: i'm dum
Last edited by fatherguidos on 14 Oct 2013, 20:45, edited 1 time in total.
- fatherguidos
- Posts: 3
- Joined: 24 Sep 2013, 02:59
- Has thanked: 1 time
- Been thanked: 0 time
Re: Forge Beta: 10-04-2013 ver 1.5.2
by friarsol » 14 Oct 2013, 20:28
Colossus of Akros is indestructible. That means it can't be destroyed.fatherguidos wrote:Colossus of Akros appears to not be considered a creature until it becomes monstrous.
On one occasion I cast divine verdict on a blocking colossus to no effect, and on another occasion Elspeth's -3 ability failed to destroy it.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Forge Beta: 10-04-2013 ver 1.5.2
by dontevenask » 15 Oct 2013, 04:02
I don't know if this has been addressed or if this is the case with other cards that reduce casting costs, but Grand Arbiter Augustin IV. does not reduce the cost of Sphinx's Revelation. If you pay WUU and then set X to 3, you should gain 5 life and draw 5 cards. The game does not factor this in when Grand Arbiter is on the board. Again, this is the only situation in which I have seen this happen, but I know that the cost reduction cards do have an effect on cards with X in their cost. If you want me to rephrase this, feel free to respond.
- dontevenask
- Posts: 6
- Joined: 03 Aug 2013, 22:31
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 10-04-2013 ver 1.5.2
by velicue » 15 Oct 2013, 05:41
I can only activate the second ability of vivid land once. Then I'm unable to use this land. Someone said you have fixed this problem but this is obviously not true.
- velicue
- Posts: 6
- Joined: 16 Jul 2013, 09:06
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 10-04-2013 ver 1.5.2
by ZzzzSleep » 15 Oct 2013, 09:33
It's quite likely that it has been fixed, but a new beta hasn't been released yet. It's targeted to be released this Friday.velicue wrote:I can only activate the second ability of vivid land once. Then I'm unable to use this land. Someone said you have fixed this problem but this is obviously not true.
Re: Forge Beta: 10-04-2013 ver 1.5.2
by friarsol » 15 Oct 2013, 12:03
We know, it doesn't work for all cards due to how to X costs work for a majority of cards (you just start paying X instead of declaring X and then starting to pay), we'll get around to it at some point. Since X isn't declared before you start paying mana, so there isn't anything to reduce.dontevenask wrote:I don't know if this has been addressed or if this is the case with other cards that reduce casting costs, but Grand Arbiter Augustin IV. does not reduce the cost of Sphinx's Revelation.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Forge Beta: 10-04-2013 ver 1.5.2
by gorthawer » 15 Oct 2013, 14:02
Hi,
Akroan Crusader tokens are made as white instead of red color.
Akroan Crusader tokens are made as white instead of red color.
Re: Forge Beta: 10-04-2013 ver 1.5.2
by swordshine » 16 Oct 2013, 01:53
I'm pretty sure they are red. The default image (if a card does not have an image) looks white, though.gorthawer wrote:Hi,
Akroan Crusader tokens are made as white instead of red color.
- swordshine
- Posts: 682
- Joined: 11 Jul 2010, 02:37
- Has thanked: 116 times
- Been thanked: 87 times
Who is online
Users browsing this forum: No registered users and 285 guests