I'm sure this is a problem with me but when I start PMS.sh i get the following error.
[main] TRACE 20:57:16.240 Class not found: net.pms.newgui.update.AutoUpdateDialog
Header Chunk. Image width:256 height:256 depth:8 color type:6 compression type:0 filter type:0 interlace:0
Exception in thread "main" java.lang.ExceptionInInitializerError
at java.lang.Class.initializeClass(libgcj.so.90)
at java.lang.Class.initializeClass(libgcj.so.90)
at java.lang.reflect.Method.invoke(libgcj.so.90)
at javax.swing.UIDefaults.getUI(libgcj.so.90)
at javax.swing.UIManager.getUI(libgcj.so.90)
at javax.swing.JTree.updateUI(libgcj.so.90)
at javax.swing.JTree.<init>(libgcj.so.90)
at net.pms.newgui.TrTab2$4.<init>(TrTab2.java:253)
at net.pms.newgui.TrTab2.buildLeft(TrTab2.java:253)
at net.pms.newgui.TrTab2.build(TrTab2.java:129)
at net.pms.newgui.LooksFrame.buildMain(LooksFrame.java:318)
at net.pms.newgui.LooksFrame.buildContent(LooksFrame.java:296)
at net.pms.newgui.LooksFrame.<init>(LooksFrame.java:226)
at net.pms.PMS.init(PMS.java:281)
at net.pms.PMS.get(PMS.java:865)
at net.pms.PMS.main(PMS.java:927)
Caused by: java.awt.IllegalComponentStateException: component java.awt.Label not showing
at java.awt.Component.getLocationOnScreen(libgcj.so.90)
at java.awt.event.MouseEvent.<init>(libgcj.so.90)
at java.awt.event.MouseEvent.<init>(libgcj.so.90)
at javax.swing.plaf.basic.BasicTreeUI.<clinit>(libgcj.so.90)
at java.lang.Class.initializeClass(libgcj.so.90)
...15 more
