Questie

Questie

116M Downloads

Lua Error on Load

envis10n opened this issue ยท 1 comments

commented

Bug description

Loading the addon after building the quest database causes a lua error, and stops it from actually loading.

Error:

Message: Interface\AddOns\Questie\Modules\QuestieMenu.lua:523: bad argument #1 to 'unpack' (table expected, got nil)
Time: Wed May 19 12:09:35 2021
Count: 1
Stack: Interface\AddOns\Questie\Modules\QuestieMenu.lua:523: bad argument #1 to 'unpack' (table expected, got nil)
[string "=[C]"]: ?
[string "=[C]"]: in function `unpack'
[string "@Interface\AddOns\Questie\Modules\QuestieMenu.lua"]:523: in function `UpdateAmmoVendors'
[string "@Interface\AddOns\Questie\Modules\QuestieMenu.lua"]:552: in function `UpdatePlayerVendors'
[string "@Interface\AddOns\Questie\Modules\QuestieMenu.lua"]:503: in function `PopulateTownsfolkPostBoot'
[string "@Interface\AddOns\Questie\Modules\QuestieEventHandler.lua"]:168: in function <...rface\AddOns\Questie\Modules\QuestieEventHandler.lua:156>

Locals: 

Screenshots

N/A

Questie version

v6.3.10 (Beta 3) - The "universal" release on Curseforge.

commented

After downloading from main branch (Beta 4) it's working again.