View Issue Details

IDProjectCategoryLast Update
0019013AI War 2Crash/ExceptionMar 6, 2017 3:49 pm
ReporterToranth Assigned Tokeith.lamothe  
Severityminor 
Status resolvedResolutionfixed 
Product Version0.104 
Fixed in Version0.105 and 0.106 
Summary0019013: IndexOutOfRangeException: Array index is out of range
DescriptionOccasionally the game will throw an IndexOutOfRangeException. It does not seem to impact the gameplay at all (no crash, obvious graphical errors, etc).

Stack trace:
IndexOutOfRangeException: Array index is out of range.
  at Arcen.Universal.ArcenDoubleCharacterBuffer.GetStringWithoutResettingForNextUpdate () [0x0002f] in D:\vclarge\AI_War_2_Ultra\ArcenUniversal\src\ArcenBuffers\ArcenDoubleCharacterBuffer.cs:178
  at Arcen.Universal.ArcenUI_Button.OnUpdate_Subclass () [0x00023] in D:\vclarge\AI_War_2_Ultra\ArcenUniversal\src\ArcenUI\ArcenUI_Button.cs:58
  at Arcen.Universal.ArcenUI_Element.OnUpdate (Boolean ShouldShow) [0x000e0] in D:\vclarge\AI_War_2_Ultra\ArcenUniversal\src\ArcenUI\ArcenUI_Element.cs:175
  at Arcen.Universal.ArcenUI_Window.OnUpdate () [0x00034] in D:\vclarge\AI_War_2_Ultra\ArcenUniversal\src\ArcenUI\ArcenUI_Window.cs:25
  at Arcen.Universal.ArcenUI.OnUpdate () [0x00062] in D:\vclarge\AI_War_2_Ultra\ArcenUniversal\src\ArcenUI\ArcenUI.cs:100
  at Arcen.Universal.Engine_Universal.OnUpdate () [0x00215] in D:\vclarge\AI_War_2_Ultra\ArcenUniversal\src\Engine_Universal.cs:660
  at ArcenGameController.Update () [0x00011] in D:\vclarge\AI_War_2_Ultra\AIW2Unity\Assets\ArcenCode\ArcenGameController.cs:40
 
(Filename: D:/vclarge/AI_War_2_Ultra/ArcenUniversal/src/ArcenBuffers/ArcenDoubleCharacterBuffer.cs Line: 178)
TagsNo tags attached.

Activities

keith.lamothe

Mar 6, 2017 3:49 pm

administrator   ~0045906

For 0.105:

* Fixed a race-condition index-out-of-bounds bug in the UI.

Thanks :)

Issue History

Date Modified Username Field Change
Mar 5, 2017 7:41 am Toranth New Issue
Mar 6, 2017 8:06 am keith.lamothe Assigned To => keith.lamothe
Mar 6, 2017 8:06 am keith.lamothe Status new => assigned
Mar 6, 2017 3:49 pm keith.lamothe Note Added: 0045906
Mar 6, 2017 3:49 pm keith.lamothe Status assigned => resolved
Mar 6, 2017 3:49 pm keith.lamothe Fixed in Version => 0.105 and 0.106
Mar 6, 2017 3:49 pm keith.lamothe Resolution open => fixed