nrwicks Posted August 1, 2012 Posted August 1, 2012 I am experiencing a long delay using the Scite editor for AutoIt.The delay appears to be attributed to starting AutoIt3Wrapper.exe. From then on, things run fine.I created a simple Testv02.au3, and Pressed F5 at exactly 10:47:00>"C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:\Data\Testv02.au3" /UserParams +>10:48:18 Starting AutoIt3Wrapper v.2.1.0.33 Environment(Language:0409 Keyboard:00000409 OS:WIN_7/ CPU:X64 OS:X86)>Running AU3Check (1.54.22.0) from:C:\Program Files\AutoIt3+>10:48:34 AU3Check ended.rc:0>Running:(3.3.8.1):C:\Program Files\AutoIt3\autoit3.exe "C:\Data\Testv02.au3" The big problem is the 1 minute 18 seconds, from 10:47:00 to 10:48:18 before starting AutoIt3Wrapper.AutoIt and the Scite editor run fine on many other machines from the same install source.Testv02.au3 runs fine on these other machines.This problem only occurs on 2 machines (both the same) - Windows 7 32-bitThe stripped down editor installed with AutoIt runs fine.The delay is not related to Testv02.exe, the delay is the same no matter what au3 file is usedPossibly related problem:When right clicking on Autoit3Wrapper.exe, and selecting properties, there is a very long delay (minutes) before the properties dialog panel is displayed, (with the nasty windows 7 spinning wait ring)Anyone have any ideas - Thanks
Moderators Melba23 Posted August 1, 2012 Moderators Posted August 1, 2012 nrwicks, Welcome to the AutoIt forum. Do the 2 machines run different AV software to the others? Or if they have the same AV do they have different settings? That would be my first guess. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
nrwicks Posted August 1, 2012 Author Posted August 1, 2012 Yes, the 2 machines do run different AV, and I am unable to turn off the AV on the 2 machines exhibiting this problem. Do you think that an exe scan could take over 1 minute. ? Somehow I think that the long delay before displaying the properties dialog on right click (only on this file) is telling me something. Thanks for the welcome and the help. - Neil
nrwicks Posted August 3, 2012 Author Posted August 3, 2012 M23, You were correct - managed to add ..wrapper.exe to exclusion list - now it works fine - 1or2 seconds - Thanks
Moderators Melba23 Posted August 3, 2012 Moderators Posted August 3, 2012 nrwicks, Glad I could help. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
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