issues running 3.0.0
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
-
- Posts: 48
- Joined: Mon Oct 21, 2013 6:11 pm
issues running 3.0.0
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 

- Attachments
-
- eums_dbg.zip
- (791.02 KiB) Downloaded 439 times
Re: issues running 3.0.0
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.
If not please attach those logs, in trace, to this same thread.



Please remember to Upload your debug logs!
Universal Media Server Wiki!
"...functionality before beautification..."
-
- Posts: 48
- Joined: Mon Oct 21, 2013 6:11 pm
Re: issues running 3.0.0
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
well i didn't know that part...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.
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



Please remember to Upload your debug logs!
Universal Media Server Wiki!
"...functionality before beautification..."