truestone Lv 1
The program aborts when dialog.Show is accidentally passed a table value that is not a dialog. For instance this LuaV2 recipe crashes the program:
dialog.Show({})
The program aborts when dialog.Show is accidentally passed a table value that is not a dialog. For instance this LuaV2 recipe crashes the program:
dialog.Show({})
Thank you for your report, truestone. We are working on getting this resolved presently.
If you fix this one, you should fix all of the dialog functions and error() which all crash the client if the arguments are the wrong type.
Thanks, brow42. We are looking into it.
Well, I'll consider myself lucky then that is was the first time I crashed foldit due to a script error. Type errors such as passing nil (i.e. a mistype variable name) seem to be cleanly intercepted.