philkryder Posted February 26, 2016 Posted February 26, 2016 Is there any way to find the root cause of the subject RC and Exit Code? I have a 700 line script that looks at IE pages and inserts HTML into selected controls. >"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "R:\Operations\MacroTools\HighLightWarningMessages\WarningByCaseOrPAR.au3" /UserParams +>17:17:28 Starting AutoIt3Wrapper v.15.920.938.0 SciTE v.3.6.0.0 Keyboard:00010409 OS:WIN_7/Service Pack 1 CPU:X64 OS:X64 Environment(Language:0409) +> SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE UserDir => C:\Users\Pkryder\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper SCITE_USERHOME => C:\Users\Pkryder\AppData\Local\AutoIt v3\SciTE >Running AU3Check (3.3.14.2) from:C:\Program Files (x86)\AutoIt3 input:R:\Operations\MacroTools\HighLightWarningMessages\WarningByCaseOrPAR.au3 +>17:17:28 AU3Check ended.rc:0 >Running:(3.3.14.2):C:\Program Files (x86)\AutoIt3\autoit3.exe "R:\Operations\MacroTools\HighLightWarningMessages\WarningByCaseOrPAR.au3" --> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop
JohnOne Posted February 26, 2016 Posted February 26, 2016 I don't think there is. But it means your code is badly flawed, and you need to do some debugging. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
philkryder Posted February 26, 2016 Author Posted February 26, 2016 Is there any kind of stack trace to lead back to a function call or clue where to look?
JohnOne Posted February 26, 2016 Posted February 26, 2016 Not that I'm aware of, It's internal to AutoIt I believe. Something your code did caused AutoIt to end badly. There is no substitute for good robust error checking. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now