View Single Post
04-12-06, 08:33 PM   #106
Kemayo
A Cyclonian
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 41
Okay! An informative chat with Miravlix and AnduinLothar on #wowi-lounge has helped me a lot with What's Going On.

Current theory of various quest-tracker people is that if you try to run through GetQuestLogLeaderBoard() before the WDB itemcache/creaturecache has loaded properly, then the call to GetQuestLogLeaderBoard() with a non-loaded item will generate a QUEST_LOG_UPDATE event. Which will retrigger the scan. Which will retrigger the event. Which will retrigger the scan. You see where this is going.

I've rewritten the QUEST_LOG_UPDATE handling. It now waits for 1 second before each scan of the data (which refills if any more QUEST_LOG_UPDATES appear in that period).

Please give this a try. Let me know if it doesn't stop the crashes, or if it refuses to actually update, or suchlike.

I'd like to upload this as an official release as soon as possible, assuming that it worked.
Attached Files
File Type: zip FuBar_QuestsFu-0.2.4.b.zip (10.6 KB, 715 views)
  Reply With Quote