Conflict with the SpartanUI addon.
Hubbotu opened this issue ยท 2 comments
Versions 1.6.7 and 1.6.8 have a conflict with the SpartanUI and HandyNotes: Dragonflight addon. Version 1.6.6 and earlier do not have this.
`1x Interface/AddOns/SpartanUI/modules/MoveIt.lua:631: Action[SetPoint] failed because[Failure]: attempted from: SUI_Mover_Minimap:SetPoint.
[C]: in function 'SetPoint'
[Interface/AddOns/SpartanUI/modules/MoveIt.lua]:631: in function 'position'
[Interface/AddOns/SpartanUI/modules/Minimap/Minimap.lua]:671: in function 'UpdatePosition'
[Interface/AddOns/SpartanUI/modules/Minimap/Minimap.lua]:658: in function 'func'
[Interface/AddOns/HandyNotes_Dragonflight/libs/AceTimer-3.0-17/AceTimer-3.0.lua]:57: in function <...otes_Dragonflight/libs/AceTimer-3.0/AceTimer-3.0.lua:50>
Locals:
(*temporary) = SUI_Mover_Minimap {
BottomLeftCorner = Texture {
}
parent = SUI_Minimap {
}
RightEdge = Texture {
}
MovedText = FontString {
}
ScaledText = FontString {
}
defaultPoint = "BOTTOM,SUI_Art_War_Left,BOTTOMRIGHT,11,-10"
BottomEdge = Texture {
}
TopEdge = Texture {
}
TopRightCorner = Texture {
}
DisplayName = FontString {
}
name = "Minimap"
defaultScale = 0.880000
backdropInfo =
}
TopLeftCorner = Texture {
}
Center = Texture {
}
BottomRightCorner = Texture {
}
LeftEdge = Texture {
}
}
(*temporary) = "BOTTOM"
(*temporary) = "SUI_Art_War_Left"
(*temporary) = "BOTTOMRIGHT"
(*temporary) = "11"
(*temporary) = "-10"
`
Hi! Did you enable "Minimap Target" feature in Plumber settings? Try disabling it for now.
I think it's because some addon tries to clean up / organize the minimap buttons, including our invisible button needed to achieve this feature. But ours is an ActionButton and the game prohibits it from being modified during combat.