Program crashes when scan list index is out of range
Posted: Sun Oct 30, 2022 5:04 pm
I am using this software for the first time, so had to read from the radio to create an initial codeplug. After reading from the radio, clicking on a particular zone causes the program to crash with a message:
"Unhandled exception has occurred ... If you click Quit, the application will close immediately"
"Index was outside of the bounds of the array"
After examining the json file, I found that one of my entries had a "Scan List ID": 1, whereas I have no scan list setup. So this index of "1" causes that crash. It's not a big deal for me since I can just edit the json file and change that value to 0. Just to let you know so you can handle invalid indices to allow the app to continue (with a warning of some sort)
Great software. Hope to see you implement contacts and channels copy/paste/delete.
Thanks,
W8PTM
"Unhandled exception has occurred ... If you click Quit, the application will close immediately"
"Index was outside of the bounds of the array"
After examining the json file, I found that one of my entries had a "Scan List ID": 1, whereas I have no scan list setup. So this index of "1" causes that crash. It's not a big deal for me since I can just edit the json file and change that value to 0. Just to let you know so you can handle invalid indices to allow the app to continue (with a warning of some sort)
Great software. Hope to see you implement contacts and channels copy/paste/delete.
Thanks,
W8PTM