DHUD for 10.0 and Classic/Cata

DHUD for 10.0 and Classic/Cata

298k Downloads

86-release Error

Zenjir0 opened this issue ยท 0 comments

commented

For "86-release" if you right-click on your name when self-selected you get the following error(s).

This right here:
image

Typically under normal operation it will bring up the same context menu if you right-click on your character Unit Frame.
Like this:
image

6x DHUD/gui/GUIFrames.lua:736: attempt to call global 'UnitPopup_ShowMenu' (a nil value)
[string "@DHUD/gui/GUIFrames.lua"]:736: in function <DHUD/gui/GUIFrames.lua:703>
[string "@DHUD/gui/GUIFrames.lua"]:681: in function `initFunction'
[string "@Blizzard_SharedXML/Mainline/UIDropDownMenu.lua"]:85: in function <...ddOns/Blizzard_SharedXML/Mainline/UIDropDownMenu.lua:77>
[string "=[C]"]: in function `UIDropDownMenu_Initialize'
[string "@DHUD/gui/GUIFrames.lua"]:680: in function <DHUD/gui/GUIFrames.lua:676>
[string "=[C]"]: in function `Show'
[string "@DHUD/gui/GUIFrames.lua"]:691: in function `ToggleDropDownMenu'
[string "@DHUD/gui/slots/UnitInfoSlot.lua"]:54: in function `toggleUnitTextDropdown'
[string "@DHUD/gui/GuiManager.lua"]:216: in function `toggleUnitTextDropdown'
[string "@DHUD/gui/GUIFrames.lua"]:543: in function <DHUD/gui/GUIFrames.lua:541>

Locals:
frame = DHUD_DropDown_TargetMenu {
 Icon = DHUD_DropDown_TargetMenuIcon {
 }
 Text = DHUD_DropDown_TargetMenuText {
 }
 Button = DHUD_DropDown_TargetMenuButton {
 }
 Right = DHUD_DropDown_TargetMenuRight {
 }
 Left = DHUD_DropDown_TargetMenuLeft {
 }
 Middle = DHUD_DropDown_TargetMenuMiddle {
 }
}
menu = "SELF"
raidId = nil
(*temporary) = nil
(*temporary) = DHUD_DropDown_TargetMenu {
 Icon = DHUD_DropDown_TargetMenuIcon {
 }
 Text = DHUD_DropDown_TargetMenuText {
 }
 Button = DHUD_DropDown_TargetMenuButton {
 }
 Right = DHUD_DropDown_TargetMenuRight {
 }
 Left = DHUD_DropDown_TargetMenuLeft {
 }
 Middle = DHUD_DropDown_TargetMenuMiddle {
 }
}
(*temporary) = "SELF"
(*temporary) = "target"
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to call global 'UnitPopup_ShowMenu' (a nil value)"