Page 1 of 1

issues running 3.0.0

Posted: Tue Dec 03, 2013 8:32 pm
by Monica Jae
The debug log i attach is the latest which should demonstrate the issues i am dealing with when trying to play a file. Honestly, i don't even know where to begin, but all i know is that when i select a file to play it basically hangs at accessing file. There isn't even a "preview" thumbnail as there usually is that i'm used to. Just black, and many lines of "error parsing file" which i really don't understand :)

Re: issues running 3.0.0

Posted: Wed Dec 04, 2013 6:26 am
by DeFlanko
Can you download and run the lastest version and see if that resolves your issue?

If not please attach those logs, in trace, to this same thread.

Re: issues running 3.0.0

Posted: Fri Dec 06, 2013 12:27 pm
by Monica Jae
well, the reason i'm running this is because subjunk suggested it when i couldn't get the newest version to work. but yeah, i guess i got nothing better to do, so i'll dl the newest again and install that.

Re: issues running 3.0.0

Posted: Fri Dec 06, 2013 2:02 pm
by DeFlanko
Monica Jae wrote:well, the reason i'm running this is because subjunk suggested it when i couldn't get the newest version to work. but yeah, i guess i got nothing better to do, so i'll dl the newest again and install that.
well i didn't know that part...

i did find some exception errors in your log though:

Code: Select all

RROR 2013-11-27 01:36:48.396 [main] A serious error occurred during PMS init
java.lang.NullPointerException: null
	at org.jboss.netty.channel.group.DefaultChannelGroup.add(DefaultChannelGroup.java:115) ~[ums.jar:3.0.0]
	at org.jboss.netty.channel.group.DefaultChannelGroup.add(DefaultChannelGroup.java:39) ~[ums.jar:3.0.0]
	at net.pms.network.HTTPServer.start(HTTPServer.java:133) ~[ums.jar:3.0.0]
	at net.pms.PMS.init(PMS.java:704) [ums.jar:3.0.0]
	at net.pms.PMS.createInstance(PMS.java:1061) [ums.jar:3.0.0]
	at net.pms.PMS.main(PMS.java:1157) [ums.jar:3.0.0]

Code: Select all

TRACE 2013-11-27 01:47:31.168 [New I/O worker #16] Adding new child "R.I.P.D..2013.1080p.BluRay.x264.YIFY.mp4" with class "net.pms.dlna.RealFile"
TRACE 2013-11-27 01:47:31.169 [New I/O worker #16] Format "mp4" failed to match support line f:mpegps|mpegts   v:mpeg1|mpeg2|mp4|h264   a:ac3|lpcm|aac|mpa   m:video/mpeg
TRACE 2013-11-27 01:47:31.169 [New I/O worker #16] Format "mp4" failed to match support line f:avi|divx        v:mp4|divx|mjpeg         a:mp3|lpcm|mpa|ac3   m:video/divx       qpel:yes|no   gmc:0
TRACE 2013-11-27 01:47:31.169 [New I/O worker #16] Format "mp4" failed to match support line f:wmv             v:wmv|vc1                a:wma                m:video/x-ms-wmv                         n:2
TRACE 2013-11-27 01:47:31.169 [New I/O worker #16] Format "mp4" failed to match support line f:wav     m:audio/wav        n:6   a:dts|lpcm   s:48000
TRACE 2013-11-27 01:47:31.169 [New I/O worker #16] Format "mp4" failed to match support line f:wav     m:audio/wav        n:2                s:48000
TRACE 2013-11-27 01:47:31.169 [New I/O worker #16] Format "mp4" failed to match support line f:mp3     m:audio/mpeg       n:2
TRACE 2013-11-27 01:47:31.169 [New I/O worker #16] Format "mp4" failed to match support line f:aac     m:audio/x-m4a      n:2   a:(?!alac).+
TRACE 2013-11-27 01:47:31.169 [New I/O worker #16] Format "mp4" failed to match support line f:wma     m:audio/x-ms-wma   n:2
TRACE 2013-11-27 01:47:31.170 [New I/O worker #16] Format "mp4" failed to match support line f:atrac   m:audio/x-oma      n:2
TRACE 2013-11-27 01:47:31.170 [New I/O worker #16] Format "mp4" failed to match support line f:jpg    m:image/jpeg
TRACE 2013-11-27 01:47:31.170 [New I/O worker #16] Format "mp4" failed to match support line f:png    m:image/png
TRACE 2013-11-27 01:47:31.170 [New I/O worker #16] Format "mp4" failed to match support line f:gif    m:image/gif
TRACE 2013-11-27 01:47:31.170 [New I/O worker #16] Format "mp4" failed to match support line f:tiff   m:image/tiff
TRACE 2013-11-27 01:47:31.170 [New I/O worker #16] File "R.I.P.D..2013.1080p.BluRay.x264.YIFY.mp4" can be transcoded
and it looks like the CONF your using failed to match up to MP4 media... which is weird.