Athenian
Posts: 15
Joined: 5/24/2013 Status: offline
|
This may help: Distant Worlds - Crash Dump - 1.9.0.2 8:22:45 PM Wednesday, May 29, 2013 System.InvalidOperationException: Failed to compare two elements in the array. ---> System.Threading.ThreadAbortException: Thread was being aborted. at System.Double.CompareTo(Double value) at System.Collections.Generic.GenericArraySortHelper`2.PickPivotAndPartition(TKey[] keys, TValue[] values, Int32 lo, Int32 hi) at System.Collections.Generic.GenericArraySortHelper`2.IntroSort(TKey[] keys, TValue[] values, Int32 lo, Int32 hi, Int32 depthLimit) at System.Collections.Generic.GenericArraySortHelper`2.IntrospectiveSort(TKey[] keys, TValue[] values, Int32 left, Int32 length) at System.Collections.Generic.GenericArraySortHelper`2.Sort(TKey[] keys, TValue[] values, Int32 index, Int32 length, IComparer`1 comparer) --- End of inner exception stack trace --- at System.Collections.Generic.GenericArraySortHelper`2.Sort(TKey[] keys, TValue[] values, Int32 index, Int32 length, IComparer`1 comparer) at System.Array.Sort[TKey,TValue](TKey[] keys, TValue[] items, Int32 index, Int32 length, IComparer`1 comparer) at System.Array.Sort[TKey,TValue](TKey[] keys, TValue[] items) at DistantWorlds.Types.Galaxy.SortStellarObjectsByDistanceThreadsafe(Double x, Double y, StellarObjectList stellarObjects) at DistantWorlds.Types.Empire.UltraFastFindNearestRefuellingLocation(Double x, Double y, ResourceList fuelTypes, BuiltObject shipToRefuel, Boolean mustHaveActualSupply, Boolean includeResupplyShips, Int32 shipsToRefuel) at DistantWorlds.Types.BuiltObject.CalculateFuelPortionMarginFromNearbyRefuellingPointsInformLocation(Double x, Double y, StellarObject& refuellingLocation) at DistantWorlds.Types.BuiltObject.WithinFuelRangeAndRefuel(Double destinationX, Double destinationY, Double extraFuelPortionMargin) at DistantWorlds.Types.Empire.AssignMissionToBuiltObject(BuiltObject ship, Boolean atWar, BuiltObjectList patrolMiningStations) at DistantWorlds.Types.Empire.AssignMissionsToBuiltObjectList(BuiltObjectList builtObjectList, Boolean atWar, BuiltObjectList patrolMiningStations) at DistantWorlds.Types.Empire.AssignShipMissions() at DistantWorlds.Types.Empire.DoTasks() at DistantWorlds.Main.CSKW90NEsH(Object ) Further info follows: System.Threading.ThreadAbortException: Thread was being aborted. at System.Double.CompareTo(Double value) at System.Collections.Generic.GenericArraySortHelper`2.PickPivotAndPartition(TKey[] keys, TValue[] values, Int32 lo, Int32 hi) at System.Collections.Generic.GenericArraySortHelper`2.IntroSort(TKey[] keys, TValue[] values, Int32 lo, Int32 hi, Int32 depthLimit) at System.Collections.Generic.GenericArraySortHelper`2.IntrospectiveSort(TKey[] keys, TValue[] values, Int32 left, Int32 length) at System.Collections.Generic.GenericArraySortHelper`2.Sort(TKey[] keys, TValue[] values, Int32 index, Int32 length, IComparer`1 comparer) --- COMPLETE ---
|