NullPointerException when running
Posted: Sun Dec 09, 2012 7:01 pm
Hey guys, I was just trying to run the code and it's not finding any renderers, but the installed version I have does.
When I run the code in NetBeans, I get the following error before it starts up:
00:59:27.535 [main] ERROR net.pms.PMS - A serious error occurred during PMS init
java.lang.NullPointerException: null
at net.pms.newgui.DbgPacker.<init>(DbgPacker.java:38) ~[classes/:na]
at net.pms.PMS.init(PMS.java:396) [classes/:na]
at net.pms.PMS.createInstance(PMS.java:836) [classes/:na]
at net.pms.PMS.main(PMS.java:917) [classes/:na]
Anyone know why that might be?
When I run the code in NetBeans, I get the following error before it starts up:
00:59:27.535 [main] ERROR net.pms.PMS - A serious error occurred during PMS init
java.lang.NullPointerException: null
at net.pms.newgui.DbgPacker.<init>(DbgPacker.java:38) ~[classes/:na]
at net.pms.PMS.init(PMS.java:396) [classes/:na]
at net.pms.PMS.createInstance(PMS.java:836) [classes/:na]
at net.pms.PMS.main(PMS.java:917) [classes/:na]
Anyone know why that might be?