nullpointerexception I get the a nullpointer exception related to
a "guiRegistry" when I invoke phex
kite# java -jar phex.jar
java.lang.NullPointerException
at phex.gui.common.GUIRegistry.initializeGUISettings( Unknown Source)
at phex.gui.common.GUIRegistry.initialize(Unknown Source)
at phex.Main.main(Unknown Source) |