It is currently 23 Aug 2025, 20:09
   
Text Size

Forge Beta: 07-18-2014 ver 1.5.22

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

Re: Forge Beta: 07-18-2014 ver 1.5.22

Postby samwise1989 » 26 Jul 2014, 14:56

hi everyone i am having trouble finding the file im meant to download and extract any help would be appreciated thanks. never mind i got it... but were still missing some c13 its a shame lol
samwise1989
 
Posts: 1
Joined: 26 Jul 2014, 14:50
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 07-18-2014 ver 1.5.22

Postby l33t3rth4nur1111 » 29 Jul 2014, 05:12

In Quest mode, Borborygmos 2's infinite combo (Gruul Ragebeast and Sprouting Phytohydra while an opponent has a creature with exactly 1 power) never terminates even though Sprouting Phytohydra allows the controller to terminate the combo (421.1). This is annoying, as I could actually win this fight due to having a Taunting Elf and a small army besides.

I've seen a different combo involving Splinter Twin and some untap-ability creature; that combo eventually terminated after about a hundred iterations. This one is at 400 and counting, but I'll have to concede to get out of it because each iteration is progressively slower than the last.
l33t3rth4nur1111
 
Posts: 24
Joined: 20 Jun 2014, 01:15
Has thanked: 1 time
Been thanked: 0 time

Re: Forge Beta: 07-18-2014 ver 1.5.22

Postby felixsapiens » 29 Jul 2014, 13:53

Description: Attacking with Goblin Rabblemaster, Goblin token and Mutavault vs two Desecration Demons brought this error: screenshot of state of play included.

NoSuchElementException | Open
Code: Select all
Forge Version:    1.5.22-r26752
Operating System: Mac OS X 10.9.4 x86_64
Java Version:     1.7.0_55 Oracle Corporation

java.util.NoSuchElementException
   at java.util.ArrayList$Itr.next(ArrayList.java:834)
   at forge.game.card.Card.getHiddenExtrinsicKeyword(Card.java:4673)
   at forge.game.card.Card.getKeyword(Card.java:4380)
   at forge.game.card.Card.getAmountOfKeyword(Card.java:5243)
   at forge.game.card.Card.getNetAttack(Card.java:4076)
   at forge.screens.match.controllers.CCombat.combatantToString(CCombat.java:139)
   at forge.screens.match.controllers.CCombat.getCombatDescription(CCombat.java:106)
   at forge.screens.match.controllers.CCombat.update(CCombat.java:49)
   at forge.screens.match.CMatchUI.showCombat(CMatchUI.java:305)
   at forge.GuiDesktop.showCombat(GuiDesktop.java:364)
   at forge.control.FControlGameEventHandler$2.run(FControlGameEventHandler.java:61)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:694)
   at java.awt.EventQueue$3.run(EventQueue.java:692)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Attachments
Screen Shot 2014-07-29 at 11.49.40 pm.png
felixsapiens
 
Posts: 12
Joined: 14 Feb 2013, 06:36
Has thanked: 5 times
Been thanked: 0 time

Re: Forge Beta: 07-18-2014 ver 1.5.22

Postby Marek14 » 29 Jul 2014, 20:14

Talon of Pain is still broken -- doesn't require removing counters.
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Forge Beta: 07-18-2014 ver 1.5.22

Postby Rosieodonell » 30 Jul 2014, 02:44

- Keeps crashing when using mana confluence. never use to happen

Description: [describe what you were doing when the crash occurred]

RuntimeException | Open
Code: Select all
Forge Version:    1.5.22-r26752
Operating System: Windows 7 6.1 amd64
Java Version:     1.7.0_13 Oracle Corporation

java.lang.RuntimeException: Cannot remove input InputPayManaOfCostPayment because it's not on top of stack. Stack = []
   at forge.match.input.InputQueue.removeInput(InputQueue.java:54)
   at forge.match.input.InputSyncronizedBase.stop(InputSyncronizedBase.java:49)
   at forge.match.input.InputPayMana.onStateChanged(InputPayMana.java:400)
   at forge.match.input.InputPayMana.showMessage(InputPayMana.java:394)
   at forge.match.input.InputBase.showMessageInitial(InputBase.java:47)
   at forge.match.input.InputProxy$2.run(InputProxy.java:85)
   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)
Rosieodonell
 
Posts: 66
Joined: 11 Jun 2013, 04:26
Has thanked: 2 times
Been thanked: 10 times

Re: Forge Beta: 07-18-2014 ver 1.5.22

Postby kestell » 30 Jul 2014, 06:14

Training grounds and Heartstone:

When either of these are on the battlefield, any activated ability without mana has an additional cost of (1).

I noticed it first on my gemhide sliver, but it also affected birds of paradise.
kestell
 
Posts: 70
Joined: 04 Oct 2013, 12:03
Has thanked: 5 times
Been thanked: 0 time

Re: Forge Beta: 07-18-2014 ver 1.5.22

Postby Marek14 » 31 Jul 2014, 06:23

