Invalid memory access while listing *.ts files
Posted: Sun Feb 21, 2016 9:08 pm
Trying to playback *.ts SATrip files. Got this exceptions while trying to list directory with my PS3
MediaInfo.exe works fine on these files.
Using latest Java8 x64 on Win10.
Reproduces on both 6.0.0 and 6.1.0
Code: Select all
ERROR 2016-02-21 12:14:50.553 [New I/O worker #4] Error adding child: "Metod.(15.seriya.iz.16).2015.HDTV.(1080i).Files-x.ts"
java.lang.Error: Invalid memory access
at com.sun.jna.Native.invokeInt(Native Method) ~[ums.jar:6.1.0]
at com.sun.jna.Function.invoke(Function.java:383) ~[ums.jar:6.1.0]
at com.sun.jna.Function.invoke(Function.java:315) ~[ums.jar:6.1.0]
at com.sun.jna.Library$Handler.invoke(Library.java:212) ~[ums.jar:6.1.0]
at net.pms.dlna.$Proxy1.Open(Unknown Source) ~[na:6.1.0]
at net.pms.dlna.MediaInfo.Open(MediaInfo.java:242) ~[ums.jar:6.1.0]
at net.pms.dlna.LibMediaInfoParser.parse(LibMediaInfoParser.java:67) ~[ums.jar:6.1.0]
Using latest Java8 x64 on Win10.
Reproduces on both 6.0.0 and 6.1.0