Page 1 of 1

bug

PostPosted: 11 Jul 2013, 16:51
by edyedy
Description: Playing contructed game

NullPointerException | Open
Code: Select all
Forge Version:    1.4.1-r22075
Operating System: Linux 3.2.0-32-generic-pae i386
Java Version:     1.7.0_04 Oracle Corporation

java.lang.NullPointerException
   at forge.game.GameNew.newGame(GameNew.java:251)
   at forge.game.Match.startRound(Match.java:92)
   at forge.gui.home.gauntlet.CSubmenuGauntletLoad$6.run(CSubmenuGauntletLoad.java:122)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:701)
   at java.awt.EventQueue.access$000(EventQueue.java:102)
   at java.awt.EventQueue$3.run(EventQueue.java:662)
   at java.awt.EventQueue$3.run(EventQueue.java:660)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:671)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)

Re: bug

PostPosted: 12 Jul 2013, 16:51
by Max mtg
You are using an outdated version of the game.
Plesase download and play the newest one.

Re: bug

PostPosted: 12 Jul 2013, 19:24
by Chris H.
We appreciate the bug report edyedy. :) People who are new to the Forge forum should read this topic as it contains useful information: How to Provide a Useful Bug Report.