Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AU3Recorder not running

I downloaded the latest version and ran full installation using default settings. Then I downloaded SciTE4AutoIt3.exe. I created and saved a new .au3 file. When I click the AU3Recorder option in Tools menu nothing happens (I expected the recorder window to come up).

I searched C:\Program Files (x86)\AutoIt3\SciTE and C:\Program Files (x86)\AutoIt3\Extras but can't find AU3Recorder.exe there so that's probably why it didn't run. I also tried reinstalling those two application already. How to get the recorder to work on Windows 8.1 Enterprise?

I found the zip file for AU3Recorder.exe and put it in C:\Program Files (x86)\AutoIt3\Extras\Au3Record\. The recorder window now opens but when I click record I get an error popup that says "DLL load Failed". What DLL file is meant and where I can get it?

like image 341
Alice Avatar asked Jul 29 '15 20:07

Alice


3 Answers

I downloaded the zip file instead of the install file.

  • Open the zip and file go to install/Extras.
  • Copy entire Au3Record folder.
  • Paste in C:\Program Files(x86)\AutoIt3\Extras\.

It worked without even closing AutoIt. I did not have to install the Microsoft Visual C++ 2010 x86 Redistributable, but I may have installed it at an earlier time.

like image 57
dddddd Avatar answered Nov 11 '22 03:11

dddddd


Summary of steps that I followed:

  1. Downloaded AutoIt.
  2. Downloaded Script Editor.
  3. Downloaded zip file
  4. Copied entire Au3recorder folder into Program Files (x86)\AutoIT\Extras\.
  5. Rebooted system.
  6. Created new au3 script.
  7. Saved.
  8. Went to Tools > Auto Recorder and confirmed that auto recorder appeared.
like image 5
ToofanHasArrived Avatar answered Nov 11 '22 02:11

ToofanHasArrived


Looks like the last version of the zip to include plugin is here

like image 2
Taliesin Avatar answered Nov 11 '22 03:11

Taliesin