DlibDotNet icon indicating copy to clipboard operation
DlibDotNet copied to clipboard

Faulting module name: DlibDotNetNative.DLL

Open Areeeb opened this issue 4 years ago • 1 comments

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 avatar Jan 12 '21 17:01 Areeeb

@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

takuya-takeuchi avatar Jan 12 '21 23:01 takuya-takeuchi