Tercioo / World-Quest-Tracker

Source code for the biggest world quest addon for World of Warcraft
22 stars 12 forks source link

WQ Tracker UI Issue - LUA Error #34

Open amethystnw opened 3 years ago

amethystnw commented 3 years ago

Getting LUA error when the mouse attempts to collapse the World Quest Tracker. Additionally, the frame collides with the existing Blizzard Quest Tracker with no way to move the frame, or to access options. Even if I unload the MoveAnything addon which was controlling the position of the Blizzard Quest Tracker, there still Here is the LUA error message:

Message: ...zzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:1012: attempt to index local 'module' (a nil value) Time: Mon Jan 11 19:51:39 2021 Count: 1 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) = 230 (temporary) = nil (*temporary) = "attempt to index local 'module' (a nil value)"

Installed version of the Addon is v9.0.2.415 (Dec 12, 2020). Deleted addon and reinstalled today, 1/11/21, and had the same issue.

Overlay of WQT with Blizzard QT