-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lua error #4
Comments
I'm going to put up a new version of outfitter with updated version of libdropdown if you can say if that solves it for you. It at least makes outfitter use the same version as all other addons and I don't really see a side effect. |
I've just downloaded the new version and the error is still there. ty Message: ...tter/Libraries/MC2UIElementsLib/MC2UIElementsLib.lua:1422: Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: LibDropdownFrame0:SetPoint. Locals: self = {menuFrame = LibDropdownFrame0 { } } items = type = "group" args = } } point = "TOPLEFT" relativeTo = OutfitterItem2OutfitMenu { point = "TOPLEFT" xOffset = 0 AutoSelectValue = true Icon = OutfitterItem2OutfitMenuIcon { } relativeTo = OutfitterItem2OutfitMenu { } dropDownMenu = } yOffset = 3 relativePoint = "TOPRIGHT" ParentItem = OutfitterItem2 { } AnchorPoint = "TOPLEFT" items = } AnchorRelativePoint = "TOPRIGHT" Button = Button { } } relativePoint = "TOPRIGHT" xOffset = 0 yOffset = 3 |
It's probably caused by another addon. Things that can move interface elements freely addons are high chance of causing this. So testing without other addons would be nice. |
I'll try to find the culprit, I don't use Weakauras addon. EDIT: Found it! DeModal addon. I just found another addon that works the same without causing errors. Thank you so much |
@Meilinn Which other addon? |
@b-morgan BlizzMove |
I get this error every time I click something from the Outfitter menu. Thank you
Message: ...tter/Libraries/MC2UIElementsLib/MC2UIElementsLib.lua:1422: Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: LibDropdownFrame0:SetPoint.
Time: Wed Jul 31 08:54:31 2024
Count: 1
Stack: ...tter/Libraries/MC2UIElementsLib/MC2UIElementsLib.lua:1422: Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: LibDropdownFrame0:SetPoint.
[string "@Interface/AddOns/Outfitter/Libraries/MC2UIElementsLib/MC2UIElementsLib.lua"]:1422: in function `Show'
[string "@Interface/AddOns/Outfitter/Libraries/MC2UIElementsLib/MC2UIElementsLib.lua"]:1558: in function `ToggleMenu'
[string "@Interface/AddOns/Outfitter/Libraries/MC2UIElementsLib/MC2UIElementsLib.lua"]:1504: in function <...tter/Libraries/MC2UIElementsLib/MC2UIElementsLib.lua:1503>
Locals: self =
{menuFrame = LibDropdownFrame0 {
}
}
items =
type = "group"
args =
}
}
point = "TOPLEFT"
relativeTo = OutfitterItem3OutfitMenu {
point = "TOPLEFT"
xOffset = 0
AutoSelectValue = true
Icon = OutfitterItem3OutfitMenuIcon {
}
relativeTo = OutfitterItem3OutfitMenu {
}
dropDownMenu =
}
yOffset = 3
relativePoint = "TOPRIGHT"
ParentItem = OutfitterItem3 {
}
AnchorPoint = "TOPLEFT"
items =
}
AnchorRelativePoint = "TOPRIGHT"
Button = Button {
}
}
relativePoint = "TOPRIGHT"
xOffset = 0
yOffset = 3
thank you
The text was updated successfully, but these errors were encountered: