Forge Beta: 01-31-2014 ver 1.5.11
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Forge Beta: 01-31-2014 ver 1.5.11
by Max mtg » 04 Feb 2014, 18:04
Reproduced and fixedawebgsu 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)
(It has nothing in commot with resetting match layout!)
Single class for single responsibility.
- Max mtg
- Programmer
- Posts: 1997
- Joined: 02 Jul 2011, 14:26
- Has thanked: 173 times
- Been thanked: 334 times
Re: Forge Beta: 01-31-2014 ver 1.5.11
by Marek14 » 04 Feb 2014, 22:08
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
by Questioner » 05 Feb 2014, 00:02
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.
- Questioner
- Posts: 10
- Joined: 14 Apr 2012, 17:31
- Has thanked: 2 times
- Been thanked: 0 time
Re: Forge Beta: 01-31-2014 ver 1.5.11
by friarsol » 05 Feb 2014, 00:45
Already reported and fixed for the next release.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.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Forge Beta: 01-31-2014 ver 1.5.11
by lazylockie » 05 Feb 2014, 01:18
I can't delete decks in quest mode. When I click on delete it prompts confirmation but doesn't do anything
- lazylockie
- Posts: 508
- Joined: 13 Jul 2010, 22:44
- Has thanked: 74 times
- Been thanked: 15 times
Re: Forge Beta: 01-31-2014 ver 1.5.11
by war-dog » 05 Feb 2014, 07:25
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
by P for Pizza » 05 Feb 2014, 09:45
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)
- P for Pizza
- Posts: 13
- Joined: 29 Oct 2013, 11:00
- Has thanked: 1 time
- Been thanked: 5 times
Re: Forge Beta: 01-31-2014 ver 1.5.11
by Marek14 » 05 Feb 2014, 10:32
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.
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
by Sloth » 05 Feb 2014, 17:10
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:All of which is fine, but it doesn't get me my Chandra's Phoenix in the graveyard back.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.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.
These are fixed! Thanks Zirbert, KMO and Marek14.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}
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Forge Beta: 01-31-2014 ver 1.5.11
by Marek14 » 05 Feb 2014, 20:06
Fact of Fiction crashed when AI cast it.
Re: Forge Beta: 01-31-2014 ver 1.5.11
by correioalternativo » 05 Feb 2014, 20:25
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.
*
Thank you for Forge.
-
correioalternativo - Posts: 279
- Joined: 23 Jul 2012, 12:01
- Has thanked: 255 times
- Been thanked: 23 times
Re: Forge Beta: 01-31-2014 ver 1.5.11
by Marek14 » 05 Feb 2014, 21:05
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
by Max mtg » 05 Feb 2014, 21:31
Already fixed, try the last snapshot or beta 1.5.12 when it's releasedcorreioalternativo 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.
Single class for single responsibility.
- Max mtg
- Programmer
- Posts: 1997
- Joined: 02 Jul 2011, 14:26
- Has thanked: 173 times
- Been thanked: 334 times
Re: Forge Beta: 01-31-2014 ver 1.5.11
by PsiOptics » 05 Feb 2014, 22:26
I was specifically referring to the "Import" card images. Not the download of LQ and HQ picsmoomarc wrote: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?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.
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
by Corwin72 » 05 Feb 2014, 22:33
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
FYI
-
Corwin72 - Posts: 793
- Joined: 15 Sep 2009, 13:26
- Location: Grayson, Ga
- Has thanked: 25 times
- Been thanked: 9 times
Who is online
Users browsing this forum: No registered users and 23 guests