Page 6 of 10

Re: Forge Beta: 11-05-2015 ver 1.5.47

PostPosted: 10 Dec 2015, 15:35
by stormcat
Error of Command Tower is seems to occur when make a payment of colorless mana.

Re: Forge Beta: 11-05-2015 ver 1.5.47

PostPosted: 14 Dec 2015, 01:13
by Gilg
Not sure if this has been reported before, but in Quest Mode, you can go to the Quest Deck Editor, use Open Deck to load any deck you want, save it and then play it in Quest Mode even if you don't have the cards for the deck you loaded.

Re: Forge Beta: 11-05-2015 ver 1.5.47

PostPosted: 14 Dec 2015, 01:59
by friarsol
Gilg wrote:Not sure if this has been reported before, but in Quest Mode, you can go to the Quest Deck Editor, use Open Deck to load any deck you want, save it and then play it in Quest Mode even if you don't have the cards for the deck you loaded.
Actually a requested feature for quest mode. It's a single player game, and you're able to start quests with a custom deck as well. Not really a hole you are breaking through.

Re: Forge Beta: 11-05-2015 ver 1.5.47

PostPosted: 14 Dec 2015, 03:10
by Gilg
friarsol wrote:
Gilg wrote:Not sure if this has been reported before, but in Quest Mode, you can go to the Quest Deck Editor, use Open Deck to load any deck you want, save it and then play it in Quest Mode even if you don't have the cards for the deck you loaded.
Actually a requested feature for quest mode. It's a single player game, and you're able to start quests with a custom deck as well. Not really a hole you are breaking through.
I see, that's reasonable. Thanks.

Re: Forge Beta: 11-05-2015 ver 1.5.47

PostPosted: 14 Dec 2015, 15:35
by Darth Agnon
1) Is the multiplayer (stated to be in beta) working? If so, how does one get it working?

2) How do I display the Command Zone in Forge? Currently, Commander and Planechase (what I've tried of them) are annoying, as I can neither see nor use my command zone.

Re: Forge Beta: 11-05-2015 ver 1.5.47

PostPosted: 15 Dec 2015, 01:48
by Nekoatl
The Command Zone can be opened by clicking the icon above the blue mana symbol for a player.

Re: Forge Beta: 11-05-2015 ver 1.5.47

PostPosted: 16 Dec 2015, 03:11
by Daventai
Sorry, which link is the download link? Nothing is working for me

Re: Forge Beta: 11-05-2015 ver 1.5.47

PostPosted: 16 Dec 2015, 18:59
by correioalternativo
Daventai wrote:Sorry, which link is the download link? Nothing is working for me
At the end of the first message in this topic, by Chris H.:

The Forge 11/5/2015 Windows and Linux archive (requires java 7):
 
forge-gui-desktop-1.5.47.tar.bz2

Forge 11/5/2015 BETA packaged as a Mac OS application (requires java 7 and Mavericks OS X or newer):

forge-gui-desktop-1.5.47-osx.tar.bz2
 

Re: Forge Beta: 11-05-2015 ver 1.5.47

PostPosted: 17 Dec 2015, 02:58
by Gilg
When using the feature to download Net Decks, the decks are downloaded to <user-appdata-roaming>\Forge\decks\net\ but not the sub-directories that it creates. For example, if you download the Pro Tour category of net decks, a "Pro Tour" directory is created in that directory, but then all the decks are downloaded to the main directory as "ProTour<deck-name>.dck", e.g. "Pro TourAdam Katz - Living Death.dck". Should they be in the Pro Tour directory and just named <deck-name>.dck?

Re: Forge Beta: 11-05-2015 ver 1.5.47

PostPosted: 18 Dec 2015, 22:52
by tellville
Mana Reflection does not seem to work correctly. It sometimes triples or quadruples my mana - it never just doubles it.

Re: Forge Beta: 11-05-2015 ver 1.5.47

PostPosted: 19 Dec 2015, 12:31
by Nekoatl
The Urza vanguard card's ability wasn't countered by the Diffusion Sliver ability it triggered.

Re: Forge Beta: 11-05-2015 ver 1.5.47

PostPosted: 21 Dec 2015, 23:09
by gos
If I pay the kicker for Dralnu's Pet, it only gets flying, but not the +1/+1 counters. (The discarded card was Devouring Strossus.)

Re: Forge Beta: 11-05-2015 ver 1.5.47

PostPosted: 22 Dec 2015, 12:56
by RedDevil13
Command Tower

If you have no stack, you can tap it and it will ask you what color mana you want to make. You may then use that mana to pay for a spell.
If you attempt to cast a card, then tap it for mana, it will crash. You may choose to continue and it will stay tapped with no mana created but you may continue to play.
If you attempt to cast a card and allow the game to "auto" pay using the Command Tower, it works fine.

I believe there are still more interaction problems with this card, but those are the ones I have been able to isolate and reproduce so far.

Re: Forge Beta: 11-05-2015 ver 1.5.47

PostPosted: 22 Dec 2015, 15:51
by Nekoatl
Description: Exception was thrown upon confirming an Alpha Strike.

ConcurrentModificationException | Open
Code: Select all
Forge Version:    1.5.47-r-1
Operating System: Windows 10 10.0 x86
Java Version:     1.8.0_66 Oracle Corporation

java.util.ConcurrentModificationException
   at java.util.HashMap$HashIterator.nextNode(Unknown Source)
   at java.util.HashMap$KeyIterator.next(Unknown Source)
   at java.util.AbstractCollection.addAll(Unknown Source)
   at java.util.HashSet.<init>(Unknown Source)
   at forge.game.combat.CombatView.getAttackers(CombatView.java:61)
   at forge.screens.match.TargetingOverlay.addArcsForCard(TargetingOverlay.java:279)
   at forge.screens.match.TargetingOverlay.assembleArcs(TargetingOverlay.java:160)
   at forge.screens.match.TargetingOverlay.access$700(TargetingOverlay.java:57)
   at forge.screens.match.TargetingOverlay$OverlayPanel.paintComponent(TargetingOverlay.java:389)
   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$4.run(Unknown Source)
   at javax.swing.RepaintManager$4.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.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$1200(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$500(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$JavaSecurityAccessImpl.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)

Re: Forge Beta: 11-05-2015 ver 1.5.47

PostPosted: 24 Dec 2015, 22:17
by kudit
How do I see the logs on a Mac? Where are logs written to?