Closed BioEnableDesktopTeam-Github closed 3 years ago
@vikrant-bioenable Could you check this issue? https://github.com/takuya-takeuchi/DlibDotNet/issues/153
my cpu is intel i5 7th generation...... it works on some machine perfectly...but on some machine showing above error... i had installed VC_redist.x64.exe also. file version - 14.26.28720.3...... after installing works on some machine ...but NOT on all
@vikrant-bioenable
C:\Users.....\Documents\Visual Studio 2005
Are you kidding? Do you use VS 2005? I doubt your machine does not have VC++ 2017 runtime.
I have installed VC++ 2015-2019 runtime... please see attached image
@vikrant-bioenable I have a few time to check issue. Could you give the minimum sample project reproduce issue?
Hello sir , please find my source code build in Visual Studio 2019 - having above mentioned issue at below line -
fr = FaceRecognition.Create(AppRootPath + "\models");
GITHUB LINK - https://github.com/vikrant-bioenable/DemoProjectFacerecognition.git
Dear Sir.., Please update.. I am stucked here...
sorry, I lost your message. let me check again. thanks
And created Hyper-V machine, install only VS2019. After this, did the avobe steps again. But there is no issue.
I can not reproduce your issue.
Dear Sir, On my machine also it works very fine.... but on client machine this code fails at fr = FaceRecognition.Create(AppRootPath + "\models");
Clients machine configuration is : Windows 10 pro 64 bit machine
Please Help me out of this issue... I also Installed vc++ redist 2015-2019 on client machine and also installed .net core 3.1 runtime...
still above issue occurs
Just for reference, has the same issue and was solved by using an older build for cpus without AVX instruction set. See here: https://github.com/takuya-takeuchi/DlibDotNet/issues/153#issuecomment-553400395
Maybe the reason is need to install old Net Framework version like 2.0, 3.0, 3.5,....it's worked for me :D
2020-08-26 18:11:43.163 Error Error in Main Method - System.DllNotFoundException: Unable to load DLL 'DlibDotNetNative': A dynamic link library (DLL) initialization routine failed. (Exception from HRESULT: 0x8007045A) at DlibDotNet.NativeMethods.get_frontal_face_detector() at FaceRecognitionDotNet.FaceRecognition..ctor(String directory) at FaceRecognitionDotNet.FaceRecognition.Create(String directory) at Camera_Capture_ConsoleApplication.Program.Main(String[] args) in C:\Users.....\Documents\Visual Studio 2005\Projects\Camera_Capture_ConsoleApplication\Camera_Capture_ConsoleApplication\Program.cs:line 3139 2020-08-26 18:11:43.166 Error Error in Main Method - Unable to load DLL 'DlibDotNetNative': A dynamic link library (DLL) initialization routine failed. (Exception from HRESULT: 0x8007045A)
at line : fr = FaceRecognition.Create("C:\WFH_Client\models");
working on some machines and not on some machine
machine config : windows 10 pro 64 bit