Questie

Questie

116M Downloads

Error during Initialization!

Zexduh opened this issue ยท 32 comments

commented

Bug description

Well the bug itself says Error during initialization! interface/addons/questie/modules/questielnit.lua:281: attempt to call method 'initialize' ( a nil value) idk what it is, but it was working earlier then just randomly stopped.

Screenshots

image_2024-08-02_161353947

Questie & WoW version

V10.3.9
commented

Same version for me. Same error. Actually updated today and the problem has now started. Others in my guild see it, but not everyone.

commented

Also having this same issue as of 03/08/24

commented

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.

commented

I am having the same issue and now older versions are not working either :(

commented

Sadness. Hope it gets fixed. Hate doing quest without it =c

commented

Bump, same issue here

commented

My whole guild is also broken. Seems to be a global issue

commented

Downgrading to v10.3.8 or v10.3.7 does not fix the issue for me.

commented

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

commented

Same issue here.

commented

same here!

commented

also having this issue. rollbacks dont work. fresh install doesn't work. fresh wtf folder doesn't work.

commented

bump, same problem here. hopefully get a fix soon !

commented

+1 same issue here after today's update

commented

To get questie to work again I added this as a workaround to Questie\Modules\Tracker\TrackerQuestTimers.lua

local QuestTimerFrame = CreateFrame("Frame")

image

commented

I tried deleting de line 281 of the file and it works

commented

I tried deleting de line 281 of the file and it works

tried this then got a questieinit hideblizzardtimer error

commented

To get questie to work again I added this as a workaround to Questie\Modules\Tracker\TrackerQuestTimers.lua

local QuestTimerFrame = CreateFrame("Frame")

image

works. thank you!

commented

To get questie to work again I added this as a workaround to Questie\Modules\Tracker\TrackerQuestTimers.lua

local QuestTimerFrame = CreateFrame("Frame")

image

thank you!

commented

To get questie to work again I added this as a workaround to Questie\Modules\Tracker\TrackerQuestTimers.lua

local QuestTimerFrame = CreateFrame("Frame")

image
that works! thanks!

commented

Same issue for me.

commented

To get questie to work again I added this as a workaround to Questie\Modules\Tracker\TrackerQuestTimers.lua

local QuestTimerFrame = CreateFrame("Frame")

image

This has worked a treat. TYVM kind sir!

commented

local QuestTimerFrame = CreateFrame("Frame")

BRO TY

commented

To get questie to work again I added this as a workaround to Questie\Modules\Tracker\TrackerQuestTimers.lua
local QuestTimerFrame = CreateFrame("Frame")
image

thank you!

Thanks this fixed mine!

commented

To get questie to work again I added this as a workaround to Questie\Modules\Tracker\TrackerQuestTimers.lua

local QuestTimerFrame = CreateFrame("Frame")

image

You rock! Thanks for the fix :)

commented

To get questie to work again I added this as a workaround to Questie\Modules\Tracker\TrackerQuestTimers.lua

local QuestTimerFrame = CreateFrame("Frame")

image

i used notepad to do this and am still getting the error. Suggestions? granted i had the game open.

commented

To get questie to work again I added this as a workaround to Questie\Modules\Tracker\TrackerQuestTimers.lua
local QuestTimerFrame = CreateFrame("Frame")
image

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.

commented

questie broken
Screenshot 2024-08-02 170100

commented

To get questie to work again I added this as a workaround to Questie\Modules\Tracker\TrackerQuestTimers.lua

local QuestTimerFrame = CreateFrame("Frame")

image

the savior. Ill try after my Tft game

commented

yeah im not going to mess with it, i have no idea

commented

The fix is incoming.

Little patience now, lot less headache later!

commented

Fix is pushed and will be released in a few minutes