View Single Post
  #1 (permalink)  
Old January 16th, 2006
lluisanunez lluisanunez is offline
Novicius
 
Join Date: June 6th, 2005
Location: Barcelona
Posts: 3
lluisanunez is flying high
Default I've broken my phex

I'm using phex 2.4.2.86 on Linux fedora and it worked fine till today when
I've been playing with the skins. Now when I try to run phex it crashes. On the console it gives the following error messages:
Code:
java.lang.NullPointerException
        at phex.gui.common.GUIUtils.darkerColor(Unknown Source)
        at phex.gui.common.PhexColors.updateColors(Unknown Source)
        at phex.gui.common.GUIUtils.updateComponentsUI(Unknown Source)
        at phex.gui.common.LookAndFeelUtils.setLookAndFeel(Unknown Source)
        at phex.gui.common.GUIRegistry.initializeGUISettings(Unknown Source)
        at phex.gui.common.GUIRegistry.initialize(Unknown Source)
        at phex.Main.main(Unknown Source)
I tried deleting the config file /home/lluisa/.phex/phex.cfg with no effect. How can I revert to the old config?
Reply With Quote