I think i have one to add to the list, I can see it's mentioned, but without any console errors posted so i thought i would. Also Raul over at carbon said this is something to do with CCL and UI stuff
[FriendsUI] Error (Value cannot be null.
Parameter name: collection)
at void System.Collections.Generic.List<ulong>.InsertRange(int index, IEnumerable<ulong> collection)
at void System.Collections.Generic.List<ulong>.AddRange(IEnumerable<ulong> collection)
at void Oxide.Plugins.FriendsUI.OpenFriendsMenu(BasePlayer player, int page)+(BaseContainer parent) => { } in /home/container/carbon/plugins/FriendsUI.cs:line 204
at BaseContainer Oxide.Ext.Chaos.UIFramework.BaseContainer.WithChildren(Action<BaseContainer> createAction)
at void Oxide.Plugins.FriendsUI.OpenFriendsMenu(BasePlayer player, int page) in /home/container/carbon/plugins/FriendsUI.cs:line 197
at void Oxide.Plugins.FriendsUI.CommandFriendUI(BasePlayer player, string command, string[] args) in /home/container/carbon/plugins/FriendsUI.cs:line 62
at void Oxide.Game.Rust.Libraries.Command.AddChatCommand(string command, BaseHookable plugin, Action<BasePlayer, string, string[]> callback, string help, object reference, string[] permissions, string[] groups, int authLevel, int cooldown, bool isHidden, bool protected, bool silent)+(Args arg) => { }