View Issue Details

IDProjectCategoryLast Update
0025780AI War 2Crash/ExceptionNov 5, 2021 12:09 pm
ReporterBadgerBadger Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 3.745 Deadlock Removal 
Fixed in VersionBeta 3.746 Phantom Ship Syndrome 
Summary0025780: Exception in ShipListerUtils
Description11/4/2021 10:50:56 PM 3.745 SINGLEP CalculateShipsThatYouHave exception at stage 4500:System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.Universal.SortedDictionaryOfSortedDictionaries`3[TOuterKey,TInnerKey,TInnerValue].SortIntoList (System.Comparison`1[T] comparison) [0x00008] in /home/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/ArcenCollections/Compound/SortedDictionaryOfSortedDictionaries.cs:210
  at Arcen.AIW2.External.ShipListerUtils.CalculateShipsThatYouHave (System.Predicate`1[T] filterCriteria, Arcen.Universal.SortedDictionaryOfSortedDictionaries`3[TOuterKey,TInnerKey,TInnerValue] result, System.Boolean AlsoSort, Arcen.AIW2.External.IShipCounterByType CounterByType) [0x0010c] in <4a8c4eb28f114e9ca38b4b265e79606d>:0
  at System.Environment.get_StackTrace () [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0
  at Arcen.Universal.ArcenDebugging.ArcenLog_InnerOnMainThreadOnly (System.String Message, Arcen.Universal.DebugLogDestination Destination, System.Boolean IncludeStackTrace, Arcen.Universal.Verbosity Verbosity, System.DateTime Timestamp) [0x00197] in /home/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/UtilityLibraries/ArcenDebugging.cs:402
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.Verbosity Verbosity) [0x00038] in /home/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/UtilityLibraries/ArcenDebugging.cs:262
  at Arcen.AIW2.External.ShipListerUtils.CalculateShipsThatYouHave (System.Predicate`1[T] filterCriteria, Arcen.Universal.SortedDictionaryOfSortedDictionaries`3[TOuterKey,TInnerKey,TInnerValue] result, System.Boolean AlsoSort, Arcen.AIW2.External.IShipCounterByType CounterByType) [0x00000] in <4a8c4eb28f114e9ca38b4b265e79606d>:0
  at Arcen.AIW2.External.ShipListerUtils.CalculateShipsThatBenefit_ThatYouHave (Arcen.AIW2.Core.TechUpgrade Tech, Arcen.Universal.SortedDictionaryOfSortedDictionaries`3[TOuterKey,TInnerKey,TInnerValue] result, System.Boolean AlsoSort, Arcen.AIW2.External.IShipCounterByType CounterByType) [0x00000] in <4a8c4eb28f114e9ca38b4b265e79606d>:0
  at Arcen.AIW2.External.Window_InGameSidebarScience+btnScienceTech.WriteTechTooltip (Arcen.AIW2.Core.TechUpgrade TechUpgrade, System.Int32 UpgradesSoFar, System.Int32 CostToUpgrade, System.Int32 AmountToRefund, System.Boolean IncludeShipPromptInfo, Arcen.Universal.ArcenDoubleCharacterBuffer tooltipBuffer) [0x00000] in <4a8c4eb28f114e9ca38b4b265e79606d>:0
  at Arcen.AIW2.External.Window_InGameSidebarScience+btnScienceTech.HandleMouseover () [0x00000] in <4a8c4eb28f114e9ca38b4b265e79606d>:0
  at Arcen.Universal.ArcenUI_Element.UpdateFromUI (System.Boolean ShouldDoFullUpdate, System.Single DeltaTime) [0x0011f] in /home/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/ArcenUI/ArcenUI_Element.cs:451
  at Arcen.Universal.ArcenUI_Window.OnUpdateWindow (System.Single AddedDeltaTime, System.Boolean InvertMouseWheelUIScrolling, System.Int32 scrollSpeedForMouseUI) [0x001ec] in /home/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/ArcenUI/ArcenUI_Window.cs:360
TagsNo tags attached.

Activities

Chris_McElligottPark

Nov 5, 2021 12:09 pm

administrator   ~0063199

Thanks!

* Fixed an exception in SortedDictionaryOfSortedDictionaries where it was not properly getting a placeholder empty list when it had nothing to report, and was instead erroring.

Issue History

Date Modified Username Field Change
Nov 5, 2021 12:51 am BadgerBadger New Issue
Nov 5, 2021 12:51 am BadgerBadger Status new => assigned
Nov 5, 2021 12:51 am BadgerBadger Assigned To => Chris_McElligottPark
Nov 5, 2021 12:09 pm Chris_McElligottPark Status assigned => resolved
Nov 5, 2021 12:09 pm Chris_McElligottPark Resolution open => fixed
Nov 5, 2021 12:09 pm Chris_McElligottPark Fixed in Version => Beta 3.746 Phantom Ship Syndrome
Nov 5, 2021 12:09 pm Chris_McElligottPark Note Added: 0063199