It is currently 24 May 2025, 19:40
   
Text Size

Forge Beta: 06-14-2013 ver 1.4.1

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

Re: Forge Beta: 06-14-2013 ver 1.4.1

Postby saturnine » 22 Jun 2013, 12:52

Description: I just clicked to open the Deck Editor. Haven't you guys fixed this bug yet? :(

NullPointerException | Open
Code: Select all
Forge Version:    1.4.1-r22075
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_21 Oracle Corporation

java.lang.NullPointerException
   at forge.gui.deckeditor.controllers.CProbabilities.analyze(CProbabilities.java:66)
   at forge.gui.deckeditor.controllers.CProbabilities.update(CProbabilities.java:57)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:297)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:309)
   at forge.gui.framework.DragCell.addDoc(DragCell.java:259)
   at forge.gui.framework.SLayoutIO.loadLayout(SLayoutIO.java:217)
   at forge.gui.deckeditor.VDeckEditorUI.populate(VDeckEditorUI.java:35)
   at forge.control.FControl.changeState(FControl.java:248)
   at forge.gui.home.CHomeUI$1.run(CHomeUI.java:69)
   at forge.gui.toolbox.FLabel._doMouseAction(FLabel.java:309)
   at forge.gui.toolbox.FLabel.access$5(FLabel.java:304)
   at forge.gui.toolbox.FLabel$4.mouseClicked(FLabel.java:345)
   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)
saturnine
 
Posts: 154
Joined: 29 Jul 2012, 15:16
Has thanked: 98 times
Been thanked: 7 times

Re: Forge Beta: 06-14-2013 ver 1.4.1

Postby gos » 22 Jun 2013, 13:00

I can't suspend Benalish Commander. I can start and pay, but I only ever have the option to Cancel, not OK.
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Beta: 06-14-2013 ver 1.4.1

Postby saturnine » 22 Jun 2013, 14:05

Description: Here's the same thing replicated, after upgrading to Java 7 build 25 (it was build 21 before) and restarting. It was fine moments ago before I closed it, I'm not really sure what caused it to behave like this.

NullPointerException | Open
Code: Select all
Forge Version:    1.4.1-r22075
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_25 Oracle Corporation

java.lang.NullPointerException
   at forge.gui.deckeditor.controllers.CProbabilities.analyze(CProbabilities.java:66)
   at forge.gui.deckeditor.controllers.CProbabilities.update(CProbabilities.java:57)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:297)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:309)
   at forge.gui.framework.DragCell.addDoc(DragCell.java:259)
   at forge.gui.framework.SLayoutIO.loadLayout(SLayoutIO.java:217)
   at forge.gui.deckeditor.VDeckEditorUI.populate(VDeckEditorUI.java:35)
   at forge.control.FControl.changeState(FControl.java:248)
   at forge.gui.home.CHomeUI$1.run(CHomeUI.java:69)
   at forge.gui.toolbox.FLabel._doMouseAction(FLabel.java:309)
   at forge.gui.toolbox.FLabel.access$5(FLabel.java:304)
   at forge.gui.toolbox.FLabel$4.mouseClicked(FLabel.java:345)
   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)
saturnine
 
Posts: 154
Joined: 29 Jul 2012, 15:16
Has thanked: 98 times
Been thanked: 7 times

Re: Forge Beta: 06-14-2013 ver 1.4.1

Postby Nic-V » 22 Jun 2013, 14:19

Casting Scapeshift with 7 lands in play and finding a Valakut, the Molten Pinnacle and 6 mountains no longer gives six triggers as expected, instead it gives only one.
Nic-V
 
Posts: 5
Joined: 26 Apr 2013, 14:14
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 06-14-2013 ver 1.4.1

Postby fiend123 » 22 Jun 2013, 15:31

When I use the trigger for Sylan Library, I choose not to pay 4 life but click cancel by accident, the card stays in my hand and no life is lost.
fiend123
 
Posts: 70
Joined: 05 Mar 2012, 17:26
Has thanked: 2 times
Been thanked: 1 time

Re: Forge Beta: 06-14-2013 ver 1.4.1

Postby SecretCaveman » 22 Jun 2013, 16:33

The game freezes without an error as soon as my opponent casts Pyromatics in a challenge on Ravnica Quest World. Game can only be closed via Taskmanager. The bug happened twice now, both times at the moment he used Pyromatics.
SecretCaveman
 
