WeakAuras

WeakAuras

200M Downloads

WeakAura bug

CuzaSergiu opened this issue ยท 1 comments

commented

Is there an existing issue for this?

  • I have searched the existing open and closed issues.

Description

when ever i do something after i log in this error appears

WeakAuras Version

WeakAuras 5.17.0

World of Warcraft Flavor

Retail (Default)

World of Warcraft Region

EU

Tested with only WeakAuras

I got this issue with only WeakAuras enabled

Lua Error

13x Lua error in aura 'Wild Imp Icon': Trigger 1
WeakAuras Version: 5.17.0
Aura Version: 5.3.8
Stack trace:
[string "return function() ---- Constants ----"]:188: attempt to call global 'GetSpellCount' (a nil value)
[string "return function() ---- Constants ----"]:188: in function <[string "return function() ---- Constants ----"]:64>
[string "=(tail call)"]: ?
[string "=[C]"]: in function `xpcall'
[string "@WeakAuras/GenericTrigger.lua"]:672: in function <WeakAuras/GenericTrigger.lua:657>
[string "@WeakAuras/GenericTrigger.lua"]:1004: in function `ScanEventsWatchedTrigger'
[string "@WeakAuras/WeakAuras.lua"]:4801: in function `SendDelayedWatchedTriggers'
[string "@WeakAuras/WeakAuras.lua"]:4912: in function `UpdatedTriggerState'
[string "@WeakAuras/GenericTrigger.lua"]:937: in function `ScanEventsInternal'
[string "@WeakAuras/GenericTrigger.lua"]:874: in function `ScanEvents'
[string "@WeakAuras/GenericTrigger.lua"]:841: in function `ScanEventsByID'
[string "@WeakAuras/GenericTrigger.lua"]:2687: in function `SendEventsForSpell'
[string "@WeakAuras/GenericTrigger.lua"]:2632: in function `CheckSpellCooldown'
[string "@WeakAuras/GenericTrigger.lua"]:2583: in function `CheckSpellCooldowns'
[string "@WeakAuras/GenericTrigger.lua"]:3388: in function `CheckCooldownReady'
[string "@WeakAuras/GenericTrigger.lua"]:2813: in function <WeakAuras/GenericTrigger.lua:2771>

Locals:
allstates = <table> {
}
event = "TRIGGER"
_ = 2
msg = <table> {
  = <table> {
 }
}
_ = nil
sGuid = nil
_ = nil
_ = nil
_ = nil
dGuid = nil
_ = nil
_ = nil
_ = nil
spellId = nil
check = true
update = false
timestamp = 1853267.259000
(*temporary) = nil
(*temporary) = 196277
(*temporary) = "attempt to call global 'GetSpellCount' (a nil value)"
playerGuid = "Player-3674-0B44CA53"
longTyrant = nil
longTyrantDur = 15
shortTyrantDur = 3.750000
tyrants = <table> {
}
impTable = <table> {
 Creature-0-3773-2552-6307-143622-000059E732 = <table> {
 }
 Creature-0-3773-2552-6307-143622-000059E73E = <table> {
 }
 Creature-0-3773-2552-6307-143622-000059E89A = <table> {
 }
 Creature-0-3773-2552-6307-143622-000059E762 = <table> {
 }
 Creature-0-3773-2552-6307-143622-000059E74A = <table> {
 }
 Creature-0-3773-2552-6307-143622-000059E876 = <table> {
 }
 Creature-0-3773-2552-6307-143622-000059E882 = <table> {
 }
 Creature-0-3773-2552-6307-143622-000059E86A = <table> {
 }
 Creature-0-3773-2552-6307-143622-000059E76E = <table> {
 }
 Creature-0-3773-2552-6307-143622-000059E88E = <table> {
 }
 Creature-0-3773-2552-6307-143622-000059E756 = <table> {
 }
 Creature-0-3773-2552-6307-143622-000059E726 = <table> {
 }
}
maximumDuration = 40
impCasts = 6
leeway = 0.470000
IMP_EVENT = "WILD_IMP_CHECK"
actualImps = 0
recheckHandle = nil
batch = 1.750000
hasted = true
combine = false
limit = 3
persistent = false
clump = true
colourTable = <table> {
 1 = <table> {
 }
 2 = <table> {
 }
 3 = <table> {
 }
 4 = <table> {
 }
 5 = <table> {
 }
 6 = <table> {
 }
 7 = <table> {
 }
 8 = <table> {
 }
 9 = <table> {
 }
}
topleft = 1

Reproduction Steps

when ever i do something after i log in this error appers

Last Good Version

No response

Screenshots

image

Export String

No response

Bisector Report

No response

commented

Those error messages indicate errors in the named auras, which are using custom code.

You can:

  • Try to find updates to these auras
  • Try to replace them with more recently created auras
  • Fix the code yourself
  • Or ask on our discord on how to fix the code in those auras