Page 1 of 1

Can't start any games: always crashes

PostPosted: 14 Aug 2018, 22:34
by peepser
New to forge. Built a booster deck. Saved it. Tried to play a game. It always crashes. Even when I try to play pre built deck against AI, it crashes. Just installed latest java. Windows 7 with all updates. All cards downloaded.



Description: [Tried to start an AI game with a booster deck]

NullPointerException | Open
Code: Select all
Forge Version:    1.6.6-r-1u
Operating System: Windows 7 6.1 amd64
Java Version:     1.8.0_181 Oracle Corporation

java.lang.NullPointerException
   at forge.screens.match.VMatchUI.populate(VMatchUI.java:119)
   at forge.screens.match.CMatchUI.updatePlayerControl(CMatchUI.java:635)
   at forge.screens.match.CMatchUI.initialize(CMatchUI.java:489)
   at forge.control.FControl.setCurrentScreen(FControl.java:323)
   at forge.control.FControl.setCurrentScreen(FControl.java:287)
   at forge.screens.match.CMatchUI.openView(CMatchUI.java:859)
   at forge.match.HostedMatch.startGame(HostedMatch.java:189)
   at forge.match.HostedMatch.startMatch(HostedMatch.java:121)
   at forge.match.HostedMatch.startMatch(HostedMatch.java:89)
   at forge.match.HostedMatch.startMatch(HostedMatch.java:83)
   at forge.screens.home.sanctioned.CSubmenuSealed.startGame(CSubmenuSealed.java:170)
   at forge.screens.home.sanctioned.CSubmenuSealed.access$200(CSubmenuSealed.java:41)
   at forge.screens.home.sanctioned.CSubmenuSealed$4.actionPerformed(CSubmenuSealed.java:83)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
   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)

Re: Can't start any games: always crashes

PostPosted: 15 Aug 2018, 01:20
by friarsol
Looks like your Match layout got corrupted. If you goto preferences you can click on "Reset Match Layout" to fix that. Also, you seem to be on a very old version. Check the top announcement in this forum for the most recent one.

Re: Can't start any games: always crashes

PostPosted: 15 Aug 2018, 04:59
by peepser
Thanks! That worked!