arkayenro/arkinventory

[BUG] Wrath inventory not refreshing, missing items throwing errors on mouseover

Closed this issue · 3 comments

3.10.17

Wrath

English

Logging into a character produces the following:

Message: Interface/AddOns/ArkInventory/Core/ArkInventory.lua:11641: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target
Time: Tue Oct 10 12:52:59 2023
Count: 1
Stack: Interface/AddOns/ArkInventory/Core/ArkInventory.lua:11641: Usage: SecureHook([object], method, [handler]): Attempting to hook a non existing target
[string "=(tail call)"]: ?
[string "=(tail call)"]: ?
[string "=[C]"]: ?
[string "@Interface/AddOns/ArkInventory/Externals/Ace3/AceHook/AceHook-3.0.lua"]:210: in function <.../ArkInventory/Externals/Ace3/AceHook/AceHook-3.0.lua:118>
[string "@Interface/AddOns/ArkInventory/Externals/Ace3/AceHook/AceHook-3.0.lua"]:340: in function SecureHook' [string "@Interface/AddOns/ArkInventory/Core/ArkInventory.lua"]:11641: in function BlizzardAPIHook'
[string "@Interface/AddOns/ArkInventory/Core/ArkInventory.lua"]:3163: in function <Interface/AddOns/ArkInventory/Core/ArkInventory.lua:3129>
[string "=[C]"]: ?
[string "@Interface/AddOns/ArkInventory/Externals/Ace3/AceAddon/AceAddon-3.0.lua"]:66: in function <...rkInventory/Externals/Ace3/AceAddon/AceAddon-3.0.lua:61>
[string "@Interface/AddOns/ArkInventory/Externals/Ace3/AceAddon/AceAddon-3.0.lua"]:523: in function `EnableAddon'
[string "@Interface/AddOns/ArkInventory/Externals/Ace3/AceAddon/AceAddon-3.0.lua"]:626: in function <...rkInventory/Externals/Ace3/AceAddon/AceAddon-3.0.lua:611>
Locals: (*temporary) = defined =[C]:-1

Upon mouseover on any inventory item that does not exist (i.e. was just auctioned) throws the following:

Message: ...ace/AddOns/ArkInventory/Core/ArkInventoryTooltip.lua:563: attempt to index field 'ARKTTD' (a nil value)
Time: Tue Oct 10 12:55:23 2023
Count: 43
Stack: ...ace/AddOns/ArkInventory/Core/ArkInventoryTooltip.lua:563: attempt to index field 'ARKTTD' (a nil value)
[string "=(tail call)"]: ?
[string "=[C]"]: ?
[string "@Interface/AddOns/ArkInventory/Core/ArkInventoryTooltip.lua"]:563: in function TooltipSet' [string "@Interface/AddOns/ArkInventory/Core/ArkInventory.lua"]:8851: in function Frame_Item_OnEnter'
[string "*ArkInventory.xml:484_OnEnter"]:1: in function <[string "*ArkInventory.xml:484_OnEnter"]:1>

Locals: (*temporary) = true
(*temporary) = defined =[C]:-1

This is live Wrath client with 0 additional addons loaded.

Same errors for me on current wrath client. Using Bagnon as a bandaid solution, but man.. it's just not the same. T_T

3.10.17-alpha-1, currently has the fix for this issue -

duplicate of #1822