Questie

Questie

116M Downloads

Error displayed when accepting the second paladin quest

0TT0mation opened this issue ยท 1 comments

commented

the error below was displayed after accepting "A Study in Power" which is the second paladin class quest from silvermoon, was able to reproduce it by dropping the quest and accepting it again. I m using the tbc version of questie

Message: ...erface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:1028: attempt to index local 'quest' (a nil value)
Time: Thu May 20 15:40:10 2021
Count: 1
Stack: ...erface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:1028: attempt to index local 'quest' (a nil value)
[string "@Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua"]:1028: in function `PopulateQuestLogInfo'
[string "@Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua"]:376: in function `val'
[string "@Interface\AddOns\Questie\Modules\TaskQueue.lua"]:8: in function <Interface\AddOns\Questie\Modules\TaskQueue.lua:6>

Locals: self = <table> {
 GetAllQuestIds = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:490
 AcceptQuest = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:364
 HideQuest = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:332
 ToggleNotes = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:79
 PopulateQuestLogInfo = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:1027
 AbandonedQuest = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:414
 SmoothReset = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:239
 PopulateObjectiveNotes = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:988
 private = <table> {
 }
 GetRawLeaderBoardDetails = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:342
 UnhideQuest = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:337
 GetAllQuestIdsNoObjectives = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:518
 UpdateQuest = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:461
 AddAllNotes = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:210
 PopulateObjective = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:671
 GetAllQuestObjectives = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:1046
 availableQuests = <table> {
 }
 UpdateObjectiveNotes = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:538
 AddFinisher = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:553
 CalculateAndDrawAvailableQuestsIterative = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:1380
 CompleteQuest = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:388
 Initialize = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:69
 GetAllLeaderBoardDetails = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:1178
 ForceToMap = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:642
 ClearAllNotes = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:166
 Reset = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:220
}
quest = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'quest' (a nil value)"
GetQuestLogIndexByID = <function> defined =[C]:-1
QuestieQuest = <table> {
 GetAllQuestIds = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:490
 AcceptQuest = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:364
 HideQuest = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:332
 ToggleNotes = <function> defined @Interface\AddOns\Questie\Modules\Quest\QuestieQuest.lua:79
 PopulateQuestLogInfo = <function> defined @Interface\AddOns\Questie\Mod
commented

This was fixed with 25f7079 and will be fixed in the next release ๐Ÿ‘๐Ÿป