View Single Post
02-20-14, 09:08 AM   #24
Nimhfree
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 267
I do not have the Dugi's guide. I have seen issues with them in the past, though when they are informed about the problem they seem to fix things.

It appears that Dugi's guide code calls into the Carbonite code. If you look at:

DugisGuideViewerZ\Guides.lua:1376: in function `WatchQuest'

you will probably see a line with:

Nx.Quest.Watch:RemoveWatch

I would guess the Dugi's guide is attempting to be compatible with Carbonite users and is attempting to do the right thing by updating Carbonite when it does its thing. However, it seems they might not have initialized the Carbonite system or perhaps kept it in sync to the extent that calling directly into this routine needs.

I would report this issue to Dugi's guide people and have them investigate.