View Issue Details

IDProjectCategoryLast Update
0014018AI War 1 / ClassicBug - OtherApr 28, 2014 4:15 pm
ReporterTechSY730 Assigned Tokeith.lamothe  
Status resolvedResolutionfixed 
Product Version7.020 
Fixed in Version7.021 
Summary0014018: Unhandled errors when selected Mk. IV starship foldout
DescriptionWhen I had a Mk. IV starship foldout selected, I got unhandled exceptions.
If it makes any difference, I was not able to build any Mk. IV starships at the time (due to no Mk. III starships unlocked)

4/13/2014 8:14:14 PM (7.020) Mem: 129,245,184 Plat:WindowsPlayer
-----------------------------------UnhandledErrors-----------------------------------
4/13/2014 8:14:14 PM (7.020)
-----------------------------------Error-----------------------------------Log String: Update: System.ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
  at System.Collections.Generic.List`1[GameButton[]].get_Item (Int32 index) [0x00000] in <filename unknown>:0
  at GameButton.InitializeType () [0x00000] in <filename unknown>:0
Stack Trace: at System.Collections.Generic.List`1[GameButton[]].get_Item (Int32 index) [0x00000] in <filename unknown>:0
  at GameButton.InitializeType () [0x00000] in <filename unknown>:0


This stack trace was repeated many times.
TagsNo tags attached.
Internal WeightNew

Activities

keith.lamothe

Apr 28, 2014 3:29 pm

administrator   ~0036934

Does this reproduce? Or was it just the one time? If it reproduces, does you have a save?

Was this in multiplayer (hence the foldout)? Or just multiple players under your control?

Thanks :)

keith.lamothe

Apr 28, 2014 4:15 pm

administrator   ~0036935

Nevermind, found it :)

For 7.021:

* Fixed a bug where the foldouts for the advanced factory and advanced starship constructors did not have their buy categories properly set (to include all 5 marks, though only allowing construction of what you should be able to build, like the things they were foldouts of).
** As a side effect, this bug made selecting those foldouts (or at least the starship one) cause array-index-out-of-bounds errors when it tried to initialize the menu with tons of buttons stacked up in a single column instead of spread out properly.

Thanks! :)

Issue History

Date Modified Username Field Change
Apr 14, 2014 12:25 am TechSY730 New Issue
Apr 16, 2014 10:03 pm keith.lamothe Assigned To => keith.lamothe
Apr 16, 2014 10:03 pm keith.lamothe Status new => assigned
Apr 28, 2014 3:29 pm keith.lamothe Note Added: 0036934
Apr 28, 2014 3:29 pm keith.lamothe Status assigned => feedback
Apr 28, 2014 4:15 pm keith.lamothe Internal Weight => New
Apr 28, 2014 4:15 pm keith.lamothe Note Added: 0036935
Apr 28, 2014 4:15 pm keith.lamothe Status feedback => resolved
Apr 28, 2014 4:15 pm keith.lamothe Fixed in Version => 7.021
Apr 28, 2014 4:15 pm keith.lamothe Resolution open => fixed