rumen Posted July 26, 2016 Posted July 26, 2016 Hi AutoIt Community! I need help with a weird situation - starting today, SciTE reports that ALL of my scripts finish with error. More specifically, the error reported is >Process failed to respond; forcing abrupt termination...>Exit code: 2 Time: 12.03 This is happening for every file I open and I don't think it is code related, because it still happens even if all I have in the file is Sleep(5). At this point, I don't really have a way to know if any new code that I write is error free or not.
water Posted July 26, 2016 Posted July 26, 2016 You need to provide more information! If all scripts worked yesterday and crash today you need to check what changed in the meantime. Which software did you install, which operating system settings did you change etc. etc. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
ur Posted July 26, 2016 Posted July 26, 2016 1 hour ago, water said: You need to provide more information! If all scripts worked yesterday and crash today you need to check what changed in the meantime. Which software did you install, which operating system settings did you change etc. etc. I agree with @water Check your code for changes, try using winmerge or beyond compare for comparison.
water Posted July 26, 2016 Posted July 26, 2016 (edited) Google only returns a single hit for Quote autoit abrupt termination "exit code: 2" So that's quite strange. You did a syntax check before running the script? Could you please post all messages from the SciTE output pane? Edited July 26, 2016 by water My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
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