Opened 7 years ago
Closed 6 years ago
#3690 closed Bug (Works For Me)
ieCreate function failing with Windows 10 update 1804
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.14.5 | Severity: | None |
| Keywords: | Cc: |
Description
Error message: --> IE.au3 T3.0-2 Error from function _IECreate, (Browser Object Creation Failed)
Code:
#include <IE.au3>
Local $oIE = _IECreate("www.autoitscript.com")
Confirmed to have started with Windows 10 update feature release 1804
Attachments (0)
Change History (6)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
BTW, as far as I am aware through extensive searching, there is no update 1804 for Windows 10, only for Windows S. The updates for Windows 10 are only 1803, the Spring update, and 1809 the Fall update. There were no official update builds in between for vanilla Win10.
comment:4 by , 7 years ago
Upon reboot the script runs fine for the first couple of times and then stops working.
Have confirmed that on each machine with the latest feature release this behavior is observed.
comment:5 by , 7 years ago
I can't confirm this problem. I'm running Win10, build 1809, AutoIt 3.3.14.5 and it works for me every time. I never get any errors.
comment:6 by , 6 years ago
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |

Is this computer running Windows 10, or Windows 10 in S mode? If the latter, then there's no support for Internet Explorer in S mode.