Posts: 63
Joined: 22 Jun 2013, 12:38
Has thanked: 1 time
Been thanked: 1 time

Re: Forge Beta: 06-14-2013 ver 1.4.1

Postby SecretCaveman » 22 Jun 2013, 16:46

The game freezes without an error as soon as my opponent casts Pyromatics in a challenge on Ravnica Quest World. Game can only be closed via Taskmanager. The bug happened twice now, both times at the moment he used Pyromatics.

Also, I am not able to unlock new sets in Quest mode. Whenever I click the corresponding button, I get error in the attached image

I can close the window with the error and keep on playing without any problems, just unlocking doesn't work. Playing duels/challenges and then trying again didn't solve the problem, neither did restarting Forge and windows.

(Note that I couldn't copy&paste the error report as intended, as my post then "looks too spammy for a new user... :roll: )

Edit: And sorry for the double post, I meant to edit the last post.
Attachments
error.jpg
SecretCaveman
 
Posts: 63
Joined: 22 Jun 2013, 12:38
Has thanked: 1 time
Been thanked: 1 time

Re: Forge Beta: 06-14-2013 ver 1.4.1

Postby philnotfil » 22 Jun 2013, 20:11

End of turn Astral Slide trigger results in creatures being permanently removed from the game.
philnotfil
 
Posts: 12
Joined: 16 Nov 2012, 23:53
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 06-14-2013 ver 1.4.1

Postby schnautzr » 22 Jun 2013, 22:50

The Unhallowed Cathar still has issues...it won't stay in the graveyard!
User avatar
schnautzr
 
Posts: 106
Joined: 23 Aug 2012, 01:13
Location: UTC -6/-5
Has thanked: 27 times
Been thanked: 7 times

Re: Forge Beta: 06-14-2013 ver 1.4.1

Postby fbr » 23 Jun 2013, 01:07

 Clone targeting Stuffy Doll doesn't allow me to choose a target.
Last edited by Chris H. on 23 Jun 2013, 12:05, edited 1 time in total.
Reason: mouse-over
fbr
 
Posts: 6
Joined: 08 May 2013, 04:23
Has thanked: 3 times
Been thanked: 0 time

Re: Forge Beta: 06-14-2013 ver 1.4.1

Postby Proteus » 23 Jun 2013, 01:10

Description: I cast Death Cloud for 4. I finished discarding (all 3 cards). AI had only two cards in hand, has zero at time of error. AI has 0 life. Prompt reads "Discard 1 cards". Game then had to be closed.

IllegalArgumentException | Open
Code: Select all
Forge Version:    1.4.1-r22075
Operating System: Windows 7 6.1 amd64
Java Version:     1.6.0_27 Sun Microsystems Inc.

java.lang.IllegalArgumentException: Min must not be greater than Max
   at forge.gui.input.InputSelectManyBase.<init>(InputSelectManyBase.java:28)
   at forge.gui.input.InputSelectCards.<init>(InputSelectCards.java:9)
   at forge.gui.input.InputSelectCardsFromList.<init>(InputSelectCardsFromList.java:13)
   at forge.game.player.PlayerControllerHuman.choosePermanentsTo(PlayerControllerHuman.java:254)
   at forge.game.player.PlayerControllerHuman.choosePermanentsToSacrifice(PlayerControllerHuman.java:240)
   at forge.card.ability.effects.SacrificeEffect.resolve(SacrificeEffect.java:66)
   at forge.card.spellability.AbilitySub.resolve(AbilitySub.java:130)
   at forge.card.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1055)
   at forge.card.ability.AbilityUtils.resolveSubAbilities(AbilityUtils.java:1048)
   at forge.card.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1061)
   at forge.card.ability.AbilityUtils.resolveSubAbilities(AbilityUtils.java:1048)
   at forge.card.ability.AbilityUtils.resolveApiAbility(AbilityUtils.java:1061)
   at forge.card.ability.AbilityUtils.resolve(AbilityUtils.java:1038)
   at forge.game.zone.MagicStack.resolveStack(MagicStack.java:522)
   at forge.game.phase.PhaseHandler.startFirstTurn(PhaseHandler.java:871)
   at forge.game.GameAction.startGame(GameAction.java:1422)
   at forge.game.Match$1.run(Match.java:105)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Proteus
 
Posts: 18
Joined: 11 Nov 2012, 05:23
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Beta: 06-14-2013 ver 1.4.1

Postby ozks » 23 Jun 2013, 02:23

