Page 1 of 1

P25 Service crashing after latest update

Posted: Fri May 10, 2019 6:43 pm
by W7RD
After doing an update today, I saw on the dashboard that the P25 service (using YSF2P25) was "not started." I tried copying the P25Gateway executable from another machine and it still crashes. Also, I totally reinstalled pi-star and it STILL doesn't work (after an update.) The message it gives on attempted startup is:

P25Gateway: Voice.cpp:113: CVoice::CVoice(const string&, const string&, unsigned int): Assertion `!directory.empty()' failed.
Aborted

Thanks,
Steve

Re: P25 Service crashing after latest update

Posted: Fri May 10, 2019 7:02 pm
by W7RD
I just noticed that YSF2NXDN isn't working either. The green crossmode and NXDN lights don't even come on.

Re: P25 Service crashing after latest update

Posted: Sat May 11, 2019 1:35 pm
by W7RD
I swapped out both the Pi AND the Zumspot. Reinstalled fresh AGAIN. STILL P25Gateway crashes on startup. I guess I'm the only person that has any problems with pi-star. Stupid mistake to update it, that's what ruined it.

Re: P25 Service crashing after latest update

Posted: Sun May 12, 2019 6:49 am
by MW0MWZ
Can you run the update a 2nd time please and see if that brings it to life ?

Re: P25 Service crashing after latest update

Posted: Tue May 14, 2019 5:31 pm
by W7RD
Yes, I tried running the update again, as well as reinstalling more than once. For some reason it always happens. Even switching both the Pi Zero and the Zumspot it persists. Oddly enough, the other ones work with the same version. Not sure what happened with it.

Re: P25 Service crashing after latest update

Posted: Sun Feb 02, 2020 6:23 am
by W4DHW
Not to revive an old thread but mine does that too, service not started

Re: P25 Service crashing after latest update

Posted: Sun May 24, 2020 1:35 pm
by dj7lc
I had the exact same problem with a version directly compiled from github. Steps taken:
1) update via git pull, make, try to run, failed
2) copied an executable from a working installation. failed
3) saved config file, deleted directory structure, cloned again from git, make, start with saved config file, failed.

4) Solution: Took the latest config file for P25Gateway from github and edited it manually. The gateway works fine with the new file. I guess there was a change in code that only crashes with old config files. Or there was a misplaced caracter in the file.

Swap out the old config file of P25Gateway with a new file from the official github repo, edit it manually and it should work fine.