
[Bug] Upgrading gear causes LUA error on popup windows and more - Breaks multiple game functions
Chalkali opened this issue ยท 1 comments
Is there an existing issue for this?
- I have searched the existing issues
Game Client
Retail
Current Behavior
LUA error appears when hitting "Upgrade" button in gear upgrade window preventing gear upgrades. Also party invites and "You will be removed from this instance" popup give LUA errors. Also Escape key no longer functions.
Have disabled all other addons and restarted WoW and issue is 100% repeatable.
4x Blizzard_StaticPopup/StaticPopup.lua:863: Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: StaticPopup1:SetPoint.
[Blizzard_StaticPopup/StaticPopup.lua]:863: in function <Blizzard_StaticPopup/StaticPopup.lua:824>
[C]: ?
[C]: in function 'StaticPopup_SetUpPosition'
[Blizzard_StaticPopup/StaticPopup.lua]:389: in function <Blizzard_StaticPopup/StaticPopup.lua:277>
[C]: ?
[C]: in function 'StaticPopup_Show'
[Blizzard_ItemUpgradeUI/Mainline/Blizzard_ItemUpgradeUI.lua]:654: in function <...rd_ItemUpgradeUI/Mainline/Blizzard_ItemUpgradeUI.lua:632>
Locals:
dialog = StaticPopup1 {
TopSpacer = FontString {
}
visibleButtons =
}
CoverFrame = Frame {
}
previousRegionKey = "ButtonContainer"
data =
}
ProgressBarSpacer = Texture {
}
DarkOverlay = Frame {
}
timeleft = 0
ButtonContainer = Frame {
}
dialogInfo =
}
which = "CONFIRM_UPGRADE_ITEM"
hideOnEscape = 1
ItemFrame = Frame {
}
MoneyInputFrame = StaticPopup1MoneyInputFrame {
}
AlertIcon = Texture {
}
ProgressBarFill = Texture {
}
ExtraButton = StaticPopup1ExtraButton {
}
Buttons =
}
BG = Frame {
}
EditBox = StaticPopup1EditBox {
}
ProgressBarBorder = Texture {
}
Dropdown = Button {
}
SubText = FontString {
}
heightPadding = 16
Spinner = Frame {
}
numButtons = 2
MoneyFrame = StaticPopup1MoneyFrame {
}
Text = StaticPopup1Text {
}
CloseButton = StaticPopup1CloseButton {
}
Separator = Texture {
}
}
ignoreFixed = true
insertIndex = 1
parent = UIParent {
Tabs =
}
firstTimeLoaded = 1
variablesLoaded = true
}
dialogInfo =
button2 = "No"
hideOnEscape = 1
button1 = "Yes"
text = ""
compactItemFrame = true
hasItemFrame = 1
timeout = 0
}
anchorDialogFrame = nil
hasFixedPosition = nil
previousDialog = nil
(for state) =
1 = StaticPopup1 {
}
}
(for control) = 1
index = 1
shownDialog = StaticPopup1 {
TopSpacer = FontString {
}
visibleButtons =
}
CoverFrame = Frame {
}
previousRegionKey = "ButtonContainer"
data =
}
ProgressBarSpacer = Texture {
}
DarkOverlay = Frame {
}
timeleft = 0
ButtonContainer = Frame {
}
dialogInfo =
}
which = "CONFIRM_UPGRADE_ITEM"
hideOnEscape = 1
ItemFrame = Frame {
}
MoneyInputFrame = StaticPopup1MoneyInputFrame {
}
AlertIcon = Texture {
}
ProgressBarFill = Texture {
}
ExtraButton = StaticPopup1ExtraButton {
}
Buttons =
}
BG = Frame {
}
EditBox = StaticPopup1EditBox {
}
ProgressBarBorder = Texture {
}
Dropdown = Button {
}
SubText = FontString {
}
heightPadding = 16
Spinner = Frame {
}
numButtons = 2
MoneyFrame = StaticPopup1MoneyFrame {
}
Text = StaticPopup1Text {
}
CloseButton = StaticPopup1CloseButton {
}
Separator = Texture {
}
}
shownDialogFrames =
1 = StaticPopup1 {
}
}
atGlues = false
Expected Behavior
No response
Steps To Reproduce
No response
Additional context
No response