
[BUG] Cannot save/use any sequence
Closed this issue Β· 2 comments
π΅ Describe the bug:
Suddenly, my sequence stopped working.
I then tried to figure out why, and it became clear that I cannot save any changes made to the sequence - it just hangs in the queue (see screenshot 1).
I then tried to delete every sequence, add a new simple one, and it will work for some time. The queue is working fine. But then, if I open the UI, that sequence is not there.
- I have 1 sequence on 1 character.
- I did not change anything from the previous time it worked.
- Less than 20 macros total across the whole account.
- I've tried to delete GSE.lua, reinstall the addon, clear the spell cache, and reload the game.
π΅ To reproduce:
- Remove every sequence
- Delete GSE.lua
- Re-login
- Create a simple sequence [seq1]
- Assign it to a key
- Use [seq1] - it works
- Open GSE - The sequence list in the UI is completely empty ([seq1] still works)
/reload
- [seq1] does not work anymore. The sequence list in the UI is completely empty. Keybinding is saved, but the sequence dropdown is empty.
π΅ The error:
4x ChatFrame1:SetPoint(): Couldn't find region named 'LeftChatPanel'
Stack:
[C]: in function 'secureexecuterange'
[Blizzard_EditMode/Mainline/EditModeManager.lua]:1204: in function 'UpdateSystems'
[Blizzard_EditMode/Mainline/EditModeManager.lua]:871: in function 'UpdateLayoutInfo'
[Blizzard_EditMode/Mainline/EditModeManager.lua]:155: in function <...ddOns/Blizzard_EditMode/Mainline/EditModeManager.lua:152>
π΅ Screenshots:
screenshot 1:
π΅ Expected behavior:
- Sequence can be updated
- Sequence can be used
π΅ GSE.lua file:
GSE.lua.txt
π΅ Desktop (please complete the following information):
- OS: Windows 11 64bit
- Game Version retail (9.1.0)
π΅ GSE Version:
- Version: 2.2.32
- Downloaded From: Curseforge app. Also tried reinstalling from Wago app.
π΅ Additional context:
Add any other context about the problem here.
GSE.lua after all steps to reproduce
GSE_C = {
["ActionBarBinds"] = {
["Specialisations"] = {
["1"] = {
},
},
["LoadOuts"] = {
["1"] = {
},
},
},
["Updates"] = {
["3202"] = true,
["3212"] = true,
["3218"] = true,
["3201"] = true,
},
["KeyBindings"] = {
["1"] = {
["MOUSEWHEELUP"] = "NEW_SEQUENCE18",
},
},
}
GSELegacyLibraryBackup = nil