lilwhitemouse / RimWorld-LWM.DeepStorage

A mod for the game RimWorld that has a set of Deep Storage Units that allow storing more than one item at a location.
GNU General Public License v3.0
29 stars 36 forks source link

DS not compatible with Mlie's Tab Sorting #103

Open lilwhitemouse opened 3 years ago

lilwhitemouse commented 3 years ago

Some maybe useful logs: https://pastebin.com/GrAsivHX Relevant points:

Failed to find Verse.DesignationCategoryDef named LWM_DS_Storage. There are 25 defs of this type loaded. Verse.Log:Verse.Log.Error_Patch2(String, Boolean) Verse.DefDatabase`1:GetNamed(String, Boolean) LWM.DeepStorage.Settings:DefsLoaded()

[HugsLib][ERR] LWM_DeepStorage caused an exception during OnDefsLoaded: System.NullReferenceException: Object reference not set to an instance of an object at Verse.DefDatabase`1[T].Add (T def) [0x00069] in :0 at LWM.DeepStorage.Settings.ArchitectMenu_Show () [0x0000d] in :0

If the category is not there, maybe I should abandon all architect menu changes?