Azeroth Pilot Reloaded

Azeroth Pilot Reloaded

2M Downloads

[ISSUE] - when addon loads in new patch

Closed this issue · 1 comments

commented

Description

Message: Interface/AddOns/APR/APR-Core/QuestOrderList.lua:375: attempt to index local 'questData' (a nil value)
Time: Wed Aug  6 15:08:37 2025
Count: 1
Stack:
[Interface/AddOns/APR/APR-Core/QuestOrderList.lua]:375: in function 'AddStepFromRoute'
[Interface/AddOns/APR/APR-Core/QuestOrderList.lua]:638: in function '?'
[Interface/AddOns/APR/APR-Core/QuestHandler.lua]:826: in function 'UpdateStep'
[Interface/AddOns/APR/APR-Core/QuestHandler.lua]:944: in function 'UpdateQuest'
[Interface/AddOns/APR/APR-Core/utils/StepHelper.lua]:59: in function 'UpdateQuestAndStep'
[Interface/AddOns/APR/APR-Core/Transport.lua]:34: in function 'GetMeToRightZone'
[Interface/AddOns/APR/APR-Core/Transport.lua]:352: in function <Interface/AddOns/APR/APR-Core/Transport.lua:343>

Locals:
self = <table> {
 modules = <table> {
 }
 defaultModuleLibraries = <table> {
 }
 stepList = <table> {
 }
 currentStepIndex = 1
 questID = 38358
 name = "APR_QuestOrderList"
 orderedModules = <table> {
 }
 pendingUpdate = false
 enabledState = true
 baseName = "APR"
 moduleName = "QuestOrderList"
 defaultModuleState = true
}
forceRendering = nil
CurStep = 1
stepIndex = 170
(for state) = <table> {
 1 = <table> {...

World of Warcraft Flavor

Retail (Default)

APR Status

{{"Class","Druid"},{"Continent","Draenor"},{"Time & Date","Wed Aug 6 15:10:56 2025"},{"Language","enUS"},{"Name","Hassta"},{"Realm","Blade's Edge"},{"World Coordinates","4525.60, 5627.70"},{"Level","70"},{"AddOn Version","v4.12.0"},{"Faction","Horde"},{"Coordinates","51.25, 39.86"},{"Client Build","62417"},{"Client Version","11.2.0"},{"Index, Step","1, PickUp"},{"Route","634-Stormheim"},{"Zone","Frostwall"}}

Tested with only APR

  • Yes
  • No

Lua Error

Replace this text with the actual Lua error log.

Reproduction Steps

Just run addon and it pops up. Playing on Macbook M1.

Screenshots

No response

Any additional information?

Just msg me if u need more details.

commented

I wasn’t able to reproduce this bug, and even the error itself looks odd since the line numbers don’t match the same line in our code

I’m closing this ticket for now. If you encounter the error again in the future, feel free to reopen it with a comment and tag me so I can investigate further