Gnome Sequencer not working

I’ve used it for a while and not had any problems with it. but recently i tried to use a prot worrier sequence and id didn’t work i would add it then log in go to macros and type the text in the title and nothing would happen so i copied the add on file to the desktop then put a fresh copy of Gnome Sequencer in there copied the text i was wanting to use in there and still nothing since then i removed all add ons in case that was stuffing that up and still nothing is there someone out there who can help me. this is my legion boost if that makes any difference however i’ve used them on boost before and never had a problem

I"ve been having the same issue over the past few weeks… Never had any problems now i just keep getting the failed to load sequences.lua… i’ve tried everything … and am totally at a loss… let me know if you find anything…

This usually means one of your macro’s inside the file has broken it, try removing the one that you last put it in it before it was working and see if that resolves it.

Or post your sequences file here so someone can take a look

there where i’m getting my code from both of them don’t work

https://wowlazymacros.com/forums/topic/prot-warrior-gs/
and
https://wowlazymacros.com/forums/topic/maxs-protection-318/

Try this for the first one, syntax seemed wrong in the original post

Sequences['Block'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
/cast [combat] Bloodbath
]],
[[/cast Heroic Throw]],
[[/cast !Victory Rush]],
[[/cast !Execute]],
[[/cast Revenge]],
[[/cast !Victory Rush]],
[[/cast Revenge]],
[[/castsequence reset=target Devastate,Shield Slam,Devastate]],
[[/castsequence reset=combat Shield Block, Heroic Strike]],
PostMacro = [[
/cast [combat] Blood Fury
/use [combat]Demoralizing Shout
/use [combat]Berserker Rage
/cast [combat] Dragon Roar
/use [combat]13
/use [combat]14
/run UIErrorsFrame:Hide()
/console Sound_EnableSFX 1
]],
}
Sequences["warp"] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat] Bloodbath
]],
"/cast Heroic Throw",
"/cast Charge",
"/cast !Victory Rush",
"/cast !Execute",
"/cast Revenge",
"/castsequence reset=combat Heroic Strike,Thunder Clap",
"/cast [combat] Dragon Roar",
"/cast !Victory Rush",
"/cast !Execute",
"/cast Revenge",
"/castsequence reset=target Devastate,Shield Slam,Devastate",
"/castsequence reset=combat Shield Block, Shield Barrier",
"/cast [combat] Mass Spell Reflection",
PostMacro = [[
/cast [combat] Blood Fury
/use [combat]Demoralizing Shout
/use [combat]Berserker Rage
/use [combat]13
/use [combat]14
]],
}

Sequences["glad1"] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat] Bloodbath
]],
"/cast Heroic Throw",
"/cast Charge",
"/cast !Victory Rush",
"/cast !Execute",
"/cast Revenge",
"/castsequence reset=combat Devastate,Shield Slam",
"/castsequence reset=combat Heroic Strike,Thunder Clap,Heroic Strike",
"/cast [combat] Dragon Roar",
"/cast !Victory Rush",
"/cast !Execute",
"/cast Revenge",
"/cast Shield Charge",
"/cast Mass Spell Reflection",
PostMacro = [[
/cast [combat] Blood Fury
/use [combat]Berserker Rage
/use [combat]13
/use [combat]14
]],
}

cleaned up the code /appears to work no errors but i did not test dps good luck