Page 1 of 1

Need help fixing something.

PostPosted: 18 May 2013, 03:23
by dragon0466
I was looking at something from the last ver that came out when i click on a file name editor (i think, also i was in a game).

i did this once before with a older ver but the new one came out a few days later.

when 1.3.16 came out i thought the it will work fine but its still doing the same thing.

can someone help me fix this.

Description: [describe what you were doing when the crash occurred]

NullPointerException | Open
Code: Select all
Forge Version:    1.3.16-r21506
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_21 Oracle Corporation

java.lang.NullPointerException
   at forge.gui.match.VMatchUI.populate(VMatchUI.java:88)
   at forge.control.FControl.changeState(FControl.java:218)
   at forge.game.MatchController.attachUiToMatch(MatchController.java:190)
   at forge.game.MatchController.startRound(MatchController.java:145)
   at forge.gui.home.sanctioned.CSubmenuDraft$6.run(CSubmenuDraft.java:142)
   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)
also you guys are doing a great job with forge,keep up the good work.

Re: Need help fixing something.

PostPosted: 18 May 2013, 05:58
by Max mtg
Make sure Forge is not running.
Hit Windows + R, type cmd press enter

In the black console screen that appears type:
Code: Select all
del %appdata%\Forge\preferences\match.xml
And press Enter.

Launch Forge, try starting a match


If you use a different location to store your preferences, find match.xml there.