I'm trying the 1.1.8.2 version on my laptop (so new install). I cannot think of any major changes I've done to make get this error. When i get this error i press "Ok". then another error comes up. Unhandled exception has occurred in your application.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at VoxCommando.VoxMainForm.n()
at VoxCommando.VoxMainForm.a7(Object A_0, EventArgs A_1)
at System.Windows.Forms.RadioButton.OnCheckedChanged(EventArgs e)
at System.Windows.Forms.RadioButton.set_Checked(Boolean value)
at System.Windows.Forms.RadioButton.OnClick(EventArgs e)
at System.Windows.Forms.RadioButton.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)