AddOnSkins icon indicating copy to clipboard operation
AddOnSkins copied to clipboard

elvui + arkinventory error

Open Medivha opened this issue 2 years ago • 6 comments

when you have the checkmark activated for arkinventory under elvui->addonsskins it produces this error when opening arkinventory when i uncheck it no errors on arkinventory side


1204x Usage: self:SetNormalTexture(asset)
[string "=[C]"]: in function `SetNormalTexture'
[string "@Interface/AddOns/AddOnSkins/Skins/AddOns/ArkInventory.lua"]:83: in function <...face/AddOns/AddOnSkins/Skins/AddOns/ArkInventory.lua:73>
[string "=[C]"]: in function `Frame_Item_Update_Border'
[string "@Interface/AddOns/ArkInventory/Core/ArkInventory.lua"]:9291: in function `Frame_Item_Update'
[string "@Interface/AddOns/ArkInventory/Core/ArkInventory.lua"]:6411: in function `Frame_Bar_DrawItems'
[string "@Interface/AddOns/ArkInventory/Core/ArkInventory.lua"]:5662: in function `Frame_Container_Draw'
[string "@Interface/AddOns/ArkInventory/Core/ArkInventory.lua"]:4255: in function `Frame_Main_Draw_Threaded'
[string "@Interface/AddOns/ArkInventory/Core/ArkInventory.lua"]:4182: in function <Interface/AddOns/ArkInventory/Core/ArkInventory.lua:4181>

Locals:
(*temporary) = "Usage: self:SetNormalTexture(asset)"

tested with release version 9.2.7 and alpha version 10.0.0(AddOnSkins-4.60-12-g5a07cbd.zip)

Medivha avatar Oct 26 '22 14:10 Medivha

+1

Calesta avatar Oct 26 '22 21:10 Calesta

Problems stems from something that Addonskins wants to style, that isn't used by ArkInventory

See: https://github.com/arkayenro/arkinventory/issues/1623

BeeJayJayn avatar Oct 27 '22 10:10 BeeJayJayn

just removing the line 83 (addonskins/skins/addons/arkinventory.lua)

frame:SetNormalTexture(nil)

seems to fix it but not sure if it is the correct way to do it because i have no clue what i'm doing but for now no errors and looks like it skinned arkinventory correctly

edit: nvm seems there are more errors when looting something in dungeons ;)

Medivha avatar Oct 30 '22 12:10 Medivha

so idk what changed in the last days if arkinventory did something(even it was mentioned that its not a arkinventory problem) or blizzard changed something but now i get another error

466x Usage: self:SetVertexColor(color [, a])
[string "=[C]"]: ?
[string "=[C]"]: in function `SetVertexColor'
[string "@Interface/SharedXML/Backdrop.lua"]:430: in function `SetBackdropBorderColor'
[string "@Interface/AddOns/AddOnSkins/Skins/AddOns/ArkInventory.lua"]:80: in function <...face/AddOns/AddOnSkins/Skins/AddOns/ArkInventory.lua:73>
[string "=[C]"]: in function `Frame_Item_Update_Border'
[string "@Interface/AddOns/ArkInventory/Core/ArkInventory.lua"]:9318: in function `Frame_Item_Update'
[string "@Interface/AddOns/ArkInventory/Core/ArkInventoryStorage.lua"]:2336: in function `ScanBag_Threaded'
[string "@Interface/AddOns/ArkInventory/Core/ArkInventoryStorage.lua"]:2058: in function <...ace/AddOns/ArkInventory/Core/ArkInventoryStorage.lua:2056>

Locals:
(*temporary) = "Usage: self:SetVertexColor(color [, a])"

or it is just another error on top and the previous one return if this gets fixed?!

Medivha avatar Nov 09 '22 21:11 Medivha

Yep, updated to the newest alpha version that included the fix for the first error, and now we get the second error I posted.

Medivha avatar Nov 23 '22 17:11 Medivha

#89

Medivha avatar Nov 25 '22 02:11 Medivha