View Issue Details

IDProjectCategoryLast Update
0006220Valley 1Crash/ExceptionFeb 28, 2012 3:14 pm
ReporterKDR_11k Assigned ToChris_McElligottPark  
Status resolvedResolutionfixed 
Product Version0.585 
Fixed in Version0.586 
Summary0006220: Unhandled exception: Array index out of bounds in intro mission building
DescriptionI got the fatal error message in the log after entering the room with the warp gate in the intro mission building. The unhandledErrors.txt shows tons of array index out of bounds errors, I'd guess one per frame.

2/28/2012 9:03:35 PM (0.585)
-----------------------------------
UnhandledErrors-----------------------------------
2/28/2012 9:03:35 PM (0.585)
-----------------------------------Error-----------------------------------Log String: Update: System.IndexOutOfRangeException: Array index is out of range.
  at Tile.GetPointOfInterestIsExplored (.Chunk C) [0x00000] in <filename unknown>:0
  at GameEntity.GetIsTouchingExploredTile () [0x00000] in <filename unknown>:0
  at Game.DrawGame () [0x00000] in <filename unknown>:0
  at Game.UpdateDisplay (Boolean IsFullVisualUpdate) [0x00000] in <filename unknown>:0
  at MainCameraLogic.Update () [0x00000] in <filename unknown>:0
Stack Trace: at Tile.GetPointOfInterestIsExplored (.Chunk C) [0x00000] in <filename unknown>:0
  at GameEntity.GetIsTouchingExploredTile () [0x00000] in <filename unknown>:0
  at Game.DrawGame () [0x00000] in <filename unknown>:0
  at Game.UpdateDisplay (Boolean IsFullVisualUpdate) [0x00000] in <filename unknown>:0
  at MainCameraLogic.Update () [0x00000] in <filename unknown>:0

TagsNo tags attached.
Internal WeightNew

Activities

KDR_11k

Feb 28, 2012 3:08 pm

reporter  

UnhandledErrors.txt (501,089 bytes)

KDR_11k

Feb 28, 2012 3:09 pm

reporter  

Environ 4.zip (17,537 bytes)

Chris_McElligottPark

Feb 28, 2012 3:14 pm

administrator   ~0019948

Thanks!

* Fixed a bug that could lead to array out of index exceptions when objects moved outside the chunk area briefly.

Issue History

Date Modified Username Field Change
Feb 28, 2012 3:08 pm KDR_11k New Issue
Feb 28, 2012 3:08 pm KDR_11k File Added: UnhandledErrors.txt
Feb 28, 2012 3:09 pm KDR_11k File Added: Environ 4.zip
Feb 28, 2012 3:09 pm KDR_11k Summary Unhandled exception: Array index out of bounds => Unhandled exception: Array index out of bounds in intro mission building
Feb 28, 2012 3:09 pm KDR_11k Description Updated
Feb 28, 2012 3:14 pm Chris_McElligottPark Internal Weight => New
Feb 28, 2012 3:14 pm Chris_McElligottPark Note Added: 0019948
Feb 28, 2012 3:14 pm Chris_McElligottPark Status new => resolved
Feb 28, 2012 3:14 pm Chris_McElligottPark Fixed in Version => 0.586
Feb 28, 2012 3:14 pm Chris_McElligottPark Resolution open => fixed
Feb 28, 2012 3:14 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Apr 14, 2014 9:28 am Chris_McElligottPark Category Bug - Crash or Exception => Crash/Exception