Questie

Questie

116M Downloads

Classic Era 1.14.4 AV Turn In Quests Bug

maddhacker24 opened this issue ยท 1 comments

commented

Getting this error every time I turn in armor scraps, blood, etc... in Alterac Valley BG on the horde.

211x Questie/Modules/Quest/QuestieQuest.lua:488: attempt to index field '?' (a nil value)
[string "@Questie/Modules/Quest/QuestieQuest.lua"]:488: in function CompleteQuest' [string "@Questie/Modules/Quest/QuestEventHandler.lua"]:309: in function QuestTurnedIn'
[string "@Questie/Modules/Quest/QuestEventHandler.lua"]:543: in function <...eQuestie/Modules/Quest/QuestEventHandler.lua:539>

Locals:
self =

{
autoBlacklist =
{
}
ShouldShowQuestNotes = defined @Questie/Modules/Quest/QuestieQuest.lua:401
AcceptQuest = defined @Questie/Modules/Quest/QuestieQuest.lua:424
HideQuest = defined @Questie/Modules/Quest/QuestieQuest.lua:412
ToggleNotes = defined @Questie/Modules/Quest/QuestieQuest.lua:100
PopulateQuestLogInfo = defined @Questie/Modules/Quest/QuestieQuest.lua:1435
AbandonedQuest = defined @Questie/Modules/Quest/QuestieQuest.lua:514
SmoothReset = defined @Questie/Modules/Quest/QuestieQuest.lua:295
ClearAllToolTips = defined @Questie/Modules/Quest/QuestieQuest.lua:232
CheckQuestSourceItem = defined @Questie/Modules/Quest/QuestieQuest.lua:857
CompleteQuest = defined @Questie/Modules/Quest/QuestieQuest.lua:486
GetAllQuestIds = defined @Questie/Modules/Quest/QuestieQuest.lua:656
_resetNeedsAvailables = false
UnhideQuest = defined @Questie/Modules/Quest/QuestieQuest.lua:418
GetAllQuestIdsNoObjectives = defined @Questie/Modules/Quest/QuestieQuest.lua:802
PopulateObjectiveNotes = defined @Questie/Modules/Quest/QuestieQuest.lua:1407
private =
{
}
PopulateObjective = defined @Questie/Modules/Quest/QuestieQuest.lua:1074
availableQuests =
{
}
DrawDailyQuest = defined @Questie/Modules/Quest/QuestieQuest.lua:1843
ResetAutoblacklistCategory = defined @Questie/Modules/Quest/QuestieQuest.lua:91
UpdateQuest = defined @Questie/Modules/Quest/QuestieQuest.lua:548
CalculateAndDrawAvailableQuestsIterative = defined @Questie/Modules/Quest/QuestieQuest.lua:1832
UpdateObjectiveNotes = defined @Questie/Modules/Quest/QuestieQuest.lua:831
Initialize = defined @Questie/Modules/Quest/QuestieQuest.lua:82
GetAllLeaderBoardDetails = defined @Questie/Modules/Quest/QuestieQuest.lua:1548
SetObjectivesDirty = defined @Questie/Modules/Quest/QuestieQuest.lua:645
ClearAllNotes = defined @Questie/Modules/Quest/QuestieQuest.lua:203
AddFinisher = defined @Questie/Modules/Quest/QuestieQuest.lua:901
}
questId = 8387
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field '?' (a nil value)"
QuestiePlayer =
{
GetLocalizedClassName = defined @Questie/Modules/QuestiePlayer.lua:68
SetPlayerLevel = defined @Questie/Modules/QuestiePlayer.lua:42
GetPartyMemberByName = defined @Questie/Modules/QuestiePlayer.lua:134
GetPartyMembers = defined @Questie/Modules/QuestiePlayer.lua:117
private =
{
}
GetGroupType = defined @Questie/Modules/QuestiePlayer.lua:72
currentQuestlog =
{
}
GetPlayerLevel = defined @Questie/Modules/QuestiePlayer.lua:50
numberOfGroupMembers = 0
GetPartyMemberList = defined @Questie/Modules/QuestiePlayer.lua:158
IsMaxLevel = defined @Questie/Modules/QuestiePlayer.lua:57
GetCurrentContinentId = defined @Questie/Modules/QuestiePlayer.lua:99
Initialize = defined @Questie/Modules/QuestiePlayer.lua:27
HasRequiredRace = defined @Questie/Modules/QuestiePlayer.lua:83
GetCurrentZoneId = defined @Questie/Modules/QuestiePlayer.lua:94
HasRequiredClass = d

commented

Fixed with #5107 I'll push a release today. Thanks for reporting this @maddhacker24