View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0006121 | Valley 1 | Crash/Exception | Feb 24, 2012 12:08 am | Apr 29, 2012 10:58 pm | |
Reporter | khadgar | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | 0.580 | ||||
Summary | 0006121: Opening the settlement resources window while on a boat causes unexpected behavior. | ||||
Description | Opening the settlement resources window ('B' key) while on a boat causes unexpected behavior. Repro: 1- Get on a boat 2- Press the 'B' key (or the key you have bound to display settlement resources) 3- Repeat step 2 if needed Result: Unhandled exception occurs, and the window displays weird behavior. Expected: Player cannot open resource window while on a boat / Resource window displays normally. Notes: Looks like the game is pulling up a list of resources for the current continent without knowing which continent to draw from. A player shouldn't ever need to open the window at that point in time, so disabling it shouldn't cause any problems for now. I am pasting the error from UnhandledErrors.txt below. I did not attach it because it was 68MB (it logged this error several times a second as long as I kept the window open) while I fiddled around with this bug. ----------------------------------- UnhandledErrors----------------------------------- 2/23/2012 8:32:21 PM (0.580) -----------------------------------Error-----------------------------------Log String: Update: System.ArgumentOutOfRangeException: Argument is out of range. Parameter name: index at System.Collections.Generic.List`1[ArcenGridRow].get_Item (Int32 index) [0x00000] in <filename unknown>:0 at ArcenGrid.RenderNonGUI (.UnityRenderer R, DrawLayer DrawLayer, Color DrawColor, Rect ParentBounds, Vector2 EffectiveScrollPosition, Vector3 MousePositionFromTopLeft) [0x00000] in <filename unknown>:0 at AbstractArcenWindow.Render (.UnityRenderer R) [0x00000] in <filename unknown>:0 at ArcenGUIManager.Render (.UnityRenderer R) [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 System.Collections.Generic.List`1[ArcenGridRow].get_Item (Int32 index) [0x00000] in <filename unknown>:0 at ArcenGrid.RenderNonGUI (.UnityRenderer R, DrawLayer DrawLayer, Color DrawColor, Rect ParentBounds, Vector2 EffectiveScrollPosition, Vector3 MousePositionFromTopLeft) [0x00000] in <filename unknown>:0 at AbstractArcenWindow.Render (.UnityRenderer R) [0x00000] in <filename unknown>:0 at ArcenGUIManager.Render (.UnityRenderer R) [0x00000] in <filename unknown>:0 at Game.UpdateDisplay (Boolean IsFullVisualUpdate) [0x00000] in <filename unknown>:0 at MainCameraLogic.Update () [0x00000] in <filename unknown>:0 | ||||
Tags | No tags attached. | ||||
Internal Weight | Fix ASAP | ||||
related to | 0007356 | resolved | Chris_McElligottPark | Opening the Big Honking Encyclopedia while in the non-continental ocean produces a string of unhandled exceptions |
Date Modified | Username | Field | Change |
---|---|---|---|
Feb 24, 2012 12:08 am | khadgar | New Issue | |
Feb 24, 2012 12:08 am | khadgar | File Added: Screenshot_2012_02_23_20_33_34.png | |
Feb 24, 2012 9:27 am | tigersfan | Internal Weight | => Fix ASAP |
Feb 24, 2012 9:27 am | tigersfan | Assigned To | => Chris_McElligottPark |
Feb 24, 2012 9:27 am | tigersfan | Status | new => assigned |
Feb 24, 2012 10:16 am | keith.lamothe | Note Added: 0019734 | |
Feb 24, 2012 10:16 am | keith.lamothe | Status | assigned => resolved |
Feb 24, 2012 10:16 am | keith.lamothe | Resolution | open => fixed |
Apr 29, 2012 10:58 pm | khadgar | Relationship added | related to 0007356 |
Apr 14, 2014 9:28 am | Chris_McElligottPark | Category | Bug - Crash or Exception => Crash/Exception |