It is currently 10 May 2024, 18:00
   
Text Size

Forge Beta: 03-14-2014 ver 1.5.14

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

Re: Forge Beta: 03-14-2014 ver 1.5.14

Postby TalpanianEmperor » 27 Mar 2014, 09:32

Hey guys, just wanted to say:
Forbidden Orchard just gives the spirit to the next opponent (in turn order) instead of letting you target.
And please implement Equipoise. Please.
"Each year that passes rings you inwardly with memory and might. Wield your heart, and the world will tremble."
-- Doran, The Siege Tower.
TalpanianEmperor
 
Posts: 37
Joined: 06 Oct 2013, 07:03
Has thanked: 6 times
Been thanked: 1 time

Re: Forge Beta: 03-14-2014 ver 1.5.14

Postby geifjeij » 27 Mar 2014, 11:24

Just want to mention that the interaction between Counterbalance and Wear // Tear doesn't seem to be working correctly. Revealing a Wear // Tear off a Counterbalance trigger should counter both 1 CMC and 2 CMC cards due to 708.6a, but it wasn't able to counter a 1CMC Steel Wall in a game I just tried.
geifjeij
 
Posts: 1
Joined: 27 Mar 2014, 11:18
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 03-14-2014 ver 1.5.14

Postby gos » 27 Mar 2014, 11:35

Description: Scrambleverse with suspend (from Jhoira of the Ghitu) being cast from exile.

NullPointerException | Open
Code: Select all
Forge Version:    1.5.14-r25182
Operating System: Windows 7 6.1 amd64
Java Version:     1.7.0_07 Oracle Corporation