Genesis Hydra can put lands onto the battlefield despite specifying "nonland permanent".
Marek14
Tester
 
Posts: 2773
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Forge Beta: 07-18-2014 ver 1.5.22

Postby Bundy » 31 Jul 2014, 16:45

Description: computer casts Back from the Brink. Computer has no mana this turn.

NullPointerException | Open
Code: Select all
Forge Version:    1.5.22-r26752
Operating System: Windows 8.1 6.3 x86
Java Version:     1.7.0_65 Oracle Corporation

java.lang.NullPointerException
   at forge.game.cost.CostPartMana.getManaCostFor(CostPartMana.java:119)
   at forge.ai.ComputerUtilMana.calculateManaCost(ComputerUtilMana.java:634)
   at forge.ai.ComputerUtilMana.payManaCost(ComputerUtilMana.java:87)
   at forge.ai.ComputerUtilMana.canPayManaCost(ComputerUtilMana.java:62)
   at forge.ai.ComputerUtilCost.canPayCost(ComputerUtilCost.java:378)
   at forge.ai.AiController.canPlayAndPayFor(AiController.java:641)
   at forge.ai.AiController.chooseSpellAbilyToPlay(AiController.java:1178)
   at forge.ai.AiController.getSpellAbilityToPlay(AiController.java:1159)
   at forge.ai.AiController.choooseSpellAbilityToPlay(AiController.java:1110)
   at forge.ai.PlayerControllerAi.chooseSpellAbilityToPlay(PlayerControllerAi.java:415)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:982)
   at forge.game.GameAction.startGame(GameAction.java:1545)
   at forge.game.Match.startGame(Match.java:81)
   at forge.control.FControl$4.run(FControl.java:442)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Bundy
 
Posts: 348
Joined: 17 Dec 2010, 17:32
Location: The netherlands
Has thanked: 23 times
Been thanked: 3 times

Re: Forge Beta: 07-18-2014 ver 1.5.22

Postby gos » 31 Jul 2014, 20:41

AI used Venser's Diffusion to return a Woodlot Crawler from its graveyard to its hand.
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Beta: 07-18-2014 ver 1.5.22

Postby Xyx » 01 Aug 2014, 14:32

Thanks for the update! :)

And here's a bug report:

Description: I cast Flame-Wreathed Phoenix and this error popped up. I clicked Continue and the game went on. It appears that my opponent did not pay tribute.

ConcurrentModificationException | Open
Code: Select all
Forge Version:    1.5.22-r26752
Operating System: Windows 7 6.1 amd64
Java Version:     1.8.0_11 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.getHiddenExtrinsicKeyword(Card.java:4673)
   at forge.game.card.Card.getKeyword(Card.java:4380)
   at forge.game.card.Card.hasKeyword(Card.java:5152)
   at forge.game.card.Card.isSick(Card.java:3121)
   at forge.view.arcane.CardPanel.paintChildren(CardPanel.java:395)
   at javax.swing.JComponent.paint(Unknown Source)
   at forge.view.arcane.CardPanel.paint(CardPanel.java:291)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JViewport.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at forge.toolbox.FScrollPane.paint(FScrollPane.java:83)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   at javax.swing.JComponent.paint(Unknown Source)
   at javax.swing.JComponent.paintChildren(Unknown Source)
   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.RepaintManager.paint(Unknown Source)
   at javax.swing.JComponent._paintImmediately(Unknown Source)
   at javax.swing.JComponent.paintImmediately(Unknown Source)
   at javax.swing.RepaintManager$3.run(Unknown Source)
   at javax.swing.RepaintManager$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(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$1100(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$400(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)
User avatar
Xyx
Tester
 
Posts: 524
Joined: 23 Feb 2014, 23:01
Has thanked: 38 times
Been thanked: 32 times

Re: Forge Beta: 07-18-2014 ver 1.5.22

Postby Siros3 » 01 Aug 2014, 17:14

Hey:

Amazed at this project, excellent work you all!

Playing an Alpha sealed deck game, and noticed that when casting Power Sink and using the Sol Ring to add to the X mana cost, it is only generating 1 mana. Sol Ring appears to function normally (2 colorless) for general casting. Screenshot attached.
Siros3
 
Posts: 5
Joined: 01 Aug 2014, 17:04
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 07-18-2014 ver 1.5.22

Postby Xyx » 01 Aug 2014, 17:17

Sometimes I can't tap my Chromatic Lantern for mana at all. Not while casting a spell and not at any other time. I also often have trouble tapping my Astral Cornucopia when trying to cast a spell.

Siros3 wrote:when casting Power Sink and using the Sol Ring to add to the X mana cost, it is only generating 1 mana.
It's working. Notice you have 1 floating. Forge doesn't automatically put additional mana generated into X.
User avatar
Xyx
Tester
 
Posts: 524
Joined: 23 Feb 2014, 23:01
Has thanked: 38 times
Been thanked: 32 times

Previous

Return to Forge

Who is online

Users browsing this forum: No registered users and 38 guests

Main Menu

User Menu

Our Partners


Who is online

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

Login Form