1x Myslot/gui.lua:307: attempt to concatenate global 'ACTIONBAR_LABEL' (a nil value)
[string "@Myslot/gui.lua"]:307: in function `CreateSettingMenu'
[string "@Myslot/gui.lua"]:379: in main chunk
Locals:
opt =
{
ignorePetActionBar = false
ignoreActionBars =
{
}
ignoreBinding = false
ignoreMacros =
{
}
}
tableref = defined @Myslot/gui.lua:69
childchecked = defined @Myslot/gui.lua:83
childclicked = defined @Myslot/gui.lua:87
parentchecked = defined @Myslot/gui.lua:93
parentclicked = defined @Myslot/gui.lua:104
actionbarlist =
Retail, the error happens when you load into the game, and the /myslot command doesn't work, previous version works with no errors so yeah, something went wrong in this update.
the export/import options for ignoring the main action bars are also not visible due to same issue on https://github.com/tg123/myslot/blob/master/gui.lua#L254 (but no error generated as its not concatenating the text, just setting it to nil)
1x Myslot/gui.lua:307: attempt to concatenate global 'ACTIONBAR_LABEL' (a nil value) [string "@Myslot/gui.lua"]:307: in function `CreateSettingMenu' [string "@Myslot/gui.lua"]:379: in main chunk
Locals: opt =
may i know your wow version?
Retail, the error happens when you load into the game, and the /myslot command doesn't work, previous version works with no errors so yeah, something went wrong in this update.
the export/import options for ignoring the main action bars are also not visible due to same issue on https://github.com/tg123/myslot/blob/master/gui.lua#L254 (but no error generated as its not concatenating the text, just setting it to nil)
i think it should be ACTIONBARS_LABEL
after making change
ACTIONBAR_LABEL
toACTIONBARS_LABEL
on L254 and L307Thanks 5.17.1 published