Forge Beta: 11-16-2012 ver 1.3.1
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Forge Beta: 11-16-2012 ver 1.3.1
by gwurb » 23 Nov 2012, 11:29
The first Nissa Revane ability shows up as just "SpellDescription" on the stack.
Re: Forge Beta: 11-16-2012 ver 1.3.1
by correioalternativo » 23 Nov 2012, 17:20
Sometimes when two creatures with the same name are removed from the game by Astral Slide, only one of them returns at end of turn.
-
correioalternativo - Posts: 279
- Joined: 23 Jul 2012, 12:01
- Has thanked: 255 times
- Been thanked: 23 times
Re: Forge Beta: 11-16-2012 ver 1.3.1
by correioalternativo » 23 Nov 2012, 17:41
Text of Hickory Woodlot, Peat Bog, Remote Farm, Sandstone Needle and Saprazzan Skerry show CARDNAME instead of actual name:
CARDNAME enters the battlefield tapped.
CARDNAME enters the battlefield with 2 Depletion counters on it.
CARDNAME enters the battlefield tapped.
CARDNAME enters the battlefield with 2 Depletion counters on it.
-
correioalternativo - Posts: 279
- Joined: 23 Jul 2012, 12:01
- Has thanked: 255 times
- Been thanked: 23 times
Re: Forge Beta: 11-16-2012 ver 1.3.1
by Sloth » 23 Nov 2012, 19:46
cc-drake wrote:When AI provokes one of my creatures with an enchanted Goblin Grappler, and I kill the Grappler in response, I'm not able to declare blockers. I guess the game forces me to block the dead Grappler.
cc-drake wrote:I control Silent Arbiter, but AI still attacs with 3 creatures.
Three bugs fixed! Thanks cc-drake.cc-drake wrote:- Sleeper Agent doesn't change control to my opponent.
Already fixed.saturnine wrote:AI started game #2 with Leyline of Singularity. Am unable to mulligan or do anything at all.
Mana Drain was fixed along with Metalworker.gos wrote:I got this error after casting Mana Drain, a the beginning of my next main phase:
Fixed! Thanks gwurb.gwurb wrote:The first Nissa Revane ability shows up as just "SpellDescription" on the stack.
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Forge Beta: 11-16-2012 ver 1.3.1
by Niv-Mizzet » 24 Nov 2012, 07:27
I'm still playing last month's version, but my Trygon Predator isn't destroying its targets when I trigger its ability.
-
Niv-Mizzet - Posts: 125
- Joined: 17 Oct 2009, 21:20
- Has thanked: 0 time
- Been thanked: 5 times
Re: Forge Beta: 11-16-2012 ver 1.3.1
by gwurb » 24 Nov 2012, 12:31
This happened when AI tried to attach an Alpha Status to its Utopia Tree during its first Main phase.
The aura was hard casted and the tree was the only plant in play. Game was unplayable after.
Edit: This also happens whenever a player tries to attach an Alpha Status.
I had two creatures on the battlefield that shared this same creature type.
The aura was hard casted and the tree was the only plant in play. Game was unplayable after.
Edit: This also happens whenever a player tries to attach an Alpha Status.
I had two creatures on the battlefield that shared this same creature type.
- 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.3.1-r18201
OS: Linux Version: 3.0.1 Architecture: i386
Java Version: 1.6.0_35 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NullPointerException
at forge.GameActionUtil$2.execute(GameActionUtil.java:1040)
at forge.GameAction.checkStaticAbilities(GameAction.java:1019)
at forge.card.trigger.TriggerHandler.runTrigger(TriggerHandler.java:306)
at forge.GameAction.changeZone(GameAction.java:236)
at forge.GameAction.moveTo(GameAction.java:365)
at forge.GameAction.moveTo(GameAction.java:346)
at forge.card.abilityfactory.effects.AttachEffect.resolve(AttachEffect.java:33)
at forge.card.abilityfactory.CommonSpell.resolve(CommonSpell.java:52)
at forge.card.abilityfactory.AbilityFactory.passUnlessCost(AbilityFactory.java:1585)
at forge.card.abilityfactory.AbilityFactory.resolve(AbilityFactory.java:1715)
at forge.game.zone.MagicStack.resolveStack(MagicStack.java:909)
at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:718)
at forge.control.input.InputPassPriority.selectButtonOK(InputPassPriority.java:74)
at forge.gui.GuiInput.selectButtonOK(GuiInput.java:80)
at forge.gui.match.controllers.CMessage$2.actionPerformed(CMessage.java:51)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
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.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
at java.awt.Component.processMouseEvent(Component.java:6297)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3275)
at java.awt.Component.processEvent(Component.java:6062)
at java.awt.Container.processEvent(Container.java:2039)
at java.awt.Component.dispatchEventImpl(Component.java:4660)
at java.awt.Container.dispatchEventImpl(Container.java:2097)
at java.awt.Component.dispatchEvent(Component.java:4488)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
at java.awt.Container.dispatchEventImpl(Container.java:2083)
at java.awt.Window.dispatchEventImpl(Window.java:2489)
at java.awt.Component.dispatchEvent(Component.java:4488)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:668)
at java.awt.EventQueue.access$400(EventQueue.java:81)
at java.awt.EventQueue$2.run(EventQueue.java:627)
at java.awt.EventQueue$2.run(EventQueue.java:625)
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$3.run(EventQueue.java:641)
at java.awt.EventQueue$3.run(EventQueue.java:639)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:638)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Last edited by gwurb on 25 Nov 2012, 13:19, edited 1 time in total.
Re: Forge Beta: 11-16-2012 ver 1.3.1
by yagi » 24 Nov 2012, 14:33
These two happened when i tried to block Knight of Infamy with Knight of Glory. I know my Knight of Glory wasn't supposed to be able to block it, but my test showed something else :p
- 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.3.2-SNAPSHOT-r17955
OS: Windows 7 Version: 6.1 Architecture: amd64
Java Version: 1.6.0_30 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NullPointerException
at forge.gui.framework.SDisplayUtil$1$1.run(SDisplayUtil.java:62)
at java.awt.event.InvocationEvent.dispatch(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.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.Dialog$1.run(Unknown Source)
at java.awt.Dialog$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at java.awt.Window.setVisible(Unknown Source)
at java.awt.Dialog.setVisible(Unknown Source)
at forge.error.ErrorViewer.showDialog(ErrorViewer.java:192)
at forge.error.ErrorViewer.showError(ErrorViewer.java:117)
at forge.error.ErrorViewer.showError(ErrorViewer.java:79)
at forge.error.ExceptionHandler.handle(ExceptionHandler.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at java.awt.EventDispatchThread.handleException(Unknown Source)
at java.awt.EventDispatchThread.processException(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)
- 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.3.2-SNAPSHOT-r17955
OS: Windows 7 Version: 6.1 Architecture: amd64
Java Version: 1.6.0_30 Vendor: Sun Microsystems Inc.
Detailed error trace:
java.lang.NullPointerException
at forge.gui.framework.SDisplayUtil$1$1.run(SDisplayUtil.java:62)
at java.awt.event.InvocationEvent.dispatch(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.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)
- yagi
- Posts: 53
- Joined: 17 Apr 2012, 08:56
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 11-16-2012 ver 1.3.1
by friarsol » 24 Nov 2012, 16:08
Please don't report bugs that you haven't reproduced in the latest beta release. This could easily be fixed in this release already. I just tested this and it worked fine for me in the latest release. Maybe the target gained protection or you said no for the optional ability?Niv-Mizzet wrote:I'm still playing last month's version, but my Trygon Predator isn't destroying its targets when I trigger its ability.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Forge Beta: 11-16-2012 ver 1.3.1
by gos » 24 Nov 2012, 17:44
I had two green-white creatures enchanted with Shield of the Oversoul. My opponent had 1 creature, an Eldrazi Monument, and Nevinyrral's Disk.
When he popped the Disk, his Monument was destoyed, but not his creature. However, both my creatures who had Shields were destroyed. Is that right?
When he popped the Disk, his Monument was destoyed, but not his creature. However, both my creatures who had Shields were destroyed. Is that right?
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Beta: 11-16-2012 ver 1.3.1
by ZzzzSleep » 25 Nov 2012, 21:39
No, I think all three creatures should have survived. Forge has had issues like this for a while now, I seem to remember there being occasional issues with Angelic Overseer and mass removal, depending on whether the angel or the human came into play first.gos wrote:I had two green-white creatures enchanted with Shield of the Oversoul. My opponent had 1 creature, an Eldrazi Monument, and Nevinyrral's Disk.
When he popped the Disk, his Monument was destoyed, but not his creature. However, both my creatures who had Shields were destroyed. Is that right?
Re: Forge Beta: 11-16-2012 ver 1.3.1
by Sloth » 25 Nov 2012, 22:16
Fixed! Thanks gwurb.gwurb wrote:This happened when AI tried to attach an Alpha Status to its Utopia Tree during its first Main phase.
I think forge should handle this case correctly. Maybe your creatures had lethal damage on them?gos wrote:I had two green-white creatures enchanted with Shield of the Oversoul. My opponent had 1 creature, an Eldrazi Monument, and Nevinyrral's Disk.
When he popped the Disk, his Monument was destoyed, but not his creature. However, both my creatures who had Shields were destroyed. Is that right?
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Forge Beta: 11-16-2012 ver 1.3.1
by TastetheJace » 26 Nov 2012, 00:22
At the beginning of computer's upkeep Soul Tithe (can't font color it correctly) triggered on its enchanted Towering Indrik (it also had a Civic Saber equipped). Computer cast Sundering Growth on top of the stack, destroyed the Soul Tithe, and couldn't populate (no tokens on battlefield). Soul Tithe's triggered then resolved without the computer paying the cmc cost of the creature, but it wasn't sacrificed. Abilities exist independently of their source, right?
- TastetheJace
- Posts: 91
- Joined: 30 Jul 2012, 00:13
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 11-16-2012 ver 1.3.1
by gos » 26 Nov 2012, 12:52
My Snapping Thragg is not dealing any damage to my opponent's Merfolk Looter. The ability triggers, I get to choose a target, it goes on the stack and resolves, but nothing happens.
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Beta: 11-16-2012 ver 1.3.1
by gos » 26 Nov 2012, 12:53
I can't be totally sure.Sloth wrote:I think forge should handle this case correctly. Maybe your creatures had lethal damage on them?gos wrote:I had two green-white creatures enchanted with Shield of the Oversoul. My opponent had 1 creature, an Eldrazi Monument, and Nevinyrral's Disk.
When he popped the Disk, his Monument was destoyed, but not his creature. However, both my creatures who had Shields were destroyed. Is that right?
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Re: Forge Beta: 11-16-2012 ver 1.3.1
by gos » 26 Nov 2012, 13:05
I got this error when I cast Haunting Echoes. My opponent's graveyard had 2 Counterbore and a Primal Boost in it.
- 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.3.1-r18201
OS: Windows 7 Version: 6.1 Architecture: amd64
Java Version: 1.7.0_07 Vendor: Oracle Corporation
Detailed error trace:
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
at java.util.ArrayList$Itr.next(Unknown Source)
at com.google.common.collect.Iterators$8.computeNext(Iterators.java:735)
at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143)
at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138)
at forge.card.cardfactory.CardFactorySorceries$5.resolve(CardFactorySorceries.java:466)
at forge.game.zone.MagicStack.resolveStack(MagicStack.java:912)
at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:718)
at forge.game.player.ComputerAIGeneral.playSpellAbilities(ComputerAIGeneral.java:374)
at forge.control.input.InputControl.getActualInput(InputControl.java:251)
at forge.gui.GuiInput.update(GuiInput.java:50)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at forge.util.MyObservable.updateObservers(MyObservable.java:38)
at forge.control.input.InputControl.resetInput(InputControl.java:140)
at forge.control.input.InputControl.resetInput(InputControl.java:136)
at forge.game.phase.PhaseHandler.passPriority(PhaseHandler.java:723)
at forge.control.input.InputPassPriority.selectButtonOK(InputPassPriority.java:74)
at forge.gui.GuiInput.selectButtonOK(GuiInput.java:80)
at forge.gui.match.controllers.CMessage$2.actionPerformed(CMessage.java:51)
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.gui.toolbox.FButton$1.keyPressed(FButton.java:91)
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$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)
- gos
- Posts: 4369
- Joined: 03 Mar 2011, 15:21
- Location: Reykjavík, Iceland
- Has thanked: 231 times
- Been thanked: 232 times
Who is online
Users browsing this forum: No registered users and 43 guests