3.0.0-a5 Issues

Developers forum for Univeral Media Server-related development (only for programmers)
Locked
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

3.0.0-a5 Issues

Post by DeFlanko »

On startup of Windows Operating system if 3.0.0-a5 is set to launch on startup, the following error occurs:

Code: Select all

ERROR 2013-09-03 21:40:01.362 [main] A serious error occurred during PMS init
java.lang.IllegalThreadStateException: process has not exited
	at java.lang.ProcessImpl.exitValue(Unknown Source) ~[na:1.7.0_25]
	at net.pms.PMS.checkProcessExistence(PMS.java:255) [ums.jar:3.0.0-a5]
	at net.pms.PMS.init(PMS.java:590) [ums.jar:3.0.0-a5]
	at net.pms.PMS.createInstance(PMS.java:1033) [ums.jar:3.0.0-a5]
	at net.pms.PMS.main(PMS.java:1129) [ums.jar:3.0.0-a5]
Resolution so far is to terminate UMS, and relaunch.
Attachments
ums_dbg.zip
(12.35 KiB) Downloaded 465 times
User avatar
SubJunk
Lead Developer
Posts: 3707
Joined: Sun May 27, 2012 4:12 pm

Re: 3.0.0-a5 Issues

Post by SubJunk »

Thanks, DeFlanko. Can you please try this version?
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: 3.0.0-a5 Issues

Post by DeFlanko »

I'm just now reading this... ill try when I get home.
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: 3.0.0-a5 Issues

Post by DeFlanko »

Befor i load up the custom version, Subjunk, i found an interesting loop when trying to stream to my Asus TF300T:

Code: Select all

Changed debug level to TRACE
09-05 19:15:09  Started playing The Avengers.2012.mp4 on your Asus Transformer TF300T
09-05 19:15:16  Buffer read ArrayIndexOutOfBoundsException error:
09-05 19:15:16  readCount: "4294680576"
09-05 19:15:16  maxMemorySize: "209715200"
09-05 19:15:24  Buffer read ArrayIndexOutOfBoundsException error:
09-05 19:15:24  readCount: "4294680576"
09-05 19:15:24  maxMemorySize: "209715200"
09-05 19:15:27  Starting transcode/remux of The Avengers.2012.mp4
09-05 19:15:28  Stopped playing The Avengers.2012.mp4 on your Asus Transformer TF300T
09-05 19:15:33  Started playing The Avengers.2012.mp4 on your Asus Transformer TF300T
09-05 19:15:41  Buffer read ArrayIndexOutOfBoundsException error:
09-05 19:15:41  readCount: "4294680576"
09-05 19:15:41  maxMemorySize: "209715200"
09-05 19:15:48  Buffer read ArrayIndexOutOfBoundsException error:
09-05 19:15:48  readCount: "4294680576"
09-05 19:15:48  maxMemorySize: "209715200"
09-05 19:15:51  Starting transcode/remux of The Avengers.2012.mp4
09-05 19:15:52  Stopped playing The Avengers.2012.mp4 on your Asus Transformer TF300T
09-05 19:15:58  Started playing The Avengers.2012.mp4 on your Asus Transformer TF300T
Attachments
ums_dbg.zip
(109.54 KiB) Downloaded 451 times
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: 3.0.0-a5 Issues

Post by DeFlanko »

a6, showed the same loop.

will try and reproduce the original, at windows boot up issue, shortly.
User avatar
SubJunk
Lead Developer
Posts: 3707
Joined: Sun May 27, 2012 4:12 pm

Re: 3.0.0-a5 Issues

Post by SubJunk »

Yeah I get pretty confused by that part of the code to be honest. It has been buggy for years and the way it was written has very few comments and the variable names aren't descriptive so...
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: 3.0.0-a5 Issues

Post by DeFlanko »

No worries then.. issue closed.
Its an inherited problem. Its ok...
Locked