fafaraway / andromeda

💖 A user interface replacement addon for World of Warcraft.
GNU General Public License v3.0
63 stars 18 forks source link

ObjectiveTracker Frame Error #11

Closed jabramek closed 5 years ago

jabramek commented 5 years ago

I am unable to track quests or anything that would pop up on the Objective Tracker Frame. I am assuming it is a conflict with ElvUI and I have disabled all that I can via ElvUI options but the errors still proceed. Is there a way to fix? How would I go about disabling your tracker to perhaps fix this? This is the error I am receiving.

Edit: Downloading a quest tracker seems to fix the problem of not being able to track quests and everything else related to that frame. However, the error below still exists and I am still being spammed about it.

1161x C stack overflow [C]: in functionSetPoint' FreeUI\scripts\blizzard\objectivetracker.lua:41: in function <FreeUI\scripts\blizzard\objectivetracker.lua:38>

C: in function SetPoint' ...aceElvUI\Modules\blizzard\objectiveFrame.lua:54: in function <...aceElvUI\Modules\blizzard\objectiveFrame.lua:51> [C]: in functionSetPoint' FreeUI\scripts\blizzard\objectivetracker.lua:41: in function <FreeUI\scripts\blizzard\objectivetracker.lua:38>

C: in function SetPoint' ...aceElvUI\Modules\blizzard\objectiveFrame.lua:54: in function <...aceElvUI\Modules\blizzard\objectiveFrame.lua:51> [C]: in functionSetPoint' FreeUI\scripts\blizzard\objectivetracker.lua:41: in function <FreeUI\scripts\blizzard\objectivetracker.lua:38> ... C: in function SetAttribute' FrameXML\UIParent.lua:3153: in function <FrameXML\UIParent.lua:3151> [C]: in functionUIParent_ManageFramePositions' ...ard_UIWidgets\Blizzard_UIWidgetBelowMinimapFrame.lua:25: in function <...ard_UIWidgets\Blizzard_UIWidgetBelowMinimapFrame.lua:3>

C: in function layoutFunc' ...dOns\Blizzard_UIWidgets\Blizzard_UIWidgetManager.lua:225: in functionUpdateWidgetSetContainerLayout' ...dOns\Blizzard_UIWidgets\Blizzard_UIWidgetManager.lua:318: in function ProcessWidgetSet' ...dOns\Blizzard_UIWidgets\Blizzard_UIWidgetManager.lua:340: in functionUpdateAllWidgets' ...dOns\Blizzard_UIWidgets\Blizzard_UIWidgetManager.lua:33: in function <...dOns\Blizzard_UIWidgets\Blizzard_UIWidgetManager.lua:31>

Locals: (temporary) = ObjectiveTrackerFrame { 0 = userCollapsed = false HeaderMenu = { } isUpdating = false BlocksFrame = ObjectiveTrackerBlocksFrame { } SetPoint = defined =C:-1 BlockDropDown = ObjectiveTrackerBlockDropDown { } } (temporary) = "TOPRIGHT" (temporary) = ObjectiveTrackerFrameMover { 0 = } (temporary) = "CENTER" (temporary) = 15 (temporary) = 15 (temporary) = defined =C:-1 (temporary) = ObjectiveTrackerFrame { 0 = userCollapsed = false HeaderMenu = { } isUpdating = false BlocksFrame = ObjectiveTrackerBlocksFrame { } SetPoint = defined =C:-1 BlockDropDown = ObjectiveTrackerBlockDropDown { } } (temporary) = "TOPRIGHT" (temporary) = ObjectiveTrackerFrameMover { 0 = } (temporary) = "CENTER" (temporary) = 15 (*temporary) = 15 = defined =C:-1 = defined @ElvUI\Modules\blizzard\objectiveFrame.lua:51 `

fafaraway commented 5 years ago

in a nutshell, don't use ElvUI with FreeUI, there will be huge conflict. in your case, you may delete this file FreeUI\scripts\blizzard\objectivetracker.lua, then ElvUI's objectivetracker should work normally, but I guess there will be more error in other parts. I will add a config panel for FreeUI later 😆