Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faulting module name: DlibDotNetNative.DLL #227

Open
Areeeb opened this issue Jan 12, 2021 · 1 comment
Open

Faulting module name: DlibDotNetNative.DLL #227

Areeeb opened this issue Jan 12, 2021 · 1 comment

Comments

@Areeeb
Copy link

Areeeb commented Jan 12, 2021

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?

@takuya-takeuchi
Copy link
Owner

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants