View Issue Details

IDProjectCategoryLast Update
0003893Valley 1Crash/ExceptionSep 22, 2011 9:50 am
Reporterc4sc4 Assigned ToChris_McElligottPark  
Status resolvedResolutionfixed 
Product Version0.418 
Fixed in Version0.419 
Summary0003893: Fatal Error, on trying to view controls for inventory
DescriptionI open the escape menu and open the view/edit controls menu. When I click on the inventories tab, I get a Fatal Error. I've attached the unhandled errors text file. Let me know if you need a save, it seems easy enough to reproduce though.
TagsNo tags attached.
Internal WeightFix ASAP

Activities

c4sc4

Sep 21, 2011 11:37 pm

reporter  

UnhandledErrors.txt (1,878 bytes)   
9/21/2011 8:33:44 PM (0.418)
-----------------------------------
UnhandledErrors-----------------------------------
9/21/2011 8:33:44 PM (0.418)
-----------------------------------Error-----------------------------------Log String: OnGUI: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
  at System.Collections.Generic.Dictionary`2[InputVisibleContext,System.Collections.Generic.List`1[InputBindings+InputKeyBinding]].get_Item (InputVisibleContext key) [0x00000] in <filename unknown>:0 
  at InputBindingsMenu.UpdatePagingAfterTabChange (InputBindingsWindowTab NewTab) [0x00000] in <filename unknown>:0 
  at InputBindingsMenu.SwitchToTab (InputBindingsWindowTab NewTab, Boolean IsForPreShow) [0x00000] in <filename unknown>:0 
  at InputBindingsMenu+<SubclassInit>c__AnonStorey28.<>m__AD () [0x00000] in <filename unknown>:0 
  at ArcenQueuedButtonClickDelegate.Execute () [0x00000] in <filename unknown>:0 
  at ArcenGUIManager.DrawGUI () [0x00000] in <filename unknown>:0 
  at MainCameraLogic.OnGUI () [0x00000] in <filename unknown>:0 
Stack Trace:   at System.Collections.Generic.Dictionary`2[InputVisibleContext,System.Collections.Generic.List`1[InputBindings+InputKeyBinding]].get_Item (InputVisibleContext key) [0x00000] in <filename unknown>:0 
  at InputBindingsMenu.UpdatePagingAfterTabChange (InputBindingsWindowTab NewTab) [0x00000] in <filename unknown>:0 
  at InputBindingsMenu.SwitchToTab (InputBindingsWindowTab NewTab, Boolean IsForPreShow) [0x00000] in <filename unknown>:0 
  at InputBindingsMenu+<SubclassInit>c__AnonStorey28.<>m__AD () [0x00000] in <filename unknown>:0 
  at ArcenQueuedButtonClickDelegate.Execute () [0x00000] in <filename unknown>:0 
  at ArcenGUIManager.DrawGUI () [0x00000] in <filename unknown>:0 
  at MainCameraLogic.OnGUI () [0x00000] in <filename unknown>:0 

UnhandledErrors.txt (1,878 bytes)   

tigersfan

Sep 22, 2011 6:24 am

reporter   ~0013322

Confirmed.

Chris_McElligottPark

Sep 22, 2011 9:02 am

administrator   ~0013323

Thanks!

* The Inventory keybinds were removed a couple of versions back, but the tab was still there in settings and was causing errors when clicked. Fixed so that it's now out of the settings screen as well.

keith.lamothe

Sep 22, 2011 9:50 am

administrator   ~0013326

Oops, sorry :)

Chris_McElligottPark

Sep 22, 2011 9:50 am

administrator   ~0013327

No worries. :)

Issue History

Date Modified Username Field Change
Sep 21, 2011 11:37 pm c4sc4 New Issue
Sep 21, 2011 11:37 pm c4sc4 File Added: UnhandledErrors.txt
Sep 22, 2011 6:24 am tigersfan Note Added: 0013322
Sep 22, 2011 6:25 am tigersfan Internal Weight => Fix ASAP
Sep 22, 2011 6:25 am tigersfan Assigned To => Chris_McElligottPark
Sep 22, 2011 6:25 am tigersfan Status new => assigned
Sep 22, 2011 9:02 am Chris_McElligottPark Note Added: 0013323
Sep 22, 2011 9:02 am Chris_McElligottPark Status assigned => resolved
Sep 22, 2011 9:02 am Chris_McElligottPark Fixed in Version => 0.419
Sep 22, 2011 9:02 am Chris_McElligottPark Resolution open => fixed
Sep 22, 2011 9:50 am keith.lamothe Note Added: 0013326
Sep 22, 2011 9:50 am Chris_McElligottPark Note Added: 0013327
Apr 14, 2014 9:27 am Chris_McElligottPark Category Bug - Crash or Exception => Crash/Exception