Author Topic: Problems where updater crashes  (Read 718 times)

rsm2000e

  • Jr. Member
  • **
  • Posts: 57
  • B738 Pilot AAL-211 YouTube Channel rsm2000e
    • Visit my YouTube Channel today!
Problems where updater crashes
« on: October 17, 2022, 08:56:58 pm »
Last night I spent a lot of time doing a complete uninstall and removing all the Virtuali directories then a full reinstall.
Today while doing yet another 'update'- I got this error message:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: value
   at System.Windows.Forms.DataGridView.set_FirstDisplayedScrollingRowIndex(Int32 value)
   at Couatl_Updater2.FrmMain.DataGridViewProducts_MouseWheel(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseWheel(MouseEventArgs e)
   at System.Windows.Forms.DataGridView.OnMouseWheel(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseWheel(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.DataGridView.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)



*** question:  HOW can I resolve this problem?  The live updater won't load.
« Last Edit: October 18, 2022, 08:42:56 am by virtuali »

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51216
    • VIRTUALI Sagl
Re: Problems where updater crashes
« Reply #1 on: October 18, 2022, 08:50:31 am »
Were you ( or some kind of hardware device that works like a mouse wheel ) scrolling the mouse while the program was still being loaded ? In any case, try to run the updater again, we added a check to prevent the error in such cases.