WeakAuras / WeakAuras2

World of Warcraft addon that provides a powerful framework to display customizable graphics on your screen.
https://weakauras.wtf
GNU General Public License v2.0
1.29k stars 317 forks source link

Lua Error for 'Tracking: HWH': Trigger #5483

Closed avrosati closed 17 hours ago

avrosati commented 17 hours ago

Is there an existing issue for this?

Description

Lua error pops up in BugSack upon loading of the game:

28x Lua error in aura 'Tracking: HWH': Trigger 1 WeakAuras Version: 5.17.2 Aura Version: 1.0.25

WeakAuras Version

5.17.2

World of Warcraft Flavor

Retail (Default)

World of Warcraft Region

US/NA

Tested with only WeakAuras

I got this issue with only WeakAuras enabled

Lua Error

28x Lua error in aura 'Tracking: HWH': Trigger 1
WeakAuras Version: 5.17.2
Aura Version: 1.0.25
Stack trace:
[string "return function(event, ...)"]:5: table index is nil
[string "return function(event, ...)"]:5: in function <[string "return function(event, ...)"]:1>
[string "=[C]"]: in function `xpcall'
[string "@WeakAuras/GenericTrigger.lua"]:752: in function <WeakAuras/GenericTrigger.lua:657>
[string "@WeakAuras/GenericTrigger.lua"]:933: in function `ScanEventsInternal'
[string "@WeakAuras/GenericTrigger.lua"]:878: in function `ScanEvents'
[string "return function() local region = WeakAuras.GetRegion(aura_env.id, aura_env.cloneId)"]:4: in function <[string "return function() local region = WeakAuras...."]:1>
[string "=[C]"]: in function `xpcall'
[string "@WeakAuras/WeakAuras.lua"]:3794: in function `PerformActions'
[string "@WeakAuras/RegionTypes/RegionPrototype.lua"]:1017: in function `Expand'
[string "@WeakAuras/WeakAuras.lua"]:4721: in function <WeakAuras/WeakAuras.lua:4713>
[string "@WeakAuras/WeakAuras.lua"]:4805: in function <WeakAuras/WeakAuras.lua:4771>
[string "@WeakAuras/WeakAuras.lua"]:4915: in function `UpdatedTriggerState'
[string "@WeakAuras/GenericTrigger.lua"]:1143: in function `ScanWithFakeEvent'
[string "@WeakAuras/GenericTrigger.lua"]:1476: in function `LoadDisplays'
[string "@WeakAuras/WeakAuras.lua"]:2024: in function `LoadDisplays'
[string "@WeakAuras/WeakAuras.lua"]:1805: in function <WeakAuras/WeakAuras.lua:1648>
[string "@WeakAuras/WeakAuras.lua"]:2001: in function `Resume'
[string "@WeakAuras/WeakAuras.lua"]:1291: in function <WeakAuras/WeakAuras.lua:1249>

Locals:
event = "HWH_TRACKING"
clone = nil
value = 1
(*temporary) = <table> {
 config = <table> {
 }
 id = "Tracking: HWH"
 region = Frame {
 }
 db = <table> {
 }
 langDB = <table> {
 }
}
(*temporary) = <table> {
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "table index is nil"

Reproduction Steps

Errors upon game loading... will trigger additional instances of error during game play.

Last Good Version

Whichever version DragonIsles expansion finisihed on (don't remember version number)

Screenshots

No response

Export String

No response

Bisector Report

Bisect results:

report version: 2
addon version: v1.3.0
mode at print: done
bisect origin: cli
last test result: bad
Bisect took 1 out of (6-98) steps
Hints taken: 1
Addons ruled out: 48
Addons proved: 0

Narrowest set of addons that reproduces the issue:
|-- H:WeakAuras @ 5.17.2
|  |-- D:WeakAuras Archive @ 5.17.2
|  |-- D:WeakAuras Companion @ 5.2.7
|  |-- d:WeakAuras Model Paths @ 5.17.2
|  |-- d:WeakAuras Options @ 5.17.2
|  |  |--WeakAuras Model Paths...(see above)
|  |  |-- d:WeakAuras Templates @ 5.17.2
|  |--WeakAuras Templates...(see above)
|-- A:Bisector @ 1.1.2
|-- A:BugGrabber @ v11.0.0
|-- A:BugSack @ v11.0.1

Libraries:
AceAddon-3.0 @ 13
AceSerializer-3.0 @ 5
SpellRange-1.0 @ 24
MSA-Event-1.0 @ 0
MSA-ProtRouter-1.0 @ 3
AceConfig-3.0 @ 3
AceComm-3.0 @ 14
AceConfigDialog-3.0 @ 86
LibSerialize @ 1
LibSink-2.0 @ 110002
LibRangeCheck-3.0 @ 26
LibDispel-1.0 @ 10
AceDB-3.0 @ 29
MSA-DropDownMenu-1.0 @ 18
AceDBOptions-3.0 @ 15
LibGetFrame-1.0 @ 62
LibSharedMedia-3.0 @ 8020003
MSA-AceConfigDialog-3.0 @ 86
AceGUI-3.0 @ 41
AceConfigCmd-3.0 @ 14
AceConfigRegistry-3.0 @ 21
AceGUI-3.0-DropDown-ItemBase @ 2000
MSA-EditMode-1.0 @ 0
MSA-Tutorials-1.0 @ 15
LibDBIcon-1.0 @ 55
LibCompress @ 90083
LibSpecialization @ 10
CallbackHandler-1.0 @ 8
LibDeflate @ 1
AceTimer-3.0 @ 17
AceGUISharedMediaWidgets-1.0 @ 9004
LibCustomGlow-1.0 @ 20
LibDataBroker-1.1 @ 4
SpatenLa commented 17 hours ago

you didnt include your saved variables, or the relevant aura called "tracking: HWH" which is most likely an aura with custom code thats broken.

InfusOnWoW commented 17 hours ago

The error is in one of your auras: "Tracking: HWH" not in WeakAuras itself.