EDDiscovery / EDDiscovery

Captains log and 3d star map for Elite Dangerous
Apache License 2.0
769 stars 171 forks source link

Unhandled UI Exception #1469

Closed stimblus closed 6 years ago

stimblus commented 6 years ago

Description

Additional Information

Exception Details:

There was an unhandled UI exception.

==== BEGIN ====
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
  at System.Collections.ArrayList.get_Item(Int32 index)
  at System.Windows.Forms.DataGridViewRowCollection.SharedRow(Int32 rowIndex)
  at System.Windows.Forms.DataGridViewRowCollection.get_Item(Int32 index)
  at EDDiscovery.UserControls.UserControlSynthesis.Display()
  at EDDiscovery.UserControls.ChangedSelectionHE.Invoke(HistoryEntry he, HistoryList hl)
  at EDDiscovery.UserControls.UserControlTravelGrid.FireChangeSelection()
  at EDDiscovery.UserControls.UserControlTravelGrid.HistoryChanged(HistoryList hl)
  at EDDiscovery.EDDiscoveryController.RefreshHistoryWorkerCompleted(HistoryList hist)
===== END =====
klightspeed commented 6 years ago

Duplicate of #1435

robbyxp1 commented 6 years ago

Is this on 8.4? Is it worth doing a new 8.4.x?

klightspeed commented 6 years ago

Yes, #1442 was pulled into master before the Branch_Release_8.4 branch was split off, but after 8.4.1 was built.

robbyxp1 commented 6 years ago

Closing, fixed