Page 1 of 1

AMC problems in Qnap TS-212E

Posted: 13 Oct 2014, 22:19
by yuyoman
Hi. I have a Qnap TS-212E with firmware 4.1.1 and running JRE Arm 8.0.1 and I am trying to run the AMC script in filebot.

The command looks like this:

Code: Select all

filebot -script fn:amc --output "/share/Multimedia" --log-file amc.log --action copy -non-strict "input dir" --def excludeList=amc.txt
I receive this error:

Code: Select all

Locking /opt/share/filebot/data/logs/amc.log
Parameter: excludeList = amc.txt
Argument: /share/HDA_DATA/Iglesias/Movies/Movies New
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0xad923744, pid=27232, tid=3061097616
#
# JRE version: Java(TM) SE Embedded Runtime Environment (8.0-b132) (build 1.8.0-b132)
# Java VM: Java HotSpot(TM) Embedded Client VM (25.0-b70 mixed mode linux-arm )
# Problematic frame:
# C  [jna8489665198981700204.tmp+0x12744]  ffi_prep_cif_machdep+0x16c
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /share/HDA_DATA/Iglesias/Movies/Movies New/hs_err_pid27232.log
Segmentation fault
This happens when I run the amc and the suball scripts. I can run the renall script just fine.

Can someone tell me what I have to do to make it work?

Re: AMC problems in Qnap TS-212E

Posted: 14 Oct 2014, 06:17
by rednoah
First @see viewtopic.php?f=3&t=1868

The issue is probably caused by JNA or libmediainfo.so not being compatible with your platform. If you remove all the *.so files it should work, but you'll also loose a small set of features that require libmediainfo.

Re: AMC problems in Qnap TS-212E

Posted: 15 Oct 2014, 01:52
by yuyoman
I dont find the library libmediainfo.so anywhere. Can you please tell me where do I find the *.so files that I have to delete?

JNA? I dont know what this is. Sorry for being so new in this matter.

Can you please point me in the right direction

Y

Re: AMC problems in Qnap TS-212E

Posted: 15 Oct 2014, 06:13
by rednoah
ls /opt/share/filebot

Re: AMC problems in Qnap TS-212E

Posted: 15 Oct 2014, 22:10
by yuyoman
Thank you rednoah. I got it working now. :D

Y