PetTracker icon indicating copy to clipboard operation
PetTracker copied to clipboard

Pet tracker in quest tracker can't be minimized.

Open DreadfulSanity opened this issue 5 years ago • 1 comments

Trying to minimize the pet tracker at the objectives frame via the little red button does grace me with the following lua error.

grafik

`1x ...zzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:1014: attempt to index local 'module' (a nil value) [string "@Blizzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua"]:1014: in function <...zzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:1011>

Locals: self = { 0 = SetCollapsed = defined @Blizzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:997 SetAtlases = defined @Blizzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:974 buttonType = "module" OnLoad = defined @Blizzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:969 } module = nil (*temporary) = { 0 = SetCollapsed = defined @Blizzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:997 SetAtlases = defined @Blizzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:974 buttonType = "module" OnLoad = defined @Blizzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:969 } (*temporary) = nil (*temporary) = 3100 (*temporary) = nil (*temporary) = "attempt to index local 'module' (a nil value)" `

DreadfulSanity avatar Oct 21 '20 18:10 DreadfulSanity

Just wanted to add my error info (using v9.0.5). In case it matters, I had two action bars displaying on the right side, next to each other (not on top of each other). ...

Message: ...zzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:1012: attempt to index local 'module' (a nil value) Time: Fri Dec 4 11:47:05 2020 Count: 3 Stack: ...zzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:1012: attempt to index local 'module' (a nil value) [string "@Interface\AddOns\Blizzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua"]:1012: in function <...zzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:1009>

Locals: self = { 0 = SetCollapsed = defined @Interface\AddOns\Blizzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:995 SetAtlases = defined @Interface\AddOns\Blizzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:972 buttonType = "module" OnLoad = defined @Interface\AddOns\Blizzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:967 } module = nil (*temporary) = { 0 = SetCollapsed = defined @Interface\AddOns\Blizzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:995 SetAtlases = defined @Interface\AddOns\Blizzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:972 buttonType = "module" OnLoad = defined @Interface\AddOns\Blizzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:967 } (*temporary) = nil (*temporary) = 36531 (*temporary) = nil (*temporary) = "attempt to index local 'module' (a nil value)"

CosmicCleric avatar Dec 04 '20 19:12 CosmicCleric