NullReferenceException at PluginConfig.GetPanelSettingsValueNot An Issue
EDIT: So it seems that Hooks are currently disabled due to patcher issues ah :( Need to wait for another oxide update or plugin update?

List of errors i am seeing in the rcon:

Failed to call hook 'OnServerInitialized' on plugin 'InfoPanel v0.9.9' (FormatException: Input string was not in a correct format.) at System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00057] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
at System.Number.ParseInt32 (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00013] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
at System.Int32.Parse (System.String s, System.Globalization.NumberStyles style, System.IFormatProvider provider) [0x0000e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
at System.Convert.ToInt32 (System.String value, System.IFormatProvider provider) [0x00005] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
at System.String.System.IConvertible.ToInt32 (System.IFormatProvider provider) [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
at System.Convert.ChangeType (System.Object value, System.Type conversionType, System.IFormatProvider provider) [0x0011a] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
at Oxide.Plugins.InfoPanel+PluginConfig.GetPanelSettingsValue[T] (System.String Panel, System.String Setting, T defaultValue) [0x00037] in :0
at Oxide.Plugins.InfoPanel.OnServerInitialized () [0x00108] in :0
at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0046e] in :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.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0

as well as this when a player joins:

Failed to run a 1.00 timer in 'InfoPanel v0.9.9' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.InfoPanel.InitializeGUI (BasePlayer player) [0x00203] in :0
at Oxide.Plugins.InfoPanel.GUITimerInit (BasePlayer player) [0x00080] in :0
at Oxide.Plugins.InfoPanel+c__AnonStorey1.<>m__1 () [0x00000] in :0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <4452f821def6406d834e4149849fe7ea>:0


Halp!
Getting the same thing, just tagging along in the thread hoping for a fix
In response to tbird412 ():
Getting the same thing, just tagging along in the thread hoping for a fix
I am not having any problems with the plugin after yesterdays and todays (small) patch,

(23:13:11) | Protocol: 2180.180.1

Build Date: 07/06/2019 09:54:35

Unity Version: 2019.1.4f1

Changeset: 37098

Branch: release

(23:13:33) | Oxide.Rust Version: 2.0.4249

This error in the first post means that a message was not formatted right, it doesn't have anything to do with any hooks and no hooks that this plugin uses are disabled either. A hook is something that gets called to trigger code, this is clearly being triggered as you see an error.

What the error is saying though is that one of your values configured/used is not correct and not as expected, and it can't format the message using that value. Looking at it in more detail, you can see that it has to do with your panel configuration settings, so I'd suggest checking those to make sure they are valid and follow the default format of the config file.
Locked automatically