InvalidCastException at GetConfigValueNot An Issue
I've always been a fan of this mod, but this time after a long time I started a server.
but this time an error appears while starting the mod, how could I solve this.
Thank you in advance.
************************************************************************

Failed to initialize plugin 'GatherManager v2.2.61' (InvalidCastException: Invalid cast from 'System.Int32' to 'System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]'.)
at System.Convert.DefaultToType (System.IConvertible value, System.Type targetType, System.IFormatProvider provider) [0x00269] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.Int32.System.IConvertible.ToType (System.Type type, System.IFormatProvider provider) [0x00000] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.Convert.ChangeType (System.Object value, System.Type conversionType, System.IFormatProvider provider) [0x0021b] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x0000c] in <ac823e2bb42b41bda67924a45a0173c3>:0
at Oxide.Plugins.GatherManager.GetConfigValue[T] (System.String category, System.String setting, T defaultValue) [0x00040] in <c1639b5758b64b7fbffd1382ef2ab5d3>:0
at Oxide.Plugins.GatherManager.LoadConfigValues () [0x00036] in <c1639b5758b64b7fbffd1382ef2ab5d3>:0
at Oxide.Plugins.GatherManager.Init () [0x00000] in <c1639b5758b64b7fbffd1382ef2ab5d3>:0
at Oxide.Plugins.GatherManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00038] in <c1639b5758b64b7fbffd1382ef2ab5d3>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <4452f821def6406d834e4149849fe7ea>:0

Merged post

ps: I am using RSM rust server manager
never used RSM so i cant comment on that,but are you on the latest version of Oxide as GatherManager works fine with no issues whatsoever on my server.
Looks like you have incorrectly configured your plugin. Please ensure your plugin config is compatible with the expected layout.
Locked automatically