Error during Initialization!
Zexduh opened this issue ยท 32 comments
Same version for me. Same error. Actually updated today and the problem has now started. Others in my guild see it, but not everyone.
Also having this issue.
Error during installation! Interface/Addons/Questie/Modules/QuestieInit.lua:281: attempt to call method 'Initialize' (a nil value)
Updated today and have tried uninstalling, previous versions, launched with just questie, updated overwolf and curseforge. Not sure what the issue is.
Additional LUA error:
/Questie/Modules/Tracker/TrackerQuestTimers.lua:15: attempt to index global 'QuestTimerFrame' (a nil value)
Tried slapping _G.
in front to no avail. Not sure where to find documentation about what it is and where it might have moved
also having this issue. rollbacks dont work. fresh install doesn't work. fresh wtf folder doesn't work.
I tried deleting de line 281 of the file and it works
tried this then got a questieinit hideblizzardtimer error
To get questie to work again I added this as a workaround to Questie\Modules\Tracker\TrackerQuestTimers.lua
local QuestTimerFrame = CreateFrame("Frame")
i used notepad to do this and am still getting the error. Suggestions? granted i had the game open.
close game first and try editing it with notepad++ or similar to make sure you don't mess up the format.