2015-06-27, 01:55 PM
fatih Wrote:had some Unexpected error in timer_tick: System.IndexOutOfRangeException errors;Going by that log snippet, it looks like you've got a semi-colon instead of a comma. "10970,V,30000,56,S2;8PSK" instead of "10970,V,30000,56,S2,8PSK"
2015-06-27 16:11:05.665 [DEBUG][1] 10970,V,30000,56,S2;8PSK
2015-06-27 16:11:05.666 [ERROR][1] Unexpected error in timer_tick: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at NShared.DigitalScanningForm.GetTuningString(Int32 frequency, Int32 bandwidth, Int32 sid, Int32 onid, Int32 tsid, Int32 serviceType, Int32 major, Int32 minor, Boolean encrypted)
at NShared.DigitalScanningForm.timer1_Tick(Object sender, EventArgs e)
Please help