Dominos

Dominos

19M Downloads

Error when shapeshifting as a druid

Istrebitel opened this issue ยท 1 comments

commented

Greetings.

Sometimes when I shapeshift as a druid into/out of any form, I get an error.

For example:

Date: 2013-06-28 10:12:39
ID: 1
Error occured in: Global
Count: 1
Message: ..\FrameXML\ActionButton.lua line 532:
Usage: GetActionTexture(slot)
Debug:

..\FrameXML\ActionButton.lua:532: ActionButton_OnEvent()
..\FrameXML\ActionButton.lua:124:
..\FrameXML\ActionButton.lua:117

..\FrameXML\ChatFrame.lua:1148: ?()
..\FrameXML\ChatFrame.lua:4371: ChatEdit_ParseText()
..\FrameXML\ChatFrame.lua:4085: ChatEdit_SendText()
..\FrameXML\ChatFrame.lua:2747:
..\FrameXML\ChatFrame.lua:2740

..\FrameXML\SecureTemplates.lua:348: handler()
..\FrameXML\SecureTemplates.lua:633: SecureActionButton_OnClick()
..\FrameXML\MultiActionBars.lua:14: MultiActionButtonDown()

  [string "MULTIACTIONBAR2BUTTON9"]:1

Locals:

AddOns:
Swatter, v5.17.5413 (NeedyNoddy)
NPCScan, v5.0.0.5
NPCScanOverlay, v5.0.0.3
AckisRecipeList, v2.4.8
AuraFrames, v1.2.4
BadBoy, v12.022
BattlegroundTargets, v50200-3
ButtonFacade, v5.3.394
Capping, v5.3.001
Chinchilla, vv2.5.14
Clique, vv50200-1.0.4
ColorPickerPlus, v
Dominos, v5.3.1
DominosCast, v
DominosEncounter, v
DominosRoll, v
DominosXP, v
GatherMate2, v1.26
Gladius, v3.0.1
GoGoMount, v5.3.3
GreenRange, v
HearKitty, v1.5.1b
HearKittySoundPacks, vVolume 2 for patch 5.3
HideChatButton, v6
KuiNameplates, v
KuiNameplatesAuras, v
LibExtraTip, v5.12.DEV.324(/embedded)
Masque, v5.3.394
MikScrollingBattleText, v5.7.129
MoveAnything, v13.6.1
OmniCC, v5.3.0
OPie, vLime 5
PVPSound, v3.9.2
Quartz, v3.1.3
RangeDisplay, vv4.2.2
Recount, v
REFlex, v0.9.8.4
SaySapped, v2013-05-22
Scrap, v12.5
ScrapSpotlight, v
ShadowedUnitFrames, vv3.8.9
Shutupfool, v1.1.0
SlideBar, v5.17.5413 (NeedyNoddy)
SpellAlerter, vv2.15a
StrataFix, v3.4.1
TipTop, v2.13.1
TradeSkillMaster, vv1.6.4
TradeSkillMasterAccounting, vv1.3.2
TradeSkillMasterAdditions, vv1.0.5
TradeSkillMasterAuctionDB, vv1.4.3
TradeSkillMasterAuctioning, vv1.3.1
TradeSkillMasterCrafting, vv1.2.3
TradeSkillMasterDestroying, vv1.2.6
TradeSkillMasterItemTracker, vv1.3.1
TradeSkillMasterMailing, vv1.3.1
TradeSkillMasterShopping, vv1.4.1
TradeSkillMasterWarehousing, vv1.5.2
VuhDo, v3.42
VuhDoOptions, v3.42
xanErrorDevourer, v1.6
BlizRuntimeLib_enUS v5.3.0.50300
(ck=607)

Or:

Date: 2013-06-28 10:17:30
ID: 1
Error occured in: Global
Count: 5
Message: ..\FrameXML\ActionButton.lua line 532:
Usage: GetActionTexture(slot)
Debug:

..\FrameXML\ActionButton.lua:532: ActionButton_OnEvent()
..\FrameXML\ActionButton.lua:124:
..\FrameXML\ActionButton.lua:117

..\FrameXML\StanceBar.lua:102: StanceBar_Select()

  [string "*:OnClick"]:1

Locals:

(Addon list is the same as above, obviously)

After it happens once, It wont happen again until I zone/reload ui/ relog.

I have Dominos setup in the following way:

I have two profiles. One profile shows action bars 2 and 3, which have no keys bound to them. All other action bars are hidden. Those 2 action bars that arent hidden contain abilities which cooldowns I want to monitor. I use this profile most of the time, especially when going to battle (arena/bg/world). Other profile shows all action bars, menu bar and everything. This profile is used to setup my abilities (to drop abilities into slots activated by hotkeys etc). In order to switch between the profiles, I use the following 2 macros:

/run Dominos:OnCmd("set PVE")
and
/run Dominos:OnCmd("set PVP")

where "PVE" and "PVP" are profile names.

Now, a 100% chance to reproduce the error is to switch profile (click on the macro) and then shapeshift into/out of form. This will always reproduce the error. But it also somehow happens when I'm in Bg or somewhere else so its not directly tied to shapeshifting I think.

commented

I'm having issues reproducing this one. Its possible that I fixed the issue when I redid the stance bar.