Kicked for RPC Error in MoveItemError
I'm getting kicked from the server when stacking or unstacking 4MM Smoke Grenade how do I fix this issue ?
AssertionException: Assertion failure. Value was False
Expected: True
split_Amount <= 0
[NAME&IP]  kicked: RPC Error in MoveItem
Same like tf
I have mine stacked to 1000 with no problems, check your config for errors, have you got the name right ? its
40mm Smoke Grenadeammo.grenadelauncher.smoke915408809 
are you using stackall?
RealityGamez
are you using stackall?

As i dont want everything stacked to a set amount the answer is no, I set the amounts of every item in the data config and set specific ones in chat using /stack <item name> amount when i want to increase/decrease the amount of that item.

Hello! I am new to the whole Rust server hosting thingy, so bear with me. I've tried to get the plugin to work but it seems that whenever I try to move anything in my inventory, I get kicked out of the server, with the message "RPC Error in MoveItem". The message, in the console, is always preceded by
"AssertionException: Assertion failrue. Value was False
Exception: True
split_Amount <= 0"

I don't really know what else I'm supposed to do, so any help is appreciated!

Are you using the latest plugin version v3.1.0? The plugin doesn't touch MoveItem anymore, unless splitting items is the issue not moving them. Please ensure you're using the latest version, also try unloading the plugin and deleting your config and data file (after making a backup if you have customizations) and loading the plugin again.I'll try to reproduce and fix ASAP.

EI27SKePFohEjAl.jpg AnExiledGod

Are you using the latest plugin version v3.1.0? The plugin doesn't touch MoveItem anymore, unless splitting items is the issue not moving them. Please ensure you're using the latest version, also try unloading the plugin and deleting your config and data file (after making a backup if you have customizations) and loading the plugin again.I'll try to reproduce and fix ASAP.

Just checked, the server says v3.1.0. Before jumping into it, how do you recommend I make the settings? Using the console comands, the config file or the file located in the data folder?

same error with plugin version v3.1.0

If your only setting categories and a few individual item overrides use commands or config. They work the same, commands just make it a little easier for most.If setting most items and not categories then the data file

i have this error when i move item

(19:43:20) | Failed to call hook 'CanMoveItem' on plugin 'ChestStacks v1.3.3' (AssertionException: Assertion failure. Value was False
Expected: True
split_Amount <= 0)
  at UnityEngine.Assertions.Assert.Fail (System.String message, System.String userMessage) [0x00043] in <0b31faaf1c50461d95c83ac166a20393>:0 
  at UnityEngine.Assertions.Assert.IsTrue (System.Boolean condition, System.String message) [0x0000f] in <0b31faaf1c50461d95c83ac166a20393>:0 
  at Item.SplitItem (System.Int32 split_Amount) [0x00000] in <a58b40606753494fb482bd60b49401b0>:0 
  at Oxide.Plugins.ChestStacks.CanMoveItem (Item movedItem, PlayerInventory playerInventory, System.UInt32 targetContainerID, System.Int32 targetSlot, System.Int32 amount) [0x0012d] in <6b9139f46a534c0eb12f8125b298207a>:0 
  at Oxide.Plugins.ChestStacks.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000cd] in <6b9139f46a534c0eb12f8125b298207a>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <3606d2af539c45e4b5c61658e6a8b307>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <c2afd8354b8b4f3ca451cf5a1aa111c3>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <c2afd8354b8b4f3ca451cf5a1aa111c3>:0
(19:43:21) | AssertionException: Assertion failure. Value was False
Expected: True
split_Amount <= 0​

Does everyone getting this error have chest stacks? That's not my plugin, I do not provide support for it. However if the plugin is conflicting with mine in a way I can and should fix, I'll try to do so soon. My bet is cheststacks made the mistake though. I don't even use MoveItem. And MoveItem is volatile so if used incorrectly might cause issues. Ill see if I can do anything. Until then remove chest stacks if you can and the error should be resolved

sorry for this ticket

VV5ochMkyIq1j4u.jpg AnExiledGod

Does everyone getting this error have chest stacks? That's not my plugin, I do not provide support for it. However if the plugin is conflicting with mine in a way I can and should fix, I'll try to do so soon. My bet is cheststacks made the mistake though. I don't even use MoveItem. And MoveItem is volatile so if used incorrectly might cause issues. Ill see if I can do anything. Until then remove chest stacks if you can and the error should be resolved

I don't have chest stacks. I tried to reconfig the plugin and now it works. However, the config file reset after a server restart. The plugin works as intended though, with the settings I have provided.