Dominos

Dominos

19M Downloads

Lua error when mousing over any action button

ben-pickering opened this issue ยท 2 comments

commented

After installing latest Dominos (I admit it does say beta for 4.3), I get this error when I mouse over any action button.

Message: Interface\AddOns\Dominos\actionButton.lua:126: attempt to index global 'ActionBarButtonEventsFrame' (a nil value)
Time: 11/28/11 00:41:08
Count: 24

Stack: Interface\AddOns\Dominos\actionButton.lua:126: in function <Interface\AddOns\Dominos\actionButton.lua:123>

Locals: self = MultiBarBottomRightButton8 {
0 =
feedback_action = 56
action = 56
buttonType = "MULTIACTIONBAR2BUTTON"
flashing = 0
rangeTimer = 0.18399999924004
eventsRegistered = true
FlyoutBorder = MultiBarBottomRightButton8FlyoutBorder {
}
flashtime = 0
FlyoutArrow = MultiBarBottomRightButton8FlyoutArrow {
}
icon = MultiBarBottomRightButton8Icon {
}
FlyoutBorderShadow = MultiBarBottomRightButton8FlyoutBorderShadow {
}
}
(_temporary) = nil
(_temporary) = MultiBarBottomRightButton8 {
0 =
feedback_action = 56
action = 56
buttonType = "MULTIACTIONBAR2BUTTON"
flashing = 0
rangeTimer = 0.18399999924004
eventsRegistered = true
FlyoutBorder = MultiBarBottomRightButton8FlyoutBorder {
}
flashtime = 0
FlyoutArrow = MultiBarBottomRightButton8FlyoutArrow {
}
icon = MultiBarBottomRightButton8Icon {
}
FlyoutBorderShadow = MultiBarBottomRightButton8FlyoutBorderShadow {
}
}
(_temporary) = nil
(_temporary) = "attempt to index global 'ActionBarButtonEventsFrame' (a nil value)"
KeyBound =

{
Activate = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:265
EventButton = {
}
Deactivate = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:290
PLAYER_REGEN_ENABLED = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:224
Toggle = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:248
L =
{
}
UnregisterAllCallbacks = defined @interface\AddOns\ComboPointsRedux\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:202
initialized = true
Set = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:336
ToShortKey = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:375
dialog = KeyboundDialog {
}
PLAYER_REGEN_DISABLED = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:231
RegisterCallback = defined @interface\AddOns\ComboPointsRedux\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:118
IsShown = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:317
SetColorKeyBoundMode = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:192
UnregisterCallback = defined @interface\AddOns\ComboPointsRedux\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:181
Initialize = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:46
events =
{
}
GetColorKeyBoundMode = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:219
colorKeyBoundMode =
{
}
Binder =
{
}
}

In case it helps, my full list of other addons is:

ComboPointsRedux
ComboPointsRedux_Options
Dominos
Dominos_Config
ElkBuffBars
OmniCC
OmniCC_Config
PowerAuras
Quartz
ShadowedUF_Options
ShadowedUnitFrames
DBM-BaradinHold
DBM-BastionTwilight
DBM-BlackwingDescent
DBM-Core
DBM-DragonSoul
DBM-Firelands
DBM-GUI
DBM-Party-Cataclysm
DBM-PvP
DBM-ThroneFourWinds
DBM-WorldEvents

Thanks! It's not too bad to work around since I use keybinds, but it is annoying.

commented

I notice now it says "4.3 ONLY" -- will this just work after the patch?

commented

Yep, its a 4.3 beta for a reason (it won't work on a WoW 4.2 realm) :)

On Sun, Nov 27, 2011 at 7:47 PM, Aurth
[email protected]
wrote:

After installing latest Dominos (I admit it does say beta for 4.3), I get this error when I mouse over any action button.

Message: Interface\AddOns\Dominos\actionButton.lua:126: attempt to index global 'ActionBarButtonEventsFrame' (a nil value)
Time: 11/28/11 00:41:08
Count: 24

Stack: Interface\AddOns\Dominos\actionButton.lua:126: in function <Interface\AddOns\Dominos\actionButton.lua:123>

Locals: self = MultiBarBottomRightButton8 {
 0 =
 feedback_action = 56
 action = 56
 buttonType = "MULTIACTIONBAR2BUTTON"
 flashing = 0
 rangeTimer = 0.18399999924004
 eventsRegistered = true
 FlyoutBorder = MultiBarBottomRightButton8FlyoutBorder {
 }
 flashtime = 0
 FlyoutArrow = MultiBarBottomRightButton8FlyoutArrow {
 }
 icon = MultiBarBottomRightButton8Icon {
 }
 FlyoutBorderShadow = MultiBarBottomRightButton8FlyoutBorderShadow {
 }
}
(_temporary) = nil
(_temporary) = MultiBarBottomRightButton8 {
 0 =
 feedback_action = 56
 action = 56
 buttonType = "MULTIACTIONBAR2BUTTON"
 flashing = 0
 rangeTimer = 0.18399999924004
 eventsRegistered = true
 FlyoutBorder = MultiBarBottomRightButton8FlyoutBorder {
 }
 flashtime = 0
 FlyoutArrow = MultiBarBottomRightButton8FlyoutArrow {
 }
 icon = MultiBarBottomRightButton8Icon {
 }
 FlyoutBorderShadow = MultiBarBottomRightButton8FlyoutBorderShadow {
 }
}
(_temporary) = nil
(_temporary) = "attempt to index global 'ActionBarButtonEventsFrame' (a nil value)"
KeyBound =

{
 Activate = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:265
 EventButton = {
 }
 Deactivate = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:290
 PLAYER_REGEN_ENABLED = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:224
 Toggle = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:248
 L =
{
 }
 UnregisterAllCallbacks = defined @interface\AddOns\ComboPointsRedux\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:202
 initialized = true
 Set = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:336
 ToShortKey = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:375
 dialog = KeyboundDialog {
 }
 PLAYER_REGEN_DISABLED = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:231
 RegisterCallback = defined @interface\AddOns\ComboPointsRedux\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:118
 IsShown = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:317
 SetColorKeyBoundMode = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:192
 UnregisterCallback = defined @interface\AddOns\ComboPointsRedux\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:181
 Initialize = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:46
 events =
{
 }
 GetColorKeyBoundMode = defined @interface\AddOns\Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua:219
 colorKeyBoundMode =
{
 }
 Binder =
{
 }
}

In case it helps, my full list of other addons is:

ComboPointsRedux
ComboPointsRedux_Options
Dominos
Dominos_Config
ElkBuffBars
OmniCC
OmniCC_Config
PowerAuras
Quartz
ShadowedUF_Options
ShadowedUnitFrames
DBM-BaradinHold
DBM-BastionTwilight
DBM-BlackwingDescent
DBM-Core
DBM-DragonSoul
DBM-Firelands
DBM-GUI
DBM-Party-Cataclysm
DBM-PvP
DBM-ThroneFourWinds
DBM-WorldEvents

Thanks!  It's not too bad to work around since I use keybinds, but it is annoying.


Reply to this email directly or view it on GitHub:
#77