Page 4 of 4

Re: Forge Release 09/08/2018 ver 1.6.15

PostPosted: 23 Sep 2018, 12:56
by zikmunt
Why I can't open and import constructed deck created in sanctioned formats with cards that I don't have in the quest mode as before? I understand process was changed to check the current card pool when opening or importing in quest deck builder, then isn't this making the function 'open deck' and 'import' useless at all? I'd like to use constructed decks from sanctioned formats in the Quest Mode!

Re: Forge Release 09/08/2018 ver 1.6.15

PostPosted: 24 Sep 2018, 07:40
by eggelton
Nice work, as always.

Bugs noticed:
Merieke Ri Berit is broken for computer. Works as intended for player, but AI can tap and untap without sacrificing enslaved creatures.

Can still see opponents' cards in hand if clicking on them.

Re: Forge Release 09/08/2018 ver 1.6.15

PostPosted: 25 Sep 2018, 04:52
by eggelton
Also a glitch with Selvala's Stampede wherein if all vote for Free, player gets to put ALL creatures in the library onto the battlefield, and then put creatures from hand onto the battlefield.

Re: Forge Release 09/08/2018 ver 1.6.15

PostPosted: 25 Sep 2018, 12:41
by lindleya1
In a 3 player game, the AI was able to cast Luminate Primordial and exile 2 of my creatures and none from the other opponent.

Re: Forge Release 09/08/2018 ver 1.6.15

PostPosted: 26 Sep 2018, 18:06
by gos
Jace's Erasure is only milling 1 card.

Re: Forge Release 09/08/2018 ver 1.6.15

PostPosted: 26 Sep 2018, 20:13
by timmermac
It's supposed to do that.

Re: Forge Release 09/08/2018 ver 1.6.15

PostPosted: 27 Sep 2018, 09:14
by gos
timmermac wrote:It's supposed to do that.
Wow. I guess I'll have to have my eyesight tested!

Re: Forge Release 09/08/2018 ver 1.6.15

PostPosted: 27 Sep 2018, 15:29
by HarlequinCasts
Inspiring Vantage will come into play untapped even if you have more than two lands.

Re: Forge Release 09/08/2018 ver 1.6.15

PostPosted: 27 Sep 2018, 21:49
by RationalGaze
Hello,

With the next version of Forge, can the auto corner crop be a controllable option? So for example if I wanted to turn it off the same way you can disable render black borders?

Re: Forge Release 09/08/2018 ver 1.6.15

PostPosted: 28 Sep 2018, 20:09
by HarlequinCasts
Game crash during booster draft - custom cube.

Steps to reproduce: Start a cube draft and just right click on any card. Error log:

java.lang.NullPointerException
at forge.screens.deckeditor.controllers.ACEditorBase.getHumanDeck(ACEditorBase.java:259)
at forge.screens.deckeditor.controllers.ACEditorBase.getAllowedAdditions(ACEditorBase.java:188)
at forge.screens.deckeditor.controllers.ACEditorBase$EditorContextMenuBuilder.getMaxMoveQuantity(ACEditorBase.java:551)
at forge.screens.deckeditor.controllers.ACEditorBase$EditorContextMenuBuilder.addItems(ACEditorBase.java:566)
at forge.screens.deckeditor.controllers.ACEditorBase$EditorContextMenuBuilder.addMoveItems(ACEditorBase.java:584)
at forge.screens.deckeditor.controllers.CEditorDraftingProcess.buildAddContextMenu(CEditorDraftingProcess.java:131)
at forge.screens.deckeditor.controllers.ACEditorBase$EditorContextMenuBuilder.buildContextMenu(ACEditorBase.java:433)
at forge.itemmanager.ItemManager.showContextMenu(ItemManager.java:1253)
at forge.itemmanager.views.ImageView$4.onRightClick(ImageView.java:284)
at forge.toolbox.FMouseAdapter.mouseReleased(FMouseAdapter.java:252)
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$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.security.ProtectionDomain$JavaSecurityAccessImpl.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$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)