smbape Posted July 13 Author Posted July 13 @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?
konya Posted July 15 Posted July 15 (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. Edited July 15 by konya
k_u_x Posted September 7 Posted September 7 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?
k_u_x Posted September 7 Posted September 7 An additional version of 4.10.0 is in use. This is an error that works fine, but only occurs on some computers.
smbape Posted September 13 Author Posted September 13 Hello @k_u_x There is not enough information. Follow these instructions and if it does not work, please provide there errors you have.
unspeaking Posted October 3 Posted October 3 Please help me.It show error "Error: unable to load opencv_world4100.dll".
smbape Posted October 5 Author Posted October 5 Hello @unspeaking Please follow these instructions and if it does not work, please provide there errors you have.
unspeaking Posted October 6 Posted October 6 10 hours ago, smbape said: Hello @unspeaking Please follow these instructions and if it does not work, please provide there errors you have. I followed the instructions, but I'm still getting the error as shown in the picture.
smbape Posted October 6 Author Posted October 6 (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 October 6 by smbape
unspeaking Posted October 6 Posted October 6 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now