Hi,
I try to save a keybind for paladin. It works when i save it, if i relog its gone.
If i save it, the keybind becomes visible in gse so it registers, but it does not save it
it also shows in the keybind section, but doesnt work.
deleting and making a new keybind does not resolve the issue
i can only remove the sequence ( elf ) that im using and import it again
then, after setting a keybind again, it works, untill i relog
maybe someone knows whats wrong, cause after years of using it
i think even with the new gse, i know what to do.
its the latest version, i reloaded allready, restarted, deleted gse files in wow folder.
no luck so far.
the import starts with !GSE3!
its weird. cause as long as im Q ing dungeons, im fine, but a reload and im done.
So is a reload different then a dungeon load?
installed bug sack etc as i saw your addons are causing bla bla, and all are off BUT gse.
1721x GSE/API/Storage.lua:547: attempt to index field â?â (a nil value)
[Blizzard_RestrictedAddOnEnvironment/RestrictedFrames.lua]:697: in function <âŚzard_RestrictedAddOnEnvironment/RestrictedFrames.lua:695>
C: ?
C: ?
[Blizzard_RestrictedAddOnEnvironment/RestrictedFrames.lua]:701: in function <âŚzard_RestrictedAddOnEnvironment/RestrictedFrames.lua:700>
[Blizzard_RestrictedAddOnEnvironment/RestrictedFrames.lua]:839: in function âCallMethodâ
[ local mods = âRALT=â .. tostring(IsRightAltKeyDown()) .. â|â ..
âLALT=â.. tostring(IsLeftAltKeyDown()) .. â|â ..
âAALT=â .. tostring(IsAltKeyDown()) .. â|â ..
âRCTRL=â .. tostring(IsRightControlKeyDown()) .. â|â ..
âLCTRL=â .. tostring(IsLeftControlKeyDown()) .. â|â ..
âACTRL=â .. tostring(IsControlKeyDown()) .. â|â ..
âRSHIFT=â .. tostring(IsRightShiftKeyDown()) .. â|â ..
âLSHIFT=â .. tostring(IsLeftShiftKeyDown()) .. â|â ..
âASHIFT=â .. tostring(IsShiftKeyDown()) .. â|â ..
âAMOD=â .. tostring(IsModifierKeyDown()) .. â|â ..
âMOUSEBUTTON=â .. GetMouseButtonClicked()
self:SetAttribute(âlocalmodsâ, mods)
local iteration = self:GetAttribute(âiterationâ) or 1
local step = self:GetAttribute(âstepâ)
step = tonumber(step)
iteration = tonumber(iteration)
if self:GetAttribute(âsteppedâ) then
self:SetAttribute(âsteppedâ, false)
else
for k,v in pairs(spelllist[iteration][step]) do
if k == âmacrotextâ then
self:SetAttribute(âmacroâ, nil )
self:SetAttribute(âunitâ, nil )
elseif k == âmacroâ then
self:SetAttribute(âmacrotextâ, nil )
self:SetAttribute(âunitâ, nil )
elseif k == âIconâ then
â skip
end
self:SetAttribute(k, v )
endself:SetAttribute('stepped', true) if step < #spelllist[iteration] then step = step % #spelllist[iteration] + 1 else iteration = iteration % maxsequences + 1 step = 1 end self:SetAttribute('step', step) self:SetAttribute('iteration', iteration) self:CallMethod('UpdateIcon') end ]:43: in function <[string " local mods = "RALT=" .. tostring(IsRigh..."]:1>[Blizzard_RestrictedAddOnEnvironment/RestrictedExecution.lua]:485: in function <âŚd_RestrictedAddOnEnvironment/RestrictedExecution.lua:448>
tail call: ?
[Blizzard_RestrictedAddOnEnvironment/SecureHandlers.lua]:285: in function <âŚizzard_RestrictedAddOnEnvironment/SecureHandlers.lua:279>
tail call: ?Locals:
message = âGSE/API/Storage.lua:547: attempt to index field â?â (a nil value)â
3x GSE_Utils/StaticPopup.lua:66: attempt to index field âeditBoxâ (a nil value)
[GSE_Utils/StaticPopup.lua]:66: in function âOnShowâ
[Blizzard_StaticPopup/StaticPopup.lua]:560: in function âStaticPopup_OnShowâ
[Blizzard_StaticPopup_Game/GameDialog.lua]:684: in function <âŚfaceBlizzard_StaticPopup_Game/GameDialog.lua:683>
[C]: in function âShowâ
[Blizzard_StaticPopup/StaticPopup.lua]:391: in function âStaticPopup_Showâ
[GSE_Options/Options.lua]:690: in function <GSE_Options/Options.lua:687>
[C]: ?
[GSE/Lib/AceConfig-3.0-3/AceConfigDialog-3.0-92/AceConfigDialog-3.0.lua]:45: in function <âŚnfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:43>
[GSE/Lib/AceConfig-3.0-3/AceConfigDialog-3.0-92/AceConfigDialog-3.0.lua]:839: in function <âŚnfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:661>
[C]: ?
[GSE/Lib/AceGUI-3.0-41/AceGUI-3.0.lua]:66: in function <GSE/Lib/AceGUI-3.0/AceGUI-3.0.lua:64>
[GSE/Lib/AceGUI-3.0-41/AceGUI-3.0.lua]:300: in function âFireâ
[GSE/Lib/AceGUI-3.0-41/widgets/AceGUIWidget-Button.lua]:22: in function <âŚs/GSE/Lib/AceGUI-3.0/widgets/AceGUIWidget-Button.lua:19>
Locals:
self = StaticPopup1 {
TopSpacer = FontString {
}
visibleButtons = {
}
previousRegionKey = âButtonContainerâ
AlertIcon = Texture {
}
MoneyInputFrame = StaticPopup1MoneyInputFrame {
}
timeleft = 0
dialogInfo = {
}
ButtonContainer = Frame {
}
DarkOverlay = Frame {
}
which = âGSE_SEQUENCEHELPâ
hideOnEscape = 1
ItemFrame = Frame {
}
SubText = FontString {
}
ExtraButton = StaticPopup1ExtraButton {
}
Buttons = {
}
CoverFrame = Frame {
}
ProgressBarSpacer = Texture {
}
ProgressBarFill = Texture {
}
ProgressBarBorder = Texture {
}
EditBox = StaticPopup1EditBox {
}
Dropdown = Button {
}
BG = Frame {
}
heightPadding = 16
Spinner = Frame {
}
numButtons = 1
MoneyFrame = StaticPopup1MoneyFrame {
}
Text = StaticPopup1Text {
}
CloseButton = StaticPopup1CloseButton {
}
Separator = Texture {
}
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = âattempt to index field âeditBoxâ (a nil value)â
3x GSE_Utils/StaticPopup.lua:74: attempt to index field âeditBoxâ (a nil value)
[GSE_Utils/StaticPopup.lua]:74: in function âOnHideâ
[Blizzard_StaticPopup/StaticPopup.lua]:587: in function âStaticPopup_OnHideâ
[Blizzard_StaticPopup_Game/GameDialog.lua]:695: in function <âŚfaceBlizzard_StaticPopup_Game/GameDialog.lua:694>
[C]: in function âHideâ
[Blizzard_StaticPopup/StaticPopup.lua]:693: in function âStaticPopup_OnClickâ
[Blizzard_StaticPopup_Game/GameDialog.lua]:46: in function <âŚfaceBlizzard_StaticPopup_Game/GameDialog.lua:44>
Locals:
self = StaticPopup1 {
dirty = false
TopSpacer = FontString {
}
minimumWidth = 450.009000
AlertIcon = Texture {
}
visibleButtons = {
}
previousRegionKey = âButtonContainerâ
widthPadding = 0
MoneyInputFrame = StaticPopup1MoneyInputFrame {
}
timeleft = 0
dialogInfo = {
}
ButtonContainer = Frame {
}
DarkOverlay = Frame {
}
which = âGSE_SEQUENCEHELPâ
hideOnEscape = 1
ItemFrame = Frame {
}
SubText = FontString {
}
ExtraButton = StaticPopup1ExtraButton {
}
Buttons = {
}
CoverFrame = Frame {
}
ProgressBarSpacer = Texture {
}
ProgressBarFill = Texture {
}
ProgressBarBorder = Texture {
}
EditBox = StaticPopup1EditBox {
}
Dropdown = Button {
}
BG = Frame {
}
heightPadding = 16
Spinner = Frame {
}
numButtons = 1
MoneyFrame = StaticPopup1MoneyFrame {
}
Text = StaticPopup1Text {
}
CloseButton = StaticPopup1CloseButton {
}
Separator = Texture {
}
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = âattempt to index field âeditBoxâ (a nil value)â
do not know if anything usefull, just sharing what it shows. its chinese to me.

