lithammer / NeavUI

Development branch of Neav UI
http://www.wowinterface.com/downloads/info13981-NeavUI.html
MIT License
94 stars 42 forks source link

LUA Error TalkingHeadFrame:SetPoint #277

Closed K0uds closed 5 years ago

K0uds commented 5 years ago

Hello,

I have a lot of this type of errors

Message: Interface\FrameXML\UIParent.lua:2356: Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: TalkingHeadFrame:SetPoint. Time: Sat Jul 20 23:02:11 2019 Count: 34 Stack: Interface\FrameXML\UIParent.lua:2356: Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: TalkingHeadFrame:SetPoint. [C]: in function SetPoint' Interface\FrameXML\UIParent.lua:2356: in function <Interface\FrameXML\UIParent.lua:2269> [C]: in functionsecurecall' Interface\FrameXML\UIParent.lua:2974: in function UIParentManageFramePositions' Interface\FrameXML\UIParent.lua:2374: in function <Interface\FrameXML\UIParent.lua:2361> [C]: in functionSetAttribute' Interface\FrameXML\UIParent.lua:3170: in function <Interface\FrameXML\UIParent.lua:3168> [C]: in function UIParent_ManageFramePositions' Interface\FrameXML\MainMenuBar.lua:60: in functionSetPositionForStatusBars' Interface\FrameXML\MainMenuBar.lua:8: in function OnStatusBarsUpdated' Interface\FrameXML\StatusTrackingManager.lua:181: in functionLayoutBars' Interface\FrameXML\StatusTrackingManager.lua:84: in function `UpdateBarsShown' Interface\FrameXML\StatusTrackingManager.lua:209: in function <Interface\FrameXML\StatusTrackingManager.lua:205>

Locals: (temporary) = TalkingHeadFrame { 0 = OnManagedAlertFrameVisibilityChanged = defined =[C]:-1 PortraitFrame = { } NameFrame = { } SetAlertContainer = defined =[C]:-1 BackgroundFrame = { } TextFrame = { } MainFrame = { } Show = defined =[C]:-1 OnPostShow = defined =[C]:-1 GetAlertContainer = defined =[C]:-1 alertContainer = AlertFrame { } OnPostHide = defined =[C]:-1 ManagesOwnOutroAnimation = defined =[C]:-1 SetExternallyManagedOutroAnimation = defined =[C]:-1 isClosing = false } (temporary) = "BOTTOM" (temporary) = "UIParent" (temporary) = "BOTTOM" (temporary) = 0 (temporary) = 120

Thanks for you help :)

Technojo01 commented 5 years ago

I commented out the module in core.lua function nCore_OnEvent(self, event, ...) if event == "PLAYER_LOGIN" then SetCVar("ScreenshotQuality", 10) elseif event == "ADDON_LOADED" then local name = ... if name == "nCore" then nCore:SetDefaultOptions() nCore:AltBuy() nCore:ArchaeologyHelper() nCore:AutoGreed() nCore:AutoQuest() nCore:Dressroom() nCore:Durability() nCore:ErrorFilter() nCore:Fonts() nCore:MapCoords() --nCore:MoveTalkingHeads() nCore:QuestTracker() nCore:ObjectiveTracker() nCore:Skins() nCore:SpellID() nCore:VignetteAlert() end end end

Grimsbain commented 5 years ago

Should be fixed with 7de640cab0b53ee848b35132eea069fd83205b8d.