#Help Interpreting Weakauras Profiling Output

6 messages · Page 1 of 1 (latest)

nimble wasp
#

The *Shadow *weakaura is giving me a LUA error as follows.

4x Lua error in aura 'Shadow': Custom Grow
WeakAuras Version: 5.4.4
Aura Version: 1.0.2
[string "return function(newPositions, activeRegions..."]:32: attempt to index field '?' (a nil value)
[string "return function(newPositions, activeRegions)"]:32: in function <[string "return function(newPositions, activeRegions..."]:1>
[string "=[C]"]: in function `xpcall'
[string "@WeakAuras/RegionTypes/DynamicGroup.lua"]:936: in function `growFunc'
[string "@WeakAuras/RegionTypes/DynamicGroup.lua"]:1416: in function `DoPositionChildren'
[string "@WeakAuras/RegionTypes/DynamicGroup.lua"]:1289: in function `PositionChildren'
[string "@WeakAuras/RegionTypes/DynamicGroup.lua"]:1270: in function `SortUpdatedChildren'
[string "@WeakAuras/RegionTypes/DynamicGroup.lua"]:1228: in function `DeactivateChild'
[string "@WeakAuras/RegionTypes/RegionPrototype.lua"]:732: in function <...aceWeakAuras/RegionTypes/RegionPrototype.lua:705>
[string "@WeakAuras/RegionTypes/RegionPrototype.lua"]:775: in function `Collapse'
[string "@WeakAuras/WeakAuras.lua"]:4510: in function `UpdatedTriggerState'
[string "@WeakAuras/WeakAuras.lua"]:1342: in function `Pause'
[string "@WeakAurasOptions/WeakAurasOptions.lua"]:773: in function `ShowOptions'
[string "@WeakAurasOptions/WeakAurasOptions.lua"]:612: in function `ToggleOptions'
[string "@WeakAuras/WeakAuras.lua"]:155: in function `OpenOptions'
[string "@WeakAuras/WeakAuras.lua"]:197: in function `?'
[string "@FrameXML/ChatFrame.lua"]:5242: in function `ChatEdit_ParseText'
[string "@FrameXML/ChatFrame.lua"]:4900: in function `ChatEdit_SendText'
[string "@FrameXML/ChatFrame.lua"]:4936: in function <FrameXML/ChatFrame.lua:4932>
[string "=[C]"]: in function `ChatEdit_OnEnterPressed'
[string "*ChatFrame.xml:133_OnEnterPressed"]:1: in function <[string "*ChatFrame.xml:133_OnEnterPressed"]:1>
merry fractal
#

there's nothing out of order in that profiling result

#

if you want any of us to fix the error you may share that particular aura

#

!linkit

trail siloBOT
#

WeakAuras doesn't show anything by default, it's just the framework that lets you import or create "Auras" to display things. If you're having an issue with an Aura, and/or want opinions on it, then you need to share the specific Aura. The best way to do this is to link it through https://wago.io/.

If you only imported the aura, you may right click the aura in-game and select Copy URL and paste it here. If you have modified the aura or created your own, you may instead select Export to string... and upload the string to https://wago.io/. This does not require an account.
You can now paste the import string directly into Discord (with no other text, only the string) and a bot will import it for you and link the wago.

nimble wasp