Page 5 of 7

Re: Forge Beta: 01-31-2014 ver 1.5.11

PostPosted: 04 Feb 2014, 18:04
by Max mtg
awebgsu wrote:Description: This one happened when trying to start a quest.

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

java.lang.NullPointerException
   at forge.gui.match.views.VAntes.update(VAntes.java:124)
   at forge.gui.match.controllers.CAntes.update(CAntes.java:37)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:329)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:341)
   at forge.gui.framework.DragCell.addDoc(DragCell.java:283)
   at forge.gui.framework.SLayoutIO.loadLayout(SLayoutIO.java:386)
   at forge.control.FControl.setCurrentScreen(FControl.java:303)
   at forge.control.FControl.setCurrentScreen(FControl.java:276)
   at forge.control.FControl.startGameWithUi(FControl.java:435)
   at forge.gui.home.quest.SSubmenuQuestUtil$3.run(SSubmenuQuestUtil.java:473)
   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)
Reproduced and fixed
(It has nothing in commot with resetting match layout!)

Re: Forge Beta: 01-31-2014 ver 1.5.11

PostPosted: 04 Feb 2014, 22:08
by Marek14
In deck editor, popup for sorcery button uses the term "sorcerys". "Sorceries" would be preferable.

Re: Forge Beta: 01-31-2014 ver 1.5.11

PostPosted: 05 Feb 2014, 00:02
by Questioner
It seems that when Arbiter of the Ideal untaps, and it's inspired ability triggers it also puts an extra manifestation counter on any permanents brought in by prior uses of that ability. I have been able to reproduce this multiple times.

Re: Forge Beta: 01-31-2014 ver 1.5.11

PostPosted: 05 Feb 2014, 00:45
by friarsol
Questioner wrote:It seems that when Arbiter of the Ideal untaps, and it's inspired ability triggers it also puts an extra manifestation counter on any permanents brought in by prior uses of that ability. I have been able to reproduce this multiple times.
Already reported and fixed for the next release.

Re: Forge Beta: 01-31-2014 ver 1.5.11

PostPosted: 05 Feb 2014, 01:18
by lazylockie
I can't delete decks in quest mode. When I click on delete it prompts confirmation but doesn't do anything

Re: Forge Beta: 01-31-2014 ver 1.5.11

PostPosted: 05 Feb 2014, 07:25
by war-dog
Played the Duel challenge, when AI attacked with Nether Shadow and Bog Rats:

ConcurrentModificationException | Open
Code: Select all
Forge Version:    1.5.11-r${forge.revision}${forge.specialStatus} (mixed revisions detected; please update from the root directory)
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_25 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.assembleArcs(TargetingOverlay.java:244)
   at forge.gui.match.TargetingOverlay.access$300(TargetingOverlay.java:53)
   at forge.gui.match.TargetingOverlay$OverlayPanel.paintComponent(TargetingOverlay.java:351)
   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$1000(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)

Re: Forge Beta: 01-31-2014 ver 1.5.11

PostPosted: 05 Feb 2014, 09:45
by P for Pizza
Description: [describe what you were doing when the crash occurred]

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

java.lang.NullPointerException
   at forge.gui.match.views.VAntes.update(VAntes.java:124)
   at forge.gui.match.controllers.CAntes.update(CAntes.java:37)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:329)
   at forge.gui.framework.DragCell.setSelected(DragCell.java:341)
   at forge.gui.framework.DragCell.addDoc(DragCell.java:283)
   at forge.gui.framework.SLayoutIO.loadLayout(SLayoutIO.java:386)
   at forge.control.FControl.setCurrentScreen(FControl.java:303)
   at forge.control.FControl.setCurrentScreen(FControl.java:276)
   at forge.control.FControl.attachToGame(FControl.java:487)
   at forge.control.FControl.startGameWithUi(FControl.java:442)
   at forge.control.FControl$5.run(FControl.java:592)
   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)
The game chashes and I get this whenever I start a match of any kind.

Re: Forge Beta: 01-31-2014 ver 1.5.11

PostPosted: 05 Feb 2014, 10:32
by Marek14
AI's Scroll Rack gives me information about exiled cards and cards on library.

Win through Maze's End gives message that opponent lost because I won through spell "Maze's End" -- however, Maze's End is not a spell.

Re: Forge Beta: 01-31-2014 ver 1.5.11

PostPosted: 05 Feb 2014, 17:10
by Sloth
Zirbert wrote:When the AI plays Tyrant of Discord, and I'm the only opponent, I don't sacrifice anything. The stack shows a targetting error.

Tyrant of Discord works correctly when I play it - the AI sacrifices, multiple times if nonland permanents are selected.
KMO wrote:Trying out post-Born of the Gods RDW:

Player cast Searing Blood (19) targeting .
Searing Blood (19) deals 2 damage to Pack Rat (134).
Searing Blood (19) - Deals 2 damage to Pack Rat (134). When Pack Rat (134) dies this turn, Searing Blood deals 3 damage to Trinsa.
Player activated Searing Blood Effect (151).
Searing Blood Effect (151) deals 3 non-combat damage to Trinsa.
When a creature dealt damage by Searing Blood dies this turn, Searing Blood deals 3 damage to the creature's controller.
All of which is fine, but it doesn't get me my Chandra's Phoenix in the graveyard back. :cry: Presumably "Searing Blood Effect (151)" isn't counted as "a red instant or sorcery spell you control". I note it's black in the stack display.
Marek14 wrote:EDIT: Herald of Torment is wrong -- should cause life loss, not damage.

Something strange is up with Seize the Soul -- when I cast it, I was asked to pay {2/B}
These are fixed! Thanks Zirbert, KMO and Marek14.

Re: Forge Beta: 01-31-2014 ver 1.5.11

PostPosted: 05 Feb 2014, 20:06
by Marek14
Fact of Fiction crashed when AI cast it.

Re: Forge Beta: 01-31-2014 ver 1.5.11

PostPosted: 05 Feb 2014, 20:25
by correioalternativo
Forge 1.5.10 opens normally, but Forge 1.5.11 just stops at "Loading decks" and does not open - no crash message. Forge 1.5.11 only works when I empty decks\constructed folder (~8700 decks). What is happening?

*

Thank you for Forge.

Re: Forge Beta: 01-31-2014 ver 1.5.11

PostPosted: 05 Feb 2014, 21:05
by Marek14
Sacred Mesa uses different token image for pegasus than standard. While this should be a standard in future, this looks like a mistake at this point.

Re: Forge Beta: 01-31-2014 ver 1.5.11

PostPosted: 05 Feb 2014, 21:31
by Max mtg
correioalternativo wrote:Forge 1.5.10 opens normally, but Forge 1.5.11 just stops at "Loading decks" and does not open - no crash message. Forge 1.5.11 only works when I empty decks\constructed folder (~8700 decks). What is happening?

*

Thank you for Forge.
Already fixed, try the last snapshot or beta 1.5.12 when it's released

Re: Forge Beta: 01-31-2014 ver 1.5.11

PostPosted: 05 Feb 2014, 22:26
by PsiOptics
moomarc wrote:
PsiOptics wrote:I am not sure if it is something that I did , but for some reason with this beta I can't import card images into the game.

It just shows 0 files every time.
No additional HQ images have been uploaded yet, so there are no new set images to download. Is that perhaps what you were referring to?
I was specifically referring to the "Import" card images. Not the download of LQ and HQ pics

Normally I put the pictures in a folder and save the file image with under scores Example

wrath_of_god

The import will recognize this and say 1 file that needs to be overwritten


When I use the Import option now it finds nothing it says "0 files found"

Re: Forge Beta: 01-31-2014 ver 1.5.11

PostPosted: 05 Feb 2014, 22:33
by Corwin72
I had some issues importing pictures I found on a mws site. I had to replace the ' in the file names with a standard keyboard '.
FYI