World Quest Tracker

World Quest Tracker

70M Downloads

LUA Error on click ANY Worldquest at the "Continent Map"after zoom out from Zone Map

fubaWoW opened this issue · 4 comments

commented

Error:

20x ...ns/Blizzard_MapCanvas/MapCanvas_DataProviderBase.lua:177: attempt to index a nil value
[string "@Blizzard_MapCanvas/MapCanvas_DataProviderBase.lua"]:177: in function `OnClick'
[string "@WorldQuestTracker/WorldQuestTracker_FrameAPI.lua"]:698: in function <...Ons/WorldQuestTracker/WorldQuestTracker_FrameAPI.lua:660>

Locals:
self = Button {
 worldQuest = true
 shouldShowGlow = true
 Display = Frame {
 }
 NormalTexture = Texture {
 }
 selected = false
 questID = 61815
 normalizedX = 0.200117
 UnderlayAtlas = Texture {
 }
 tagInfo = <table> {
 }
 type = 2
 worldQuestType = 2
 scaleFactor = 1
 HighlightTexture = Texture {
 }
 PushedTexture = Texture {
 }
 Glow = Texture {
 }
 normalizedY = 0.633488
 PixelSnapDisabled = true
 TimeLowFrame = Frame {
 }
 style = 7
 numObjectives = 1
 info = <table> {
 }
 pinFrameLevelType = "PIN_FRAME_LEVEL_WORLD_QUEST"
 widgetAnimationTexture = Texture {
 }
 startScale = 1
 pinScale = 1
 endScale = 1
 questTagInfo = <table> {
 }
 TrackedCheck = Texture {
 }
 questRewardTooltipStyle = <table> {
 }
 pinFrameLevelIndex = 8
 dataProvider = <table> {
 }
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index a nil value"
commented
commented

seems the"Tracker" is the problem!

Disable the Tracker cause the error:
image

commented
commented

thanks!