bad argument to 'insert' (table expected, got nil) #3
Labels
Sans labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
Sans jalon
Sans projet
Sans assignation
1 participant
Échéance
Aucune échéance n'a été définie.
Bloque
#4 Addon is not working in classic WoW}
Albirew/ButtonForge-classic
Référence : Albirew/ButtonForge-classic#3
Chargement…
Référencer dans un nouveau ticket
Sans contenu.
Supprimer la branche "%!s()"
La suppression d’une branche est permanente. Bien qu’une branche supprimée puisse temporairement subsister, elle NE PEUT PAS être facilement restaurée. Continuer ?
when trying to create a new bar:
Message: Interface\AddOns\ButtonForge-classic\Util.lua:737: bad argument #1 to 'insert' (table expected, got nil)
PM from xfsbill at Curse:
Yes, there's still a bunch of errors left to fix. Those "table expected" errors are probably the variable that wasn't initialized to = {}
content of Util.lua:733-739:
if (not BarSave) then
BarSave = Util.NewBarSave();
BarSave["Left"] = Left;
BarSave["Top"] = Top;
table.insert(ButtonForgeSave.Bars, BarSave); --#line 737
PlaySound(177, "Master");
end