
[BUG] Multiclick Button invocation doesnt take into account iterations.
Closed this issue · 19 comments
🔵 Describe the bug:
A clear and concise description of what the bug is.
🔵 To reproduce: (Steps to reproduce the behavior)
I've been getting this error message ever since I installed the new version. Then I installed version GSE-3.2.30-PatronBuild and the error disappeared.
🔵 The error:
57x ...aceBlizzard_FrameXML/RestrictedExecution.lua:430: Call failed: Blizzard_FrameXML/RestrictedFrames.lua:495: Invalid attribute name
[Blizzard_FrameXML/RestrictedExecution.lua]:430: in function <...aceBlizzard_FrameXML/RestrictedExecution.lua:419>
[tail call]: ?
[tail call]: ?
[Blizzard_FrameXML/SecureHandlers.lua]:285: in function <Blizzard_FrameXML/SecureHandlers.lua:279>
[tail call]: ?
[C]: in function 'Click'
[Blizzard_ChatFrameBase/Mainline/ChatFrame.lua]:1691: in function '?'
[Blizzard_ChatFrameBase/Mainline/ChatFrame.lua]:5510: in function <Blizzard_ChatFrameBase/Mainline/ChatFrame.lua:5476>
[C]: in function 'ChatEdit_ParseText'
[Blizzard_ChatFrameBase/Mainline/ChatFrame.lua]:5182: in function 'ChatEdit_SendText'
[Blizzard_ChatFrameBase/Mainline/ChatFrame.lua]:3331: in function <Blizzard_ChatFrameBase/Mainline/ChatFrame.lua:3325>
[C]: in function 'UseAction'
[Blizzard_FrameXML/Mainline/SecureTemplates.lua]:342: in function 'handler'
[Blizzard_FrameXML/Mainline/SecureTemplates.lua]:667: in function <...ddOns/Blizzard_FrameXML/Mainline/SecureTemplates.lua:649>
[Blizzard_FrameXML/Mainline/SecureTemplates.lua]:681: in function <...ddOns/Blizzard_FrameXML/Mainline/SecureTemplates.lua:674>
[Blizzard_FrameXML/Mainline/SecureTemplates.lua]:733: in function <...ddOns/Blizzard_FrameXML/Mainline/SecureTemplates.lua:717>
[C]: ?
[Blizzard_FrameXML/SecureHandlers.lua]:266: in function <Blizzard_FrameXML/SecureHandlers.lua:263>
[C]: ?
[Blizzard_FrameXML/SecureHandlers.lua]:296: in function <Blizzard_FrameXML/SecureHandlers.lua:279>
[tail call]: ?
Locals:
pcallFlag = false
LOCAL_execution_count = 0
LOCAL_references_frames =
}
🔵 Screenshots:
https://ibb.co/CsNKcKLJ
🔵 Expected behavior:
A clear and concise description of what you expected to happen.
🔵 GSE.lua file:
🔵 Desktop (please complete the following information):
- OS: [e.g. Windows 10 64bit]
- Game Version [e.g. classic/bcc/retail (9.1.0)]
🔵 GSE Version:
- Version: [e.g. 3.x.y]
- Downloaded From: [e.g. https://www.curseforge.com]
🔵 Additional context:
Add any other context about the problem here.
Hi Advena.
I really need a lot more information. I need the GsE.lua files and all the other missing bits of information.
I will also need the character GSE.lua file from C:\path\to\wow_retail_\WTF\Account\YourAccountNameYourServer\YourCharacter\SavedVariables\ as well as C:\path\to\wow_retail_\WTF\Account\YourAccountName\SavedVariables\
Hi Advena - thanks for that could up also do the character specific one from the previous comment- it’s the one that’s in the previous path but YourServer\YourCharName\SavedVariables
You have no keybinds and no Actionbar overrides. What sequences do you use and how?
#showtooltip
/cast [noform:4] Mondkingestalt
/targetenemy [noharm][dead]
/castsequence reset=combat/target sonnenfeuer,mondfeuer, null
/click [nochanneling,nomod] SCG_BAL_AOE
/castsequence Sternenfeuer
Could you test that sequence with either a keybind or an Actionbar override?
I’m guessing it’s because it’s not macro commands.
As a macro cannot click another button that runs macro commands the method you are using is never tested and if it fails, it fails. That’s not to say I won’t look at it, I will but it’s not something that has any priority,
The older version didn't have these issues.
It's the SCG macro from the WoW Lazymacros forum
https://wowlazymacros.com/t/scg-single-button-balance-druid-macro-sets-for-level-80-patch-11-1-update-3-1-2025/43586/160
The macro is on 1 and 2
Well that explains why I have never heard of it. I won’t load that site for any reason nor provide any direct support for anything hosted there.
thanks for help
I should have a solution some time in the morning (it’s 12am where I am now)
And thank you - I have something to work with rather than just a random error with no other info
No problem. I know we have a big time difference, and I'm grateful for any help.
Here are mine Tim.
I use keybinding atm on all my toons in retail ( no action overrides )
Having same issue with GSE-3.2.30-2-g63936cb-PatronBuild ( rolling back to 3.2.30 "solves" the issue ).
Cheers.
Can you both try something for me? In GSE’s Options - go to troubleshooting and untick Use multi-click buttons?This should be on with keybinds but off for Actionbar Overrides and /macro calls. I’m looking at Advena’s sequence above but it just works,
Was seeing the error above, just tried this with the multi-click buttons option untoggled and it works fine. Using keybinds.
Found it - was tied to multiclick buttons (@Advena1980 which with your use case of calling the sequence from a macro via a /click command should be turned off not on)