Jump to content

Recommended Posts

Posted

An AUTOIT app just stopped running on several machines in our office after applying the recent Win10 1803 update.

Here are the details:

1.  The App is now failing the UDPBIND call with a 10022 error.

2.  The App runs fine on machines which have NOT YET applied the 1803 Win10 update just released

3.  The App fails on all machines to which the 1803 has been applied - but only if the app is loaded from a network share!

4.  If the app is run from a LOCAL drive, it continues to run fine even after the 1803 update

In summary:

Something has changed with the Win10 1803 update which now prevents AutoIT apps from opening UDP ports (UDPBIND) if the Apps are being loaded/run off a network share!

I have confirmed this by manually updating a workstation to 1803 and confirming this is what is causing the failure.  (Worked fine immediately before - now fails immediately after)

Also, I am not having issues running other Autoit network apps from network shares which DON'T use the UDPBIND call. (i.e. "DriveMapAdd" is still working under the same conditions)

The share which we have been loading/running our apps from is running SMB v1.5 protocols (via Linux/Samba)

Posted

Is there a question?

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

  Reveal hidden contents

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Posted
  On 5/10/2018 at 8:21 PM, BrewManNH said:

Is there a question?

Expand  

No...  I'm providing this info in the event that the UDPBIND function could be updated to resolve this problem and so other folks can be aware of the issue if they too notice their network apps stop working. 

K?

  • 1 month later...
Posted

Another piece of information:

- While the compiled executable fails if run from a network share, the same code will run fine if run through the interpreter ("Go")...

Posted

Using go... you are using exe from local drive, not from network share

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)

Windows 10 1803 added several new features to Windows Defender.  I doubt the issue has anything to do with AutoIt.  If you are using Windows Defender, it would be the first thing I would look at in trying to find the root cause.  If you are using it, I would try temporarily disabling it or at least temporarily excluding whatever folders are involved to see if it may be the culprit.

https://docs.microsoft.com/en-us/windows/whats-new/whats-new-windows-10-version-1803

Edited by TheXman
Added reference to what's new in 1803
Posted

I talked about the same problem here:

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

and a recent Windows update is reported to have fixed the issue. i updated the details in the post linked above by @mLipok.

Signature - my forum contributions:

  Reveal hidden contents

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...