GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Sequence Debugger gives me a lua error[BUG]

Melissa3920 opened this issue ยท 2 comments

commented

๐Ÿ”ต Describe the bug:
When Sequence Deguuger is enabled, it will not show the spells being cast. Instead, I get a lua error.

๐Ÿ”ต To reproduce: (Steps to reproduce the behavior)
Call up the Sequence Debugger
Press enable
Press the keybound sequence (I've tried with a /macro too)
The spell fires. I made a simple one that just has Thunder Clap in it.
Nothing happens in the debugger but a lua error Shows up in Bug Sack/Bug Grabber..

๐Ÿ”ต The error:
Paste the error message in this blockquote.

128x GSE_Utils/Events.lua:14: bad argument #1 to 'FindSpellBookSlotForSpell' (Usage: local spellBookItemSlotIndex, spellBookItemSpellBank = C_SpellBook.FindSpellBookSlotForSpell(spellIdentifier [, includeHidden, includeFlyouts, includeFutureSpells, includeOffSpec]))
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "@Blizzard_FrameXML/RestrictedFrames.lua"]:674: in function <Blizzard_FrameXML/RestrictedFrames.lua:673>
[string "@Blizzard_FrameXML/RestrictedFrames.lua"]:812: in function `CallMethod'
[string "    local step = self:GetAttribute('step')

    step = tonumber(step)
    if self:GetAttribute('stepped') then
        self:SetAttribute('stepped', false)
    else
        for k,v in pairs(spelllist[step]) do
            self:SetAttribute(k, v )
        end

        step = step % #spelllist + 1
        self:SetAttribute('stepped', true)
        self:SetAttribute('step', step)
        self:CallMethod('UpdateIcon')
    end
    "]:14: in function <[string "    local step = self:GetAttribute('step')..."]:1>
[string "=(tail call)"]: ?
[string "=[C]"]: ?
[string "@Blizzard_FrameXML/RestrictedExecution.lua"]:483: in function <...aceBlizzard_FrameXML/RestrictedExecution.lua:446>
[string "=(tail call)"]: ?
[string "@Blizzard_FrameXML/SecureHandlers.lua"]:285: in function <Blizzard_FrameXML/SecureHandlers.lua:279>
[string "=(tail call)"]: ?

Locals:

๐Ÿ”ต Expected behavior:
The Sequence Debugger to show what the sequence is trying to do.

๐Ÿ”ต GSE.lua file:
GSE.lua.txt

๐Ÿ”ต Desktop (please complete the following information):

  • OS: Windows 11 64bit
  • Game Version: 11.0.2.55522

๐Ÿ”ต GSE Version:

  • Version: 3.2.00-beta4-PatronBuild
  • Downloaded From: Discord gse-resources

I have not been able to retart without WoW disconnecting. I thought that issue was fixed. Also, I just created this character.

commented

image

image

I was able to cause this however that was because there was a fault in the Sequence I was using. THe fix for this is to fix your sequence. Closing this unless there is other information available.

commented

THis part is a WoW issue:

I have not been able to retart without WoW disconnecting. I thought that issue was fixed. Also, I just created this character.

I cant reproduce this error from what you have supplied as you have given me the wrong GSE.lua file - you have given me the character one instead of the account one

I need the one from c:\path\to\wow\_beta_\WTF\Account\YourAccount\SavedVariables\GSE.lua not the one from c:\path\to\wow\_beta_\WTF\Account\YourAccount\YourCharacter\SavedVariables\GSE.lua