I have been using Hyperion for over a year. I had some issues with my OSMC build and decided to do a clean install.
After the clean install I wanted to setup Hyperion again, but I can’t get it to work. Not with my old config file, and not with a new one either.
The error I’m getting is
ssh in: Nov 23 22:41:48 osmc systemd[1]: hyperion.service: main process exited, code=killed, status=11/SEGV
ssh in: Nov 23 22:41:48 osmc systemd[1]: Unit hyperion.service entered failed state.
When I manually try to start any of the hyperion files (such as hyperion-remote to test) I just get “Segmentation Fault”
When I do sudo hyperion-remote i get no output.
systemctl status hyperion.service returns:
osmc@osmc:~$ systemctl status hyperion.service
hyperion.service - Hyperion Systemd service
Loaded: loaded (/etc/systemd/system/hyperion.service; enabled)
Active: failed (Result: start-limit) since Thu 2017-11-23 22:41:48 CET; 1min 39s ago
Process: 2776 ExecStart=/usr/bin/hyperiond /etc/hyperion/hyperion.config.json (code=killed, signal=SEGV)
Main PID: 2776 (code=killed, signal=SEGV)
Still no response on hyperion or anywhere else for that matter.
I’ve seen the link you posted, but it’s a different problem. Do you have any insight into what segmentation fault actually means under these circumstances?