You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/autoit-1.3.3/lib/autoit/control.rb:12:in initialize': unknown OLE server: AutoItX3.Control' (WIN32OLERuntimeError)
HRESULT error code:0x800401f3
Invalid class string
from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/autoit-1.3.3/lib/autoit/control.rb:12:in new' from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/autoit-1.3.3/lib/autoit/control.rb:12:in initialize'
from autoit.rb:3:in new' from autoit.rb:3:in
'
The text was updated successfully, but these errors were encountered:
@simon1tan I found the reason. AutoIT libraries are required. I don't know why, but after some Windows updates, the libraries was lost.
Try to run the command: autoit install
This command will ask for admin privileges and will install AutoIt DLL libraries from the directory "https://github.com/rpossan/autoit/tree/master/vendor".
Try it and please let me know if work.
Thank you!
Ruby 2.5.3p105 on Windows 7
Error upon init
C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/autoit-1.3.3/lib/autoit/control.rb:12:in
'initialize': unknown OLE server:
AutoItX3.Control' (WIN32OLERuntimeError)HRESULT error code:0x800401f3
Invalid class string
from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/autoit-1.3.3/lib/autoit/control.rb:12:in
new' from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/autoit-1.3.3/lib/autoit/control.rb:12:in
initialize'from autoit.rb:3:in
new' from autoit.rb:3:in
The text was updated successfully, but these errors were encountered: