Thank you I found the error, the error is caused by lua, in "ItemsManager.GetItemSpell(string itemNameInGame)" I use "Lua.LuaDoString<string>(string.Format("return GetItemSpell('{0}');", itemNameInGame.Replace("'", @"\'")));", and lua return result like "Mount Name#||#", "#||#" is used by wrobot to separe values when lua return array.
Wait next update for the fix