Console spam with new updateFixed

Hello, getting the following error with the recent update v1.6.0

 Failed to call hook 'CanMoveItem' on plugin 'ChestStackMultiplier v1.6.0' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.ChestStackMultiplier.CanMoveItem (Item movedItem, PlayerInventory playerInventory, ItemContainerId targetContainerID, System.Int32 targetSlot, System.Int32 amount) [0x000ae] in <7391ff4d47b340229a90a0d74b0a4387>:0 
  at Oxide.Plugins.ChestStackMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00148] in <7391ff4d47b340229a90a0d74b0a4387>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <18d4f19bbc844191b11ed9e69284d09b>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0

I can't reproduce the issue. DM me in Discord: monah_rasta

same

Failed to call hook 'CanMoveItem' on plugin 'ChestStackMultiplier v1.6.0' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.ChestStackMultiplier.CanMoveItem (Item movedItem, PlayerInventory playerInventory, ItemContainerId targetContainerID, System.Int32 targetSlot, System.Int32 amount) [0x000ae] in <7ab7d620482648fba1ca94fb6aca2ca1>:0
at Oxide.Plugins.ChestStackMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00148] in <7ab7d620482648fba1ca94fb6aca2ca1>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <18d4f19bbc844191b11ed9e69284d09b>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0
NLc0Z65R1OIbS7n.png MONaH

I can't reproduce the issue. DM me in Discord: monah_rasta

Hey it happens when stacked items are taken from the backpack and also when admins take stacked items from the inventory of other players.

Hello i have this in my console :

(19:15:29) | Failed to call hook 'CanMoveItem' on plugin 'ChestStackMultiplier v1.6.0' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.ChestStackMultiplier.CanMoveItem (Item movedItem, PlayerInventory playerInventory, ItemContainerId targetContainerID, System.Int32 targetSlot, System.Int32 amount) [0x000ae] in <efa7a82cf44f4c86aaf09fe48c4f3518>:0

at Oxide.Plugins.ChestStackMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00148] in <efa7a82cf44f4c86aaf09fe48c4f3518>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <18d4f19bbc844191b11ed9e69284d09b>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0

Is possible to fix this :
Calling hook OnMaxStackable resulted in a conflict between the following plugins: StackSizeController - 200 (Int32), ChestStackMultiplier (20000 (Int32))

NullReferenceException should be fixed in the latest version.
@Bastos not plugin issue.

i delete your plugin, replace by another plugins and thx for helping.

Locked automatically