lua error when open (offline mode?) another character bag #66


  • Defect
Open
  • n00tme created this issue Dec 11, 2022

    Message: Usage: C_Item.RequestLoadItemDataByID(itemInfo)
    Time: Sun Dec 11 13:40:24 2022
    Count: 2
    Stack: Usage: C_Item.RequestLoadItemDataByID(itemInfo)
    [string "=[C]"]: in function `RequestLoadItemDataByID'
    [string "@Interface/AddOns/Inventorian/Item.lua"]:423: in function `GetInfo'
    [string "@Interface/AddOns/Inventorian/Item.lua"]:111: in function `Update'
    [string "@Interface/AddOns/Inventorian/Item.lua"]:100: in function <Interface/AddOns/Inventorian/Item.lua:98>
    [string "=[C]"]: in function `Show'
    [string "@Interface/AddOns/Inventorian/Item.lua"]:94: in function `Set'
    [string "@Interface/AddOns/Inventorian/ItemContainer.lua"]:146: in function <Interface/AddOns/Inventorian/ItemContainer.lua:139>
    [string "=(tail call)"]: ?
    [string "@Interface/AddOns/Inventorian/ItemContainer.lua"]:219: in function `GenerateItemButtons'
    [string "@Interface/AddOns/Inventorian/ItemContainer.lua"]:129: in function `UpdateBags'
    [string "@Interface/AddOns/Inventorian/Frame.lua"]:403: in function `Update'
    [string "@Interface/AddOns/Inventorian/Frame.lua"]:539: in function `SetPlayer'
    [string "@Interface/AddOns/Inventorian/Frame.lua"]:479: in function `func'
    [string "@Interface/SharedXML/UIDropDownMenu.lua"]:1007: in function `UIDropDownMenuButton_OnClick'
    [string "*UIDropDownMenuTemplates.xml:136_OnClick"]:1: in function <[string "*UIDropDownMenuTemplates.xml:136_OnClick"]:1>

    Locals: (*temporary) = "Usage: C_Item.RequestLoadItemDataByID(itemInfo)"

  • n00tme added a tag Defect Dec 11, 2022
  • n00tme posted a comment Dec 11, 2022

    It looks like the saving of items is not quite correct

    original and saved

  • n00tme posted a comment Dec 11, 2022

    Inventorian\libs\LibItemCache-1.1\Core

     

    local PetDataFormat = '^' .. strrep('%d+:', 6) .. '%d+$'

    -->>

    local PetDataFormat = strrep('%d+:', 6) .. '%d+$'

     

    fixed, but I don't know if it breaks something else


To post a comment, please login or register a new account.