It is currently 16 May 2025, 05:55
   
Text Size

Forge Beta: 01-31-2014 ver 1.5.11

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

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

Postby Max mtg » 04 Feb 2014, 18:04

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!)
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

Postby Marek14 » 04 Feb 2014, 22:08

In deck editor, popup for sorcery button uses the term "sorcerys". "Sorceries" would be preferable.
Marek14
Tester
 
Posts: 2771
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

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

Postby 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

Postby friarsol » 05 Feb 2014, 00:45

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.
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

Postby 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

Postby 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)
war-dog
 
Posts: 16
Joined: 02 Feb 2014, 15:29
Has thanked: 2 times
Been thanked: 0 time

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

Postby 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)
The game chashes and I get this whenever I start a match of any kind.
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

Postby 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.
Marek14
Tester
 
Posts: 2771
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

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

Postby 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:

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.
User avatar
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

Postby Marek14 » 05 Feb 2014, 20:06

Fact of Fiction crashed when AI cast it.
Marek14
Tester
 
Posts: 2771
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

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

Postby 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.
User avatar
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

Postby 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.
Marek14
Tester
 
Posts: 2771
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 302 times

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

Postby Max mtg » 05 Feb 2014, 21:31

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
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

Postby PsiOptics » 05 Feb 2014, 22:26

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"
PsiOptics
 
Posts: 42
Joined: 03 Oct 2011, 22:16
Has thanked: 0 time
Been thanked: 1 time

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

Postby 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
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 20 guests


Who is online

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

Login Form