View Issue Details

IDProjectCategoryLast Update
0004885Valley 1GUIOct 19, 2011 10:14 am
ReporterTerraziel Assigned ToChris_McElligottPark  
Status resolvedResolutionfixed 
Product Version0.525 
Fixed in Version0.527 
Summary0004885: Unhandled Error when opening crafting inventory
DescriptionI'm pretty sure this is just because I have too many items in it, I'm level 60 and have dusts and gems from all the tiers available to me. The Error log just has dozens of copies of this message


10/16/2011 5:53:04 PM (0.525)
-----------------------------------Error-----------------------------------Log String: Update: System.IndexOutOfRangeException: Array index is out of range.

  at ChunkNonGUIHUD.RenderStats (Int32 StartingX, Int32 StartingY, Int32 MaxHeight, .UnityRenderer R, .Chunk C) [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 ChunkNonGUIHUD.RenderStats (Int32 StartingX, Int32 StartingY, Int32 MaxHeight, .UnityRenderer R, .Chunk C) [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

UnityEngine.Debug:Internal_Log(Int32, String, Object)
UnityEngine.Debug:Log(Object)
MainCameraLogic:LogWritten(String, String, LogType, Exception, Boolean)
MainCameraLogic:LogWritten(String, String, LogType, Exception)
MainCameraLogic:Update()
 
(Filename: C:/BuildAgent/work/6bc5f79e0a4296d6/Runtime/ExportGenerated/StandalonePlayer/BaseClass.cpp Line: 2505)
TagsNo tags attached.
Internal WeightFix ASAP

Activities

Chris_McElligottPark

Oct 17, 2011 3:53 pm

administrator   ~0016713

This SHOULD be fixed. If not, we'll need your world file and steps to reproduce. Thanks!

* Put in some logic checks that should prevent a rare crash that could happen in the inventory.

Terraziel

Oct 19, 2011 8:42 am

reporter   ~0016785

This is still occurring in 0.526, the error message is identical, except the version number obviously.

How much of my world file do you actually need? given that this issue isn't about a region uploading the whole thing seems a little unnecessary.

Chris_McElligottPark

Oct 19, 2011 8:43 am

administrator   ~0016786

Probably for this one I just need the two files in the main world folder (regions.dat and world.dat). I expect you could leave out all the region folders with no worries.

Thanks!

Terraziel

Oct 19, 2011 9:56 am

reporter   ~0016797

Uploaded.

Chris_McElligottPark

Oct 19, 2011 10:14 am

administrator   ~0016803

Thanks! Got this one for sure this time.

* Fixed a crash that could occur when viewing the inventory when there were more rows in it than the game is set up to display.

Issue History

Date Modified Username Field Change
Oct 16, 2011 12:59 pm Terraziel New Issue
Oct 17, 2011 8:23 am tigersfan Internal Weight => Fix ASAP
Oct 17, 2011 8:23 am tigersfan Assigned To => Chris_McElligottPark
Oct 17, 2011 8:23 am tigersfan Status new => assigned
Oct 17, 2011 3:53 pm Chris_McElligottPark Note Added: 0016713
Oct 17, 2011 3:53 pm Chris_McElligottPark Status assigned => resolved
Oct 17, 2011 3:53 pm Chris_McElligottPark Fixed in Version => 0.526
Oct 17, 2011 3:53 pm Chris_McElligottPark Resolution open => fixed
Oct 19, 2011 8:42 am Terraziel Note Added: 0016785
Oct 19, 2011 8:42 am Terraziel Status resolved => feedback
Oct 19, 2011 8:42 am Terraziel Resolution fixed => reopened
Oct 19, 2011 8:43 am Chris_McElligottPark Note Added: 0016786
Oct 19, 2011 9:55 am Terraziel File Added: regions.dat
Oct 19, 2011 9:55 am Terraziel File Added: world.dat
Oct 19, 2011 9:56 am Terraziel Note Added: 0016797
Oct 19, 2011 9:56 am Terraziel Status feedback => assigned
Oct 19, 2011 10:14 am Chris_McElligottPark Note Added: 0016803
Oct 19, 2011 10:14 am Chris_McElligottPark Status assigned => resolved
Oct 19, 2011 10:14 am Chris_McElligottPark Fixed in Version 0.526 => 0.527
Oct 19, 2011 10:14 am Chris_McElligottPark Resolution reopened => fixed
Apr 14, 2014 9:28 am Chris_McElligottPark Category Bug - UI => GUI