IndexOutOfRangeException at VendingData.GetResistancesFixed
Fresh install of plugin and no alteration of config file.

This is what my log is showing: 

[SERVER v1.0.20] Console: VendingManager.cs(92,14): warning CS0114: `Oxide.Plugins.VendingManager.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
/home/tcagame/5186/4617/Oxide.Core.dll (Location of the symbol related to previous warning)
VendingManager.cs(234,14): warning CS0114: `Oxide.Plugins.VendingManager.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
/home/tcagame/5186/4617/Oxide.Core.dll (Location of the symbol related to previous warning)
VendingManager.cs(60,38): warning CS0414: The private field `Oxide.Plugins.VendingManager.oldlocks' is assigned but its value is never used

Any ideas?
None of that log portion is errors, only warnings that are not hurting anything. Check your other oxide/logs file for the actual, full error.
Ok here's the error from the log...
17:36 [Error] Failed to call hook 'OnServerInitialized' on plugin 'VendingManager v0.2.6' (IndexOutOfRangeException: Index was outside the bounds of the array.)
  at Oxide.Plugins.VendingManager+VendingData.GetResistances () [0x0003b] in <d8a226758e2e49708a4c970985e16ebe>:0
  at Oxide.Plugins.VendingManager.Set (VendingMachine vm, System.Boolean lockable, System.Single health, System.Boolean restoreProtection) [0x000a1] in <d8a226758e2e49708a4c970985e16ebe>:0
  at Oxide.Plugins.VendingManager.SetAll (System.Boolean lockable, System.Single health) [0x00020] in <d8a226758e2e49708a4c970985e16ebe>:0
  at Oxide.Plugins.VendingManager.OnServerInitialized () [0x0000f] in <d8a226758e2e49708a4c970985e16ebe>:0
 at Oxide.Plugins.VendingManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0047e] in <d8a226758e2e49708a4c970985e16ebe>: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​
Failed to call hook 'OnServerInitialized' on plugin 'VendingManager v0.2.6' (IndexOutOfRangeException: Index was outside the bounds of the array.) at Oxide.Plugins.VendingManager+VendingData.GetResistances () [0x0003b] in <0cbdca65dc694484bfa822cba6e31753>:0
at Oxide.Plugins.VendingManager.Set (VendingMachine vm, System.Boolean lockable, System.Single health, System.Boolean restoreProtection) [0x000a1] in <0cbdca65dc694484bfa822cba6e31753>:0
at Oxide.Plugins.VendingManager.SetAll (System.Boolean lockable, System.Single health) [0x00020] in <0cbdca65dc694484bfa822cba6e31753>:0
at Oxide.Plugins.VendingManager.OnServerInitialized () [0x0000f] in <0cbdca65dc694484bfa822cba6e31753>:0
at Oxide.Plugins.VendingManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0047e] in <0cbdca65dc694484bfa822cba6e31753>: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
Same here^
Someone an idea?
i got this message when installing the vending manager plugin any idea how to fix it thanks
getting the same thing.
Failed to call hook 'Unload' on plugin 'VendingManager v0.2.6' (IndexOutOfRangeException: Index was outside the bounds of the array.)
at Oxide.Plugins.VendingManager+VendingData.GetResistances () [0x0003b] in <1f50d555f2e94ee1a194fc6290cb4186>:0
at Oxide.Plugins.VendingManager.Set (VendingMachine vm, System.Boolean lockable, System.Single health, System.Boolean restoreProtection) [0x000a1] in <1f50d555f2e94ee1a194fc6290cb4186>:0
at Oxide.Plugins.VendingManager.SetAll (System.Boolean lockable, System.Single health) [0x00020] in <1f50d555f2e94ee1a194fc6290cb4186>:0
at Oxide.Plugins.VendingManager.Unload () [0x0001d] in <1f50d555f2e94ee1a194fc6290cb4186>:0
at Oxide.Plugins.VendingManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00393] in <1f50d555f2e94ee1a194fc6290cb4186>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <70dc8de1abd4423db5f501c6845edf22>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <ac41dd3599754d448b8c218b34645820>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <ac41dd3599754d448b8c218b34645820>:0
Hi Guys,
after loading i get the following error. Any idea on how to fix it?

 Failed to call hook 'OnServerInitialized' on plugin 'VendingManager v0.2.7' (IndexOutOfRangeException: Index was outside the bounds of the array.)
  at Oxide.Plugins.VendingManager+VendingData.GetResistances () [0x0003b] in <433d370a9dc440219eb1904b9f4c42ec>:0 
  at Oxide.Plugins.VendingManager.Set (VendingMachine vm, System.Boolean lockable, System.Single health, System.Boolean restoreProtection) [0x000a1] in <433d370a9dc440219eb1904b9f4c42ec>:0 
  at Oxide.Plugins.VendingManager.SetAll (System.Boolean lockable, System.Single health) [0x00020] in <433d370a9dc440219eb1904b9f4c42ec>:0 
  at Oxide.Plugins.VendingManager.OnServerInitialized () [0x0000f] in <433d370a9dc440219eb1904b9f4c42ec>:0 
  at Oxide.Plugins.VendingManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00248] in <433d370a9dc440219eb1904b9f4c42ec>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d09a1f46ca2f4432811bcfe45ad13c7b>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <cf88a28c7fb44d36890d85a78331cc9d>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cf88a28c7fb44d36890d85a78331cc9d>:0​
hey meiner please make a new thread instead bumping those that are 3 months old... Anyways ill have a look at the error and get back to you if i can find a fix.
5b87c103a7ed5.jpg Whispers88
hey meiner please make a new thread instead bumping those that are 3 months old... Anyways ill have a look at the error and get back to you if i can find a fix.
The thread was merged as it was still relevant and not marked as solved or fixed.
I have the same error.
Fixed in latest patch
Locked automatically