Auga icon indicating copy to clipboard operation
Auga copied to clipboard

Incompatibility with Smarter Containers

Open WeaponsPrime opened this issue 2 years ago • 0 comments

Smarter Containers mod adds two crucial buttons (group settings and mass unload) into a chest interface. Project Auga replaces the interface, rendering Smarter Containers partially non-functional, with this error in the log: [Error :Smart Containers Mod] Failed to properly patch GUI with additional buttons: System.NullReferenceException at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component) at SmartContainers.GuiFactory.AddContainerGuiButton (System.String btnObjName, System.String text, UnityEngine.Vector2 size, UnityEngine.Vector2 pos) [0x00007] in <81e45903871245daa05e0e11c3c87312>:0 at SmartContainers.Gui_Patch.AddCreateGroupBtn (InventoryGui __instance) [0x00030] in <81e45903871245daa05e0e11c3c87312>:0 at SmartContainers.Gui_Patch.InitButtons (InventoryGui __instance) [0x00038] in <81e45903871245daa05e0e11c3c87312>:0 Hopefully this is fixable.

WeaponsPrime avatar Dec 11 '22 03:12 WeaponsPrime