g4klx / MMDVMHost

The host program for the MMDVM
GNU General Public License v2.0
379 stars 274 forks source link

Assertion `!port.empty()' failed #670

Closed will-caruana closed 3 years ago

will-caruana commented 3 years ago

I have a fresh install of Raspbian on my Pi. I installed the software and set up a config file. When I try to run it I get an error.

./MMDVMHost config.ini
MMDVMHost: Modem.cpp:207: CModem::CModem(const string&, bool, bool, bool, bool, unsigned int, unsigned int, bool, bool, bool): Assertion `!port.empty()' failed.
Aborted

Other then git I haven't installed anything else on the Pi.

g4klx commented 3 years ago

It looks like you have no value for the Port in the [Modem] section. On Thursday, 17 December 2020, 00:38:34 GMT, will-caruana notifications@github.com wrote:

I have a fresh install of Raspbian on my Pi. I installed the software and set up a config file. When I try to run it I get an error. ./MMDVMHost config.ini MMDVMHost: Modem.cpp:207: CModem::CModem(const string&, bool, bool, bool, bool, unsigned int, unsigned int, bool, bool, bool): Assertion `!port.empty()' failed. Aborted

Other then git I haven't installed anything else on the Pi.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

will-caruana commented 3 years ago

That was it thank you