java.lang.NullPointerException
   at forge.view.arcane.PlayArea$CardStack.add(PlayArea.java:719)
   at forge.view.arcane.PlayArea$CardStack.add(PlayArea.java:720)
   at forge.view.arcane.PlayArea$CardStackRow.addAll(PlayArea.java:674)
   at forge.view.arcane.PlayArea$CardStackRow.<init>(PlayArea.java:665)
   at forge.view.arcane.PlayArea.doLayout(PlayArea.java:203)
   at forge.view.arcane.PlayArea.recalculateCardPanels(PlayArea.java:566)
   at forge.view.arcane.PlayArea.setupPlayZone(PlayArea.java:523)
   at forge.gui.match.CMatchUI.updateZones(CMatchUI.java:343)
   at forge.control.FControlGameEventHandler$8.run(FControlGameEventHandler.java:184)
   at java.awt.event.InvocationEvent.dispatch(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.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: Forge Beta: 03-14-2014 ver 1.5.14

Postby Marek14 » 27 Mar 2014, 19:25

Two copies of Possibility Storm don't work correctly. Second trigger to resolve does nothing, but the ability doesn't depend on successful exiling of the spell -- if the ability resolves and spell is no longer on stack, it should still exile cards and give you a free spell.

EDIT: Also, it's possible to play artifact lands through Possibility Storm, but the card specifically says you may cast the card -- it can't be used to play lands.
Marek14
Tester
 
Posts: 2763
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Forge Beta: 03-14-2014 ver 1.5.14

Postby Xyx » 27 Mar 2014, 20:46

Description: I passed priority at the end of the AI's turn. It had a level 2 Student of Warfare and a level 0 Skywatcher Adept in play. Priority passed to my M1, but my Goblin Guide did not appear to untap and this error message appeared:

ConcurrentModificationException | Open
Code: Select all
Forge Version:    1.5.13-r${forge.revision}${forge.specialStatus} (mixed revisions detected; please update from the root directory)
Operating System: Windows 7 6.1 amd64
Java Version:     1.7.0_51 Oracle Corporation

java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
   at java.util.ArrayList$Itr.next(Unknown Source)
   at forge.game.card.Card.getLatestPT(Card.java:3870)
   at forge.game.card.Card.getSetToughness(Card.java:3855)
   at forge.game.card.Card.getCurrentToughness(Card.java:3973)
   at forge.game.card.Card.getUnswitchedToughness(Card.java:3989)
   at forge.game.card.Card.getNetDefense(Card.java:4016)
   at forge.view.arcane.CardPanel.setText(CardPanel.java:626)
   at forge.view.arcane.CardPanel.setCard(CardPanel.java:664)
   at forge.view.arcane.PlayArea.updateCard(PlayArea.java:636)
   at forge.view.arcane.PlayArea.updateSingleCard(PlayArea.java:296)
   at forge.gui.match.CMatchUI.updateSingleCard(CMatchUI.java:379)
   at forge.gui.match.CMatchUI.updateCards(CMatchUI.java:371)
   at forge.control.FControlGameEventHandler$9.run(FControlGameEventHandler.java:236)
   at java.awt.event.InvocationEvent.dispatch(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.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)
Other than this we both just had some basic lands. I'm guessing it's a problem with the levelers.

I clicked Close, the game resumed, I played a land and my Goblin Guide was untapped (just a UI update delay I suppose).
User avatar
Xyx
Tester
 
Posts: 524
Joined: 23 Feb 2014, 23:01
Has thanked: 38 times
Been thanked: 32 times

Re: Forge Beta: 03-14-2014 ver 1.5.14

Postby jowe1549 » 27 Mar 2014, 21:07

how do i download
jowe1549
 
Posts: 1
Joined: 27 Mar 2014, 21:01
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 03-14-2014 ver 1.5.14

Postby Fizanko » 28 Mar 2014, 04:48

downloads are on the bottom of the 1st post of this thread.

I just ran into a crash in a quest duel with "Minerva McGonagall" (medium) while the AI was setting up its attackers

Image

ConcurrentModificationException | Open
Code: Select all
Forge Version:    1.5.14-r25182
Operating System: Windows XP 5.1 x86
Java Version:     1.7.0_10 Oracle Corporation

java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
   at java.util.ArrayList$Itr.next(Unknown Source)
   at com.google.common.collect.AbstractMapBasedMultimap$Itr.next(AbstractMapBasedMultimap.java:1150)
   at forge.game.combat.Combat.getAttackers(Combat.java:197)
   at forge.gui.match.TargetingOverlay.addArcsForCard(TargetingOverlay.java:233)
   at forge.gui.match.TargetingOverlay.assembleArcs(TargetingOverlay.java:138)
   at forge.gui.match.TargetingOverlay.access$100(TargetingOverlay.java:47)
   at forge.gui.match.TargetingOverlay$OverlayPanel.paintComponent(TargetingOverlay.java:353)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JLayeredPane.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JLayeredPane.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintToOffscreen(Unknown Source)
   at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
   at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
   at javax.swing.BufferStrategyPaintManager.paint(Unknown Source)
   at javax.swing.RepaintManager.paint(Unknown Source)
   at javax.swing.JComponent._paintImmediately(Unknown Source)
   at javax.swing.JComponent.paintImmediately(Unknown Source)
   at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
   at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
   at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
   at javax.swing.RepaintManager.access$700(Unknown Source)
   at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
   at java.awt.event.InvocationEvent.dispatch(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.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)
probably outdated by now so you should avoid : Innistrad world for Forge (updated 17/11/2014)
Duel Decks for Forge - Forge custom decks (updated 25/10/2014)
User avatar
Fizanko
Tester
 
Posts: 780
Joined: 07 Feb 2014, 11:24
Has thanked: 155 times
Been thanked: 94 times

Re: Forge Beta: 03-14-2014 ver 1.5.14

Postby Snowstorm » 28 Mar 2014, 05:04

Description: I was targeting Cranial Plating with Beast Within when it happen. I have targeted Cranial Plating before with Beast Within so I am not sure why it happen this time.

NullPointerException | Open
Code: Select all
Forge Version:    1.5.14-r25182
Operating System: Windows 8 6.2 amd64
Java Version:     1.7.0_07 Oracle Corporation

java.lang.NullPointerException
   at forge.view.arcane.PlayArea$CardStack.add(PlayArea.java:719)
   at forge.view.arcane.PlayArea$CardStack.add(PlayArea.java:720)
   at forge.view.arcane.PlayArea$CardStackRow.addAll(PlayArea.java:674)
   at forge.view.arcane.PlayArea$CardStackRow.<init>(PlayArea.java:665)
   at forge.view.arcane.PlayArea.doLayout(PlayArea.java:203)
   at forge.view.arcane.PlayArea.recalculateCardPanels(PlayArea.java:566)
   at forge.view.arcane.PlayArea.setupPlayZone(PlayArea.java:523)
   at forge.gui.match.CMatchUI.updateZones(CMatchUI.java:343)
   at forge.control.FControlGameEventHandler$8.run(FControlGameEventHandler.java:184)
   at java.awt.event.InvocationEvent.dispatch(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.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)
Attachments
Beast Within Bug.png
User avatar
Snowstorm
 
Posts: 50
Joined: 16 Mar 2014, 20:37
Has thanked: 4 times
Been thanked: 1 time

Re: Forge Beta: 03-14-2014 ver 1.5.14

Postby Fizanko » 28 Mar 2014, 05:31

Another quest duel problem, this time no error message but the game is stuck

On the AI battlefield
Image

Etherium Sculptor power/thoughness does not stop several time by second to switch between 1/2 and 2/3
Myr Enforcer power/thougness does the same between 4/4 and 5/5
Arcbound Worker does the same between 1/1 and 2/2

this does not stop and the game is stuck there, clicking on OK in the prompt tab does nothing.

Master of Etherium is the card supposed to give them +1/+1 and is the only one that does not continuously multiple time by seconds switch between 2 values for power/thoughness.

I already saw this happening in a past battle, but the game wasn't getting stuck from there, after +/-2 seconds it resumed.
probably outdated by now so you should avoid : Innistrad world for Forge (updated 17/11/2014)
Duel Decks for Forge - Forge custom decks (updated 25/10/2014)
User avatar
Fizanko
Tester
 
Posts: 780
Joined: 07 Feb 2014, 11:24
Has thanked: 155 times
Been thanked: 94 times

Re: Forge Beta: 03-14-2014 ver 1.5.14

Postby timmermac » 28 Mar 2014, 12:37

Fatpack purchase error again, this time with Judgement. I'm now noticing a pattern. All four sets that have generated this error when buying their fatpack have been the third set in their associated block. The count is now Prophecy, 5th Dawn, Apocalypse and Judgement. These are all pre-8th edition sets. I just purchased a Rise of the Eldrazi fatpack without issue, so it appears to be caused by pre-8th edition fatpacks where it's the third set of the block.
"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
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: Forge Beta: 03-14-2014 ver 1.5.14

Postby Orionalt » 28 Mar 2014, 20:35

Description: When you use Farseek to get a shockland such as Temple Garden you get the option to pay life for the land to enter play untapped but it remains tapped even if you pay the life.
Orionalt
 
Posts: 31
Joined: 08 Apr 2012, 08:45
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 03-14-2014 ver 1.5.14

Postby friarsol » 28 Mar 2014, 21:04

Orionalt wrote:Description: When you use Farseek to get a shockland such as Temple Garden you get the option to pay life for the land to enter play untapped but it remains tapped even if you pay the life.
Technically, this isn't a bug. Farseek is forcing the shockland to ETB tapped no matter how you respond to the static ETB of the shockland.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Previous

Return to Forge

Who is online

Users browsing this forum: No registered users and 19 guests


Who is online

In total there are 19 users online :: 0 registered, 0 hidden and 19 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 19 guests

Login Form