i get this error
Description: [i was playing constructed mode]

ConcurrentModificationException | Open
Code: Select all
Forge Version:    1.4.2-SNAPSHOT-r22244
Operating System: Linux 3.8.0-19-generic amd64
Java Version:     1.7.0_21 Oracle Corporation

java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
   at java.util.ArrayList$Itr.next(ArrayList.java:791)
   at forge.game.phase.Combat.getAttackingBandsOf(Combat.java:231)
   at forge.gui.match.controllers.CCombat.getCombatDescription(CCombat.java:74)
   at forge.gui.match.controllers.CCombat.update(CCombat.java:58)
   at forge.gui.match.CMatchUI.showCombat(CMatchUI.java:267)
   at forge.control.FControlGameEventHandler$3.run(FControlGameEventHandler.java:77)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:688)
   at java.awt.EventQueue$3.run(EventQueue.java:686)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
   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)
and i have one question? why this cards looks red? Vow of (all of them) and riddlekeeper (this thing had not happened before) the "random foil" it's off
look
redcards.png
red cards


and with lands always show me the old lands (even if tilde randomize card art)
User avatar
ozks
 
Posts: 279
Joined: 24 May 2012, 22:49
Has thanked: 107 times
Been thanked: 23 times

Re: Forge Beta: 06-14-2013 ver 1.4.1

Postby Pande » 23 Jun 2013, 11:56

 Cyclops Gladiator effect does not activate when attacking.
Last edited by Chris H. on 23 Jun 2013, 12:03, edited 1 time in total.
Reason: mouse-over
Pande
 
Posts: 25
Joined: 12 Jun 2009, 23:38
Has thanked: 8 times
Been thanked: 0 time

Re: Forge Beta: 06-14-2013 ver 1.4.1

Postby gos » 23 Jun 2013, 16:06

I draw 2 cards when I cast See Beyond, but I am able to press Cancel when I am prompted to shuffle a card from my 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: 06-14-2013 ver 1.4.1

Postby stillenacht288 » 24 Jun 2013, 07:14

Description: Game crashes when I start a Full cardpool sealed pool of more than 3 packs and 7 opponents, 4 packs and 6 opponets, and other configurations.
NoSuchElementException | Open
Code: Select all
Forge Version:    1.4.1-r22075
Operating System: Linux 3.2.0-48-generic amd64
Java Version:     1.7.0_21 Oracle Corporation

java.util.NoSuchElementException: Asked for 'Island' from 'DDK' #-1: db didn't find that copy.
   at forge.card.CardDb.getCard(CardDb.java:291)
   at forge.card.CardDb.getCard(CardDb.java:282)
   at forge.game.limited.LimitedDeckBuilder.getBasicLand(LimitedDeckBuilder.java:351)
   at forge.game.limited.LimitedDeckBuilder.addLands(LimitedDeckBuilder.java:311)
   at forge.game.limited.LimitedDeckBuilder.buildDeck(LimitedDeckBuilder.java:169)
   at forge.gui.home.sanctioned.CSubmenuSealed.setupSealed(CSubmenuSealed.java:199)
   at forge.gui.home.sanctioned.CSubmenuSealed.access$2(CSubmenuSealed.java:143)
   at forge.gui.home.sanctioned.CSubmenuSealed$2.mousePressed(CSubmenuSealed.java:69)
   at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)
   at java.awt.Component.processMouseEvent(Component.java:6502)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3312)
   at java.awt.Component.processEvent(Component.java:6270)
   at java.awt.Container.processEvent(Container.java:2229)
   at java.awt.Component.dispatchEventImpl(Component.java:4861)
   at java.awt.Container.dispatchEventImpl(Container.java:2287)
   at java.awt.Component.dispatchEvent(Component.java:4687)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4489)
   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
   at java.awt.Container.dispatchEventImpl(Container.java:2273)
   at java.awt.Window.dispatchEventImpl(Window.java:2719)
   at java.awt.Component.dispatchEvent(Component.java:4687)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:688)
   at java.awt.EventQueue$3.run(EventQueue.java:686)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
   at java.awt.EventQueue$4.run(EventQueue.java:702)
   at java.awt.EventQueue$4.run(EventQueue.java:700)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:699)
   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)
stillenacht288
 
Posts: 9
Joined: 22 Jun 2013, 03:36
Has thanked: 0 time
Been thanked: 0 time

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 28 guests


Who is online

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

Login Form