arkayenro / arkinventory

A World of Warcraft Inventory mod for Retail, Burning Crusade, and Classic
102 stars 14 forks source link

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

Closed falcon1209 closed 8 months ago

falcon1209 commented 9 months ago

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 "@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 functionBlizzardAPIHook' [string "@Interface/AddOns/ArkInventory/Core/ArkInventory.lua"]:3163: in function <Interface/AddOns/ArkInventory/Core/ArkInventory.lua:3129>

[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 "@Interface/AddOns/ArkInventory/Core/ArkInventoryTooltip.lua"]:563: in function TooltipSet' [string "@Interface/AddOns/ArkInventory/Core/ArkInventory.lua"]:8851: in functionFrame_Item_OnEnter'

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

This is live Wrath client with 0 additional addons loaded.

wendybird commented 9 months ago

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

arkayenro commented 9 months ago

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

arkayenro commented 9 months ago

duplicate of #1822