Jump to content

Recommended Posts

Posted

I have just installed the AutoIt v3.3.6 package onto a new Windows 7 Ultimate (64) laptop.

All seems fine...I was given the option of installing AutoIt 64-bit modules as required.

A minor issue..attempts to run Au3Recoder and immediately a pop up window appears simply containing the text 'DLL Load failure'.

I have attempted to call Au3recorder from both the SciTE pulldown menu and also directly executing both Au3Recoder.exe and Au3Recoder64.exe but I still get the same error.

Posted

I temporarily disabled Comodo Firewall and AVG 9.0 and rebooted.

Logged on under Administrator and Au3Recorder_x64.exe stll displays 'DLL Load Error'

However Au3Recorder.exe now works.

I reinstated both AVG and Comodo and can successfully manually execute Au3Recorder.exe, but Au3Recorder_x64.exe definitely still fails either invoked manually or via the SciTE Tools pull down menu

  • 2 weeks later...
  • 2 months later...
Posted

This issue exists on Windows 7 x64 as well as Windows XP SP2 x64. I tried it on VMWare virtualized machines without any anti-virus, and it still show "DLL failed to load".

On Windows XP x86 machines however, the recorder function works fine. It looks definitely like a x64 bug.

  • 3 weeks later...
Posted

Same problem here on Windows 7 (x64). I've tried it on my system after disabling AntiVirus

and I tried it on a VM with no AV installed.

In all attempts at installing, there is no shortcut created for AU3Record and manually

running Au3Record_x64.exe produces the "DLL load Failed" Error whenever I press the

'Click to Record' button.

  • 1 month later...
Posted (edited)

I am having the same problem....

Workaround for me is to manually start the C:\Program Files (x86)\AutoIt3\Extras\Au3Record\Au3Record.exe

It seems to work fine for me. (although I did not test it out thoroughly.)

If I will need the recorder more often, I will make a script that starts the 32b version :blink:

Edited by Montfrooij
  • 3 months later...
Posted (edited)

I am having the same problem....

Workaround for me is to manually start the C:\Program Files (x86)\AutoIt3\Extras\Au3Record\Au3Record.exe

It seems to work fine for me. (although I did not test it out thoroughly.)

If I will need the recorder more often, I will make a script that starts the 32b version :graduated:

It seems that Windows 7 needs that the "path" variable contains the path to Au3Record_x64.exe.

Proceed as follows:

Control Panel -> System and Security -> System -> Remote Settings ->

System Properties -> Advanced -> Environment Variables .

Modify the "path" variable by adding ";C:\Program Files (x86)\AutoIt3\Extras\Au3Record" at the end of it.

DON'T ERASE ANYTHING AND CHECK THAT THE ";" CARACTER PRECEDES "C:\Program Files (x86)\AutoIt3\Extras\Au3Record" !!!

Now, you should be able to use Au3Record_x64.exe.

Regards.

Pierre

Edited by Pierre40a
  • 7 months later...
Posted

Hello all you nice people:

In my path statement is this line:

C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Windows Imaging\;C:\Program Files (x86)\Universal Extractor;C:\Program Files (x86)\Universal Extractor\bin;C:\Program Files (x86)\AutoIt3\Extras\Au3Record

In my: C:\Program Files (x86)\AutoIt3\Extras\Au3Record folder are the files :ASWhook.dll,Au3Record.exe and the Au3Record_x64.exe files.

I still can't get au3record_64.exe to Work on Windows 7 x64 Ultimate Service Pack 1. What am doing wrong? I am getting the unable to load dll. Does this work with Service Pack 1? Thank you, John

  • 1 month later...
Posted (edited)

Neither adding the program directory to the path nor running it as administrator helped for me. Note that in the Au3Record_x64.exe binary, the DLL name is "ASWhook_x64.dll" (as a Unicode string at offset 13598 in my version).

Copying the 32-bit DLL and renaming to this fails, so presumably it needs a 64-bit compiled version. Not sure where to get this, but it's no biggie for me (the code generated by Au3Recorder looked a bit brittle).

Edited by exolon
  • 1 month later...
  • 2 weeks later...
  • 1 month later...
Posted

This may be due to Win7 x 64 directory name. For some reason it does not like names with "(" or ")" - so C:\Program Files (x86)\AutoIt3 is not acceptable.

Try using C:\Program Files x86\AutoIt3 as the install directory and see what happens!!

Good luck.

  • 2 weeks later...

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...