Quest Tracker not updating

For a few days i have now problem where default blizz quest tracker is stuck in the first state it gets when I log on/reload ui and not updating. This seems to be only problem on my warrior, when i tried it on alt seemed to untrack quest fine. Tried disabling addons and doing UI reset as well to no avail. This is the error I get in swagger:

Date: 2018-12-16 21:55:15
ID: 2
Error occured in: Global
Count: 1
Message: …tiveTracker\Blizzard_AchievementObjectiveTracker.lua line 111:
GetAchievementCriteriaInfo(achievementID, criteriaIndex [,countHidden]), criteria not found
Debug:
[C]: GetAchievementCriteriaInfo()
…tiveTracker\Blizzard_AchievementObjectiveTracker.lua:111: Update()
…zzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:1073:
…zzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:1032
[C]: ObjectiveTracker_Update()
…zzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:753:
…zzard_ObjectiveTracker\Blizzard_ObjectiveTracker.lua:669
Locals:
(*temporary) = 13080
(*temporary) = 10

Edit: seems like there was some stuck tracking of achievement or something (had no active tracked achievements).
/script RemoveTrackedAchievement(GetTrackedAchievements()) solved the issue now for me

5 Likes

Got a fix here.

/run RemoveTrackedAchievement(GetTrackedAchievements())
/run print(GetTrackedAchievements())

after that type /reload

16 Likes

This solved my problem!

Logged in to say thanks so much! I had to run it five times to get rid of the five erroneous achievements that were being tracked. Now my quest log updates correctly.

Cheers

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.