RimWorld

RimWorld

Combat Extended [1.4]
z23 2 Nov, 2022 @ 2:48pm
Inventory error with mod, patch does not seem to help
Hey, currently trying my damndest to make a patch for Beta's Girls und Panzer Hair and Apparel (currently just for personal use until they respond if it's cool for me to upload), but first I gotta get the damn thing working.

My main problem thusfar has been the fact that the inventory system does not display ammo and tends to disallow me from interacting with practically anything while open, and the only thing I can find in my error log that seems to be related is as follows:
-----
Exception filling tab CombatExtended.ITab_Inventory: System.NullReferenceException: Object reference not set to an instance of an object
at Verse.ThingDef.get_DescriptionDetailed () [0x000d2] in <81af9f8a18324e17b286924a43555a7c>:0
at Verse.Thing.get_DescriptionDetailed () [0x00000] in <81af9f8a18324e17b286924a43555a7c>:0
at RimWorld.Apparel.get_DescriptionDetailed () [0x00000] in <81af9f8a18324e17b286924a43555a7c>:0
at CombatExtended.ITab_Inventory.DrawThingRowCE (System.Single& y, System.Single width, Verse.Thing thing, System.Boolean showDropButtonIfPrisoner) [0x0057c] in <1cc7ff8d5fd44d598c347a7b2ecfd4e7>:0
at CombatExtended.ITab_Inventory.FillTab () [0x005ec] in <1cc7ff8d5fd44d598c347a7b2ecfd4e7>:0
at Verse.InspectTabBase+<>c__DisplayClass14_0.<DoTabGUI>b__0 () [0x00039] in <81af9f8a18324e17b286924a43555a7c>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.Log:ErrorOnce (string,int)
Verse.InspectTabBase/<>c__DisplayClass14_0:<DoTabGUI>b__0 ()
Verse.ImmediateWindow:DoWindowContents (UnityEngine.Rect)
Verse.Window:InnerWindowOnGUI (int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)
-----
Any help would be appreciated, cheers