How to get more error info?

Posted by Tesagk on Mon 05 Dec 2016 04:16 PM — 3 posts, 14,776 views.

#0
Most of the errors I've received so far in MUSHclient are quite detailed and I can figure out what the problem is. However, I will get the following:

"Trigger function "dslpnp.statusbar.promptHandler" cannot execute - scripting disabled/parse error."

and have no idea what is causing the failure. Is there a way to get more error info? I have "Note Errors" and "Warn if Inactive" enabled.
Australia Forum Administrator #1
This is not a scripting error as such, but a warning that because of a previous error in that script, the function will not be called. So you need to fix the previous error and reload the script file.
#2
Nick Gammon said:

This is not a scripting error as such, but a warning that because of a previous error in that script, the function will not be called. So you need to fix the previous error and reload the script file.


Oh. OK, thank you. It did go away after I fixed an error, so... makes sense.