DlibDotNet
DlibDotNet copied to clipboard
Faulting module name: DlibDotNetNative.DLL
Hi,
The library is working fine during development time, i am using Visual studio 2019 for development on Windows 10, i deployed my solution to IIS and it works fine.
But when I deploy it to actual server that is Windows Server 2012, the application is crashing as soon as the code makes a request to Dlib.GetFrontalFaceDetector();
I checked the application logs and its raising error saying, Faulting module name: DlibDotNetNative.DLL, version: 19.21.0.0, time stamp: 0x5fba02e3
Any leads or possible solutions to this?
@Areeeb I'm not sure your machine but your cpu may be old. Legacy cpu can not support AVX2 instructions.
Could you show me error code? thanks