NullPointerException when running

Developers forum for Univeral Media Server-related development (only for programmers)
Post Reply
helio
Posts: 4
Joined: Tue Nov 27, 2012 2:29 pm

NullPointerException when running

Post by helio »

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?
User avatar
SubJunk
Lead Developer
Posts: 3707
Joined: Sun May 27, 2012 4:12 pm

Re: NullPointerException when running

Post by SubJunk »

Yeah that's normal, it's just not made to be run via NetBeans. You can download UMSBuilder at http://code.google.com/p/universal-medi ... er-1.2.zip which will build the code
helio
Posts: 4
Joined: Tue Nov 27, 2012 2:29 pm

Re: NullPointerException when running

Post by helio »

Thanks!
Post Reply