RimWorld

RimWorld

Awesome Inventory Forked
Miso Sep 4, 2023 @ 8:17am
Game froze and the process needed to be killed
My game just froze and I had to kill the process. This was in the log, same messages repeating indefinitelly:

```
Exception filling window for AwesomeInventory.UI.Dialog_InventoryOverview: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].ThrowKeyNotFoundException () [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].get_Item (TKey key) [0x0000b] in <eae584ce26bc40229c1b1aa476bfa589>:0
at AwesomeInventory.UI.InventoryTab+<>c__DisplayClass10_0.<DrawInventoryList>b__0 (UnityEngine.Rect canvas, Verse.Thing thing, System.Int32 index) [0x00008] in <665e81320e0546dfb6a57a0472698273>:0
at AwesomeInventory.UI.SearchableList.Draw[T] (UnityEngine.Rect outRect, System.Single rowHeight, System.Action`3[T1,T2,T3] drawRow, UnityEngine.Vector2& scrollPos, System.Single listLength, System.Collections.Generic.IEnumerable`1[T] listItems, System.String& searchText) [0x000fe] in <665e81320e0546dfb6a57a0472698273>:0
at AwesomeInventory.UI.InventoryTab.DrawInventoryList (System.String label, UnityEngine.Rect rect, System.Collections.Generic.List`1[T] items, UnityEngine.Vector2& scrollPos, System.Single listLength, System.String& searchText, System.Boolean inSlot) [0x0003f] in <665e81320e0546dfb6a57a0472698273>:0
at AwesomeInventory.UI.InventoryTab.DoTabContent (UnityEngine.Rect rect) [0x00061] in <665e81320e0546dfb6a57a0472698273>:0
at AwesomeInventory.UI.Dialog_InventoryOverview.DoWindowContents (UnityEngine.Rect inRect) [0x00131] in <665e81320e0546dfb6a57a0472698273>:0
at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x001d3] in <1dad40360e2d4f48bd9e4b385d72f9eb>:0
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)

GUI Error: You are pushing more GUIClips than you are popping. Make sure they are balanced.
(Filename: Line: 580)
```
Last edited by Miso; Sep 17, 2023 @ 3:09pm