Minor DWAINE scripts freeze terminal - Printable Version +- Goonstation Forums (https://forum.ss13.co) +-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6) +--- Forum: Bug Reports (https://forum.ss13.co/forumdisplay.php?fid=9) +--- Thread: Minor DWAINE scripts freeze terminal (/showthread.php?tid=7847) |
DWAINE scripts freeze terminal - Cirrial - 01-02-2017 When I try using a standard teleman script along the following lines: echo #!|nif argc 3 ne | echo Oops. | break|nteleman coords $arg0 $arg1 $arg2|nteleman scan ^sc The expected output would be an "OK" from the coords command and whatever the output of scan would be. Instead, I get "OK", "OK" and then the terminal hangs until I restart it and log in again. This seems to happen for any script using commands that would return output? I've had artifact research scripts break like this before as well. RE: DWAINE scripts freeze terminal - Flourish - 01-03-2017 I've experienced similar problems. If I run a send/receive script, I get "OK", "OK", and it actually does send/receive, but then the terminal has a chance of freezing, and then I have to restart (which is quite annoying). When I run a scan script, I do get the results, but then the same thing happens (ie. it might freeze). edit: I've never noticed it until now, but apparently terminals can also sometimes freeze even when you're just using the standard guardbuddy scripts... D: RE: DWAINE scripts freeze terminal - The Grim Sleeper - 01-06-2017 Adding this here, as it seems to be the same problem. Original posted here: https://forum.ss13.co/showthread.php?tid=7889 (01-06-2017, 08:20 AM)The Grim Sleeper Wrote: I like using TermOS scripts to make shorthand scripts for many gptio functions. |