--ll.Dialog(ll.GetOwner(), "Empty Table", {}, 1) --This works, presents the dialog and prints done.
ll.Dialog(ll.GetOwner(), "Nil", nil, 1) --This hangs, no dialog, no done. Should either trigger an error or treat nil as an empty table.
print("done")
You can thank a puzzled SLua class student, Marie (MarieOmani), for triggering this error.