You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully compiled ircddbgateway on my Raspberry pi 3 running Raspian jessie. It also installs and runs.
When I connect to an xrf with DExtra, it connects, but when I key the mic, ircddbgateway crashes and throws:
Fatal Error: Assertion failed on line 65 in file ../src/common/unichar.cpp and function ToHi8bit: Assert failure character cannot be converted to single byte
I am running a DVMega and MMDVMHost compiled from a pull this morning (8.MAR)
I have tried the latest code and have also reverted back to Johnathan's merge on 29.DEC.
Thoughts?
Dave KJ5KG
The text was updated successfully, but these errors were encountered:
On Mar 9, 2017, at 8:57 AM, ddclarknm ***@***.***> wrote:
I have successfully compiled ircddbgateway on my Raspberry pi 3 running Raspian jessie. It also installs and runs.
When I connect to an xrf with DExtra, it connects, but when I key the mic, ircddbgateway crashes and throws:
Fatal Error: Assertion failed on line 65 in file ../src/common/unichar.cpp and function ToHi8bit: Assert failure character cannot be converted to single byte
This appears to be some sort of Unicode problem. There’s a parameter that you’ve got configured that is not an ASCII character. Look for special characters in both your radio and ircDDBGateway configuration.
I have successfully compiled ircddbgateway on my Raspberry pi 3 running Raspian jessie. It also installs and runs.
When I connect to an xrf with DExtra, it connects, but when I key the mic, ircddbgateway crashes and throws:
Fatal Error: Assertion failed on line 65 in file ../src/common/unichar.cpp and function ToHi8bit: Assert failure character cannot be converted to single byte
I am running a DVMega and MMDVMHost compiled from a pull this morning (8.MAR)
I have tried the latest code and have also reverted back to Johnathan's merge on 29.DEC.
Thoughts?
Dave KJ5KG
The text was updated successfully, but these errors were encountered: