Bartender4

Bartender4

70M Downloads

Cata Classic Grim Batol Drake Error

Clamsoda opened this issue ยท 1 comments

commented

Started with 4.4.1

Getting on drake at the start produces this error.

1x Bartender4/Bar.lua:575: Action[SetPoint] failed because[Cannot anchor to a region dependent on it]: attempted from: EJMicroButton:SetPoint.
[string "=[C]"]: in function SetPoint' [string "@Bartender4/Bar.lua"]:575: in function ClearSetPoint'
[string "@Bartender4/MicroMenu.lua"]:214: in function BlizzardBarShow' [string "@Bartender4/MicroMenu.lua"]:193: in function <Bartender4/MicroMenu.lua:183> [string "=(tail call)"]: ? [string "=[C]"]: in function UpdateMicroButtonsParent'
[string "@Blizzard_ActionBar/Classic/OverrideActionBar.lua"]:107: in function OverrideActionBar_UpdateMicroButtons' [string "@Blizzard_ActionBar/Classic/OverrideActionBar.lua"]:101: in function <...Ons/Blizzard_ActionBar/Classic/OverrideActionBar.lua:100> [string "=[C]"]: in function Show'
[string "@Blizzard_ActionBarController/Classic/ActionBarController.lua"]:169: in function <..._ActionBarController/Classic/ActionBarController.lua:168>
[string "=[C]"]: in function BeginActionBarTransition' [string "@Blizzard_ActionBarController/Classic/ActionBarController.lua"]:204: in function ValidateActionBarTransition'
[string "*MainMenuBar.xml:110_OnFinished"]:4: in function <[string "*MainMenuBar.xml:110_OnFinished"]:1>

Locals:
(*temporary) = EJMicroButton {
lastEvaluatedLevel = 85
newbieText = "View information about Cataclysm dungeon and raid bosses, including their abilities and treasure."
commandName = "TOGGLEENCOUNTERJOURNAL"
zoneEntered = true
playerEntered = true
Flash = EJMicroButtonFlash {
}
tooltipText = "Dungeon Journal |cffffd100(SHIFT-J)|r"
minLevel = 15
varsLoaded = true
}
(*temporary) = "BOTTOMLEFT"
(*temporary) = LFGMicroButton {
tooltipText = "Group Finder |cffffd100(I)|r"
newbieText = "A tool for finding other players to group with."
minLevel = 15
Flash = LFGMicroButtonFlash {
}
}
(*temporary) = "BOTTOMRIGHT"
(*temporary) = -3
(*temporary) = 0

commented

I got tired of this, here is a fix:

Edit MicroMenu.lua, line 213 from:
if v ~= CharacterMicroButton and v ~= LFDMicroButton then
to:
if v ~= CharacterMicroButton and v ~= LFDMicroButton and v~= EJMicroButton then