Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new buff causing issues with lua #420

Closed
xapollyon opened this issue May 6, 2023 · 1 comment
Closed

new buff causing issues with lua #420

xapollyon opened this issue May 6, 2023 · 1 comment
Labels

Comments

@xapollyon
Copy link

there is a new buff causing the following errors: - the buff us : New Niffen No-Sniffin' Tonic (amongst others)

Is there a way of incorporating aninput where we can add new buffs, items buffs , etc so the addon will see new buffs and not crash?

6x AdiButtonAuras/core/Items.lua:86: attempt to call upvalue 'BuildDesc' (a nil value)
[string "@AdiButtonAuras/core/Items.lua"]:86: in function <AdiButtonAuras/core/Items.lua:67>
[string "@AdiButtonAuras/core/Items.lua"]:104: in function <AdiButtonAuras/core/Items.lua:102>
[string "@AdiButtonAuras/core/Utils.lua"]:48: in function <AdiButtonAuras/core/Utils.lua:46>
[string "@AdiButtonAuras/core/Items.lua"]:122: in function <AdiButtonAuras/core/Items.lua:120>
[string "@AdiButtonAuras/core/Core.lua"]:423: in function GetActionConfiguration' [string "@AdiButtonAuras/core/Overlays.lua"]:270: in function <AdiButtonAuras/core/Overlays.lua:269> [string "=(tail call)"]: ? [string "=(tail call)"]: ? [string "=[C]"]: ? [string "@Bartender4/libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...er4/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:15> [string "@Bartender4/libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function Fire'
[string "@Bartender4/libs/LibActionButton-1.0-106/LibActionButton-1.0.lua"]:1742: in function `method'
[string "@Bartender4/libs/LibActionButton-1.0-106/LibActionButton-1.0.lua"]:1179: in function <...er4/libs/LibActionButton-1.0/LibActionButton-1.0.lua:1176>
[string "@Bartender4/libs/LibActionButton-1.0-106/LibActionButton-1.0.lua"]:1272: in function <...er4/libs/LibActionButton-1.0/LibActionButton-1.0.lua:1250>

Locals:
itemId = 86573
buffName = "Flesh to Stone"
name = "Shard of Archstone"
_ = "|cff0070dd|Hitem:86573::::::::70:253:::::::::|h[Shard of Archstone]|h|r"
_ = 3
_ = 1
_ = 1
_ = "Miscellaneous"
_ = "Other"
_ = 1
_ = ""
_ = 135241
_ = 0
itemClassId = 15
token = "ally"
filter = "HELPFUL PLAYER"
highlight = "good"
rule =

{
events =
{
}
keys =
{
}
handlers =
{
}
name = "Shard of Archstone"
units =
{
}
}
(for index) = 1
(for limit) = 1
(for step) = 1
i = 1
buffId = 127249
key = "item:86573:ally:HELPFUL PLAYER:good:127249"
(*temporary) = nil
(*temporary) = "HELPFUL PLAYER"
(*temporary) = "good"
(*temporary) = "ally"
(*temporary) = 127249
(*temporary) = "attempt to call upvalue 'BuildDesc' (a nil value)"
GetItemInfo = defined =[C]:-1
GetItemTargetFilterAndHighlight = defined @AdiButtonAuras/core/Items.lua:47
select = defined =[C]:-1
BuildKey = defined @AdiButtonAuras/core/Utils.lua:86
BuildDesc = nil
format = defined =[C]:-1
LIBVer = 9
LibItemBuffs =
{
enchantments =
{
}
__itemBuffs =
{
}
GetDatabaseVersion = defined @AdiButtonAuras/libs/LibItemBuffs-1.0/LibItemBuffs-1.0.lua:143
slots =
{
}
GetInventorySlotList = defined @AdiButtonAuras/libs/LibItemBuffs-1.0/LibItemBuffs-1.0.lua:101
IsItemBuff = defined @AdiButtonAuras/libs/LibItemBuffs-1.0/LibItemBuffs-1.0.lua:41
GetBuffItemID = defined @AdiButtonAuras/libs/LibItemBuffs-1.0/LibItemBuffs-1.0.lua:84
GetBuffInventorySlot = defined @AdiButtonAuras/libs/LibItemBuffs-1.0/LibItemBuffs-1.0.lua:49
__UpgradeDatabase = defined @AdiButtonAuras/libs/LibItemBuffs-1.0/LibItemBuffs-1.0.lua:148
__databaseVersion = 201809090817229
trinkets =
{
}
GetItemBuffs = defined @AdiButtonAuras/libs/LibItemBuffs-1.0/LibItemBuffs-1.0.lua:109
consumables =
{
}
}
descriptions =
{
}
tinsert = defined =[C]:-1
BuildBuffIdHandler = defined @AdiButtonAuras/core/Items.lua:55

@xapollyon xapollyon added the bug label May 6, 2023
@Rainrider
Copy link
Member

  1. New Niffen No-Sniffin' Tonic is not causing any problems (verified in game).
  2. Flesh of Stone is displayed on Shard of Archstone (verified in game).
  3. I cannot reproduce the error you posted, please delete your local copy of ABA and reinstall from curseforge.
  4. Issue templates do make bug reports more readable. Please try to use that the next time you post an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants