FHannes Posted June 11, 2014 Share Posted June 11, 2014 The first 3.41 beta build is now available. 3.41 will be mainly a small maintenance release as I'm focusing my efforts on developing SCAR 4. Nonetheless, it has some important fixes and the latest updates from the PascalScript GitHub repository. Downloads: SCAR Divi Development Changelog: Bugfixes: - ReverseATPA did not function correctly - Large memory leak in the script engine Tweaks: - Updated PascalScript engine to latest build (5d00e6cfb950a3c898d2d6813862199e5c5142c6) Enjoy ~Freddy Quote Link to comment Share on other sites More sharing options...
Oort Posted February 5, 2015 Share Posted February 5, 2015 I've been getting an "[PS]Internal Error on Line 1" sporadically. This occurs when I press Ctrl-Alt-A to pause a script, but instead of pausing the script ends and gives that message. It seems to occur after my script has been running for about an hour or so. Not sure if its something I've done in my script or something with SCAR. If I close SCAR and reload it still eventually occurs. Quote Link to comment Share on other sites More sharing options...
Wanted Posted February 8, 2015 Share Posted February 8, 2015 Pausing a script is generally not a good idea. It's not a feature I've used ever Quote Link to comment Share on other sites More sharing options...
Oort Posted February 9, 2015 Share Posted February 9, 2015 ? You never paused your script in order to examine the variables and to track down problems to see why things aren't going right? You do understand that I'm referring to the pause hot key feature of SCAR itself with the step through and step over commands? Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted February 11, 2015 Share Posted February 11, 2015 ? You never paused your script in order to examine the variables and to track down problems to see why things aren't going right? You do understand that I'm referring to the pause hot key feature of SCAR itself with the step through and step over commands? This is perhaps *THE* most useful feature in SCAR for me. Being able to step through a script is insanely useful for debugging a script. Been working with "the other guys" for the last while in order to script for RS3 and man oh man I miss this feature. Quote Link to comment Share on other sites More sharing options...
Oort Posted February 11, 2015 Share Posted February 11, 2015 I thought it odd what Wanted said, because I had found a message where he described the usefulness of pause, step into and step over in another thread. Figured he just misunderstood what I said. Quote Link to comment Share on other sites More sharing options...
Wanted Posted February 12, 2015 Share Posted February 12, 2015 I thought it odd what Wanted said, because I had found a message where he described the usefulness of pause, step into and step over in another thread. Figured he just misunderstood what I said. Think you have me confused with someone else. I guess either I don't need to debug scripts often because I fix any issues generally fast or rarely run into them or I just use WriteLn's or Canvases. Quote Link to comment Share on other sites More sharing options...