Jump to content

Recommended Posts

Posted

@konya DLL load failure is a surprise for me.
Have you downloaded the new opencv version, not juste the new udf?
Can you verify that you are using opencv 4.10.0 dll and not openvv 4.7.0 dll when opening the udf dll?

Posted (edited)

@smbape

 I'm have test more for 4100 version, have chinese path will fail,the same 470 issue is open image have chinese path will fail.

Chinese_folder_fail.JPG

English_folder_pass.JPG

Edited by konya
  • 1 month later...
Posted

Hello.
Use a translator Communication may not be smooth.

First of all, some computers are experiencing DLL load errors.
opencv_get() <-- Error occurring in this part.

As a result of testing, it seems to be related to the authority.

Do you know any solution to this error?

Posted

An additional version of 4.10.0 is in use.

This is an error that works fine, but only occurs on some computers.

  • 3 weeks later...
Posted (edited)

Hello @unspeaking
It seems like you are not using the x64 version of AutoIt.

Can you run the following command
"C:\Program Files (x86)\AutoIt3\AutoIt3_x64.exe" "C:\Users\t0n\Desktop\script\TestOpencv\node-autoit-opencv-com-2.6.2\samples\02.1-show-image-gui-autosize.au3"
If the file AutoIt3_x64.exe is missing, then your AutoIt installation does not have the x64 version.
Reinstall AutoIt with the x64 version.

If it works, then, the #AutoIt3Wrapper_UseX64=y directive can only be used on the full SciTE editor.
To check that, can you install the full SciTE editor here

When running the script from SciTE, there should be a line Running:(3.3.16.1):C:\Program Files (x86)\AutoIt3\autoit3_x64.exe

 

Edited by smbape
Posted
7 hours ago, smbape said:

Hello @unspeaking
It seems like you are not using the x64 version of AutoIt.

Can you run the following command
"C:\Program Files (x86)\AutoIt3\AutoIt3_x64.exe" "C:\Users\t0n\Desktop\script\TestOpencv\node-autoit-opencv-com-2.6.2\samples\02.1-show-image-gui-autosize.au3"
If the file AutoIt3_x64.exe is missing, then your AutoIt installation does not have the x64 version.
Reinstall AutoIt with the x64 version.

If it works, then, the #AutoIt3Wrapper_UseX64=y directive can only be used on the full SciTE editor.
To check that, can you install the full SciTE editor here

When running the script from SciTE, there should be a line Running:(3.3.16.1):C:\Program Files (x86)\AutoIt3\autoit3_x64.exe

 

Thank you.It works.

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...