We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unexpected Lua errors in previously working auras upon updating the addon package to one of the latest alphas.
5.18.0-22-g72d3da5 (alpha)
Cataclysm Classic
EU
I got this issue with only WeakAuras enabled
2x Lua error in aura 'command': Trigger 6 WeakAuras Version: 5.18.0-22-g72d3da5 Aura Version: 1.0.8 Stack trace: [string ""]:17: attempt to index global 'C_IncomingSummon' (a nil value) [string ""]:17: in function <[string ""]:4> [string "=[C]"]: in function `xpcall' [string "@WeakAuras/GenericTrigger.lua"]:720: in function <WeakAuras/GenericTrigger.lua:656> [string "@WeakAuras/GenericTrigger.lua"]:966: in function `ScanEventsInternal' [string "@WeakAuras/GenericTrigger.lua"]:903: in function `ScanEvents' [string "@WeakAuras/GenericTrigger.lua"]:3838: in function <WeakAuras/GenericTrigger.lua:3832> [string "=[C]"]: in function `CameraOrSelectOrMoveStop' [string "CAMERAORSELECTORMOVE"]:4: in function <[string "CAMERAORSELECTORMOVE"]:1> Locals: state = <table> { } event = "UNIT_CHANGED_target" unit = "target" smart = false extraUnit = "" name = "Zerathuul" realm = "PyrewoodVillage" specificUnitCheck = true unitisunit = false class = "DRUID" classification = "normal" raidMarkIndex = 0 raidMark = "" dead = false resurrectPending = false (*temporary) = nil (*temporary) = false (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = "attempt to index global 'C_IncomingSummon' (a nil value)"
The in aura '<blah>' bit is irrelevant same error with a multitude of previously working auras
in aura '<blah>'
Before ca61475
No response
The text was updated successfully, but these errors were encountered:
Maybe this instead?
{ name = "summonPending", display = L["Summon Pending"], type = "tristate", width = WeakAuras.doubleWidth, init = WeakAuras.IsRetail() and "C_IncomingSummon.HasIncomingSummon(unit)" or nil, optional = true, enable = WeakAuras.IsRetail(), hidden = not WeakAuras.IsRetail(), store = true, conditionType = "bool", },
Sorry, something went wrong.
Oh /dump C_EventUtils.IsEventValid("INCOMING_SUMMON_CHANGED") also returns false on Cataclysm Classic
/dump C_EventUtils.IsEventValid("INCOMING_SUMMON_CHANGED")
false
If a function you call with custom code doesn't exists it's not a bug in WeakAuras
ca61475#diff-74981ab15c86143ed223f16f0262d7909123c141f07fa96bd3948b2981668720R2475 its a patch from rivers, in the alpha since yesterday
unit characteristics - disable summon pending for classic
a22897d
since it doesn't exist :< Fixes WeakAuras#5580
3c64fcd
emptyrivers
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Description
Unexpected Lua errors in previously working auras upon updating the addon package to one of the latest alphas.
WeakAuras Version
5.18.0-22-g72d3da5 (alpha)
World of Warcraft Flavor
Cataclysm Classic
World of Warcraft Region
EU
Tested with only WeakAuras
I got this issue with only WeakAuras enabled
Lua Error
The
in aura '<blah>'
bit is irrelevant same error with a multitude of previously working aurasReproduction Steps
Last Good Version
Before ca61475
Screenshots
No response
Export String
No response
Bisector Report
No response
The text was updated successfully, but these errors were encountered: