Error in QuestieLib.lua during initialization
inverimus opened this issue ยท 4 comments
4x ...rfaceQuestie-BCC\Modules\Libs\QuestieLib.lua:447: bad argument #1 to 'match' (string expected, got nil)
[string "=[C]"]: in functionmatch' [string "@Questie-BCC\Modules\Libs\QuestieLib.lua"]:447: in function
GetAddonVersionInfo'
[string "@Questie-BCC\Modules\Libs\QuestieLib.lua"]:462: in functionGetAddonVersionString' [string "@Questie-BCC\Modules\MinimapIcon.lua"]:75: in function
OnTooltipShow'
The issue is GetAddOnInfo("Questie") returns nil. Changing this to GetAddOnInfo("Questie-BCC") fixes this error and the addon will load for me.
This started when I updated to 6.4.1. I tried clearing out all the old lua files in WTF, but that didn't do anything. Now this also happens on all the older versions of Questie I tried as well, I guess because previously it had a valid cached name and title.
Why do you name the folder Questie-BCC?
I didn't realize that could be the problem. It was how the addon manager named it, so that sounds like the source of the problem.