OpenPHT crashing on linux mint 18

Im wondering if its just not compatible with my os cause it crashes to desktop almost immediately after being run, running from terminal just returns segmentation fault. i have no logs since idk where the config for openpht is. any info would be great

I’m not using mint but I use cinnamon desktop as well.
Same error on latest debian jessie with this build https://github.com/RasPlex/OpenPHT/releases/download/v1.6.2.123-e23a7eef/openpht_1.6.2.123-e23a7eef-jessie_amd64.deb
Any suggestions?

It’s not possible to help without a log, you can find it here :

~/.plexht/temp/plexhometheater.log

The plexhometheater “segfault” line from the command “dmesg” (or logfiles) would also be helpful, e.g. after a crash enter:

dmesg | grep -i plex

Thank you very much bkury.

Now that I found the log I was able to fix the issue myself.
I turns out that libcurl was missing - so I installed libcurl4-openssl-dev and it’s working fine :smiley: