[2009/09/05 19:37:50-8964-x8]: tomQuest2-3.2 beta14\achievementTracker.lua:1849: attempt to perform arithmetic on field 'remaining' (a nil value)
tomQuest2-3.2 beta14\achievementTracker.lua:1989: in function `updateAchievements'
tomQuest2-3.2 beta14\achievementTracker.lua:2004: in function `updateAchievementTracker'
tomQuest2-3.2 beta14\achievementTracker.lua:1488: in function `?'
CallbackHandler-1.0-3 (Ampere):146: in function <Interface\AddOns\Ampere\CallbackHandler-1.0.lua:146>
<string>:"safecall Dispatcher[5]":4: in function <[string "safecall Dispatcher[5]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[5]":13: in function `?'
CallbackHandler-1.0-3 (Ampere):91: in function `Fire'
AceEvent-3.0-3 (AuctionLite):119: in function <...ddOns\AuctionLite\Libs\AceEvent-3.0\AceEvent-3.0.lua:118>
---
[2009/09/05 19:38:23-8964-x198]: tomQuest2-3.2 beta14\achievementTracker.lua:1713: attempt to index field 'achievements' (a nil value)
---
for a couple of releases the questlog does not open for me when i click on a quest (or an objective) in the tracker. I have double checked the settings (left click -> open questlog) and tried to delete the saved variables.
There are no error messages when clicking the quests in the tracker. It just does not happen anything. It IS working for the achievement tracker.
I sill have this problem. Whats wrong there? :confused:
I forgot to mention that i am using QuestGuru (from Curse) for quest log enhancement.
I hope this helps.
That might be the problem. Can you try disabling tomQuest2 and using the standard blizz tracker what happen when you click on a quest in the bliz tracker? is it opening the questlog?
Hi
I had a problem with the last couple of betas. The quest tracker doesn't show any of the quests that i am tracking and in the ldb launcher it doesn't show either. I tried deleting the saved variables and installing an older version but the problem still persists.
Can you try the following scripts and giving me back the results :
/script tomQuest2:Print("numEntries"..tomQuest2.numEntries);
/script tomQuest2:Print("numQuests"..tomQuest2.numQuests);
/script local numQuests = 0; for k in pairs(tomQuest2.quests) do numQuests = numQuests + 1 end; tomQuest2:Print("numQuestsInTable"..numQuests);
/script tomQuest2:Print("numSortedQuests"..#(tomQuest2.sortedQuests));
/script local numZones = 0; for k in pairs(tomQuest2.zones) do numZones = numZones + 1 end; tomQuest2:Print("numZones"..numZones);
/script tomQuest2:Print("numSortedZones"..#(tomQuest2.sortedZones));
/script tomQuest2:Print("quests list");
/script for uid in pairs(tomQuest2.quests) do tomQuest2:Print(uid) end;
/script tomQuest2:Print(tomQuest2.firstRun and "FIRST" or "NOT FIRST")
Response:tomQuest2: FIRST
/script tomQuest2:Print(tomQuest2.db.profile.quests.questsSorting)
Response:tomQuest2: weightedA
/script tomQuest2:Print(tomQuest2.db.profile.quests.zoneSorting)
Response:tomQuest2: levelA
And after the last three scripts the tracker has appeared :)
Thank you for the great addon and keep up the excellent work
Edit:
Every time i try to change the fonts on anything it gives me this error
[2009/10/04 18:35:13-55-x1]: tomQuest2_Config-10505\config.lua:773: attempt to index global 'LSM' (a nil value)
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[2]":9: in function <[string "safecall Dispatcher[2]"]:5>
(tail call): ?:
AceConfigDialog-3.0-36:794: in function <...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:609>
AceConfigDialog-3.0-36:842: in function <...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:834>
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[3]":9: in function <[string "safecall Dispatcher[3]"]:5>
(tail call): ?:
AceGUI-3.0-28 (ButtonFacade):305: in function `Fire'
...cade\Libs\AceGUI-3.0\widgets\AceGUIWidget-Slider.lua:152: in function <...cade\Libs\AceGUI-3.0\widgets\AceGUIWidget-Slider.lua:141>:
Locals:
Sometimes debuglocals() returns nothing, it's one of those times... (FYI: This message is a HotFix from Decursive to prevent a C stack overflow)
---
Edit2: Update about the tracker after the initial update the tracker stays the same for the rest of the session and running those scripts again doesn't appear to work.
/script tomQuest2:Print(tomQuest2.firstRun and "FIRST" or "NOT FIRST")
Response:tomQuest2: FIRST
/script tomQuest2:Print(tomQuest2.db.profile.quests.questsSorting)
Response:tomQuest2: weightedA
/script tomQuest2:Print(tomQuest2.db.profile.quests.zoneSorting)
Response:tomQuest2: levelA
And after the last three scripts the tracker has appeared :)
Thank you for the great addon and keep up the excellent work
Edit:
Every time i try to change the fonts on anything it gives me this error
[2009/10/04 18:35:13-55-x1]: tomQuest2_Config-10505\config.lua:773: attempt to index global 'LSM' (a nil value)
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[2]":9: in function <[string "safecall Dispatcher[2]"]:5>
(tail call): ?:
AceConfigDialog-3.0-36:794: in function <...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:609>
AceConfigDialog-3.0-36:842: in function <...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:834>
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[3]":9: in function <[string "safecall Dispatcher[3]"]:5>
(tail call): ?:
AceGUI-3.0-28 (ButtonFacade):305: in function `Fire'
...cade\Libs\AceGUI-3.0\widgets\AceGUIWidget-Slider.lua:152: in function <...cade\Libs\AceGUI-3.0\widgets\AceGUIWidget-Slider.lua:141>:
Locals:
Sometimes debuglocals() returns nothing, it's one of those times... (FYI: This message is a HotFix from Decursive to prevent a C stack overflow)
---
Edit2: Update about the tracker after the initial update the tracker stays the same for the rest of the session and running those scripts again doesn't appear to work.
apparently there is some problem with the parsing of questlog.
can you run this script and give me the result:
/script for uid, questData in pairs(tomQuest2.quests) do if questData.id and not questData.extras then tomQuest2:Print(uid) end end
/script for uid, questData in pairs(tomQuest2.quests) do if questData.id and not questData.extras then tomQuest2:Print(uid) end end
Response:tomQuest2: 1380
Sorry to ask but is the debug output automatic upon entering the game session or do i have to input something? if it is the first situation then the addon isn't sending any output
Hey sorry for the delay on testing but i don't receive any debug output in the chat and the tracker still doesn't appear even doing quests and accepting new ones.
I sill have this problem. Whats wrong there? :confused:
Kind regards
X-buZZ
I hope this helps.
That might be the problem. Can you try disabling tomQuest2 and using the standard blizz tracker what happen when you click on a quest in the bliz tracker? is it opening the questlog?
I had a problem with the last couple of betas. The quest tracker doesn't show any of the quests that i am tracking and in the ldb launcher it doesn't show either. I tried deleting the saved variables and installing an older version but the problem still persists.
Has anyone else had this problem?
can you tell me the result of this
then run the following and tell me if after that you see the quests in the quest tooltip / tracker:
And after the last three scripts the tracker has appeared :)
Thank you for the great addon and keep up the excellent work
Edit:
Every time i try to change the fonts on anything it gives me this error
Edit2: Update about the tracker after the initial update the tracker stays the same for the rest of the session and running those scripts again doesn't appear to work.
apparently there is some problem with the parsing of questlog.
can you run this script and give me the result:
I'll correct the config error in a next release
Also can you tell me what is the locale of your client?
thanks :)