MarekKowalski / HoloFace

A framework for facial augmented reality on HoloLens
MIT License
98 stars 16 forks source link

HoloFace not loading the content #5

Open ArzaEshita opened 6 years ago

ArzaEshita commented 6 years ago

Hi, We are using HoloFace to build a game. It used to work perfectly fine in the beginning but now on deploying we can't see the content at all. We tried it on two different Hololens and it doesnt work on both. (It worked day before yesterday and since yesterday it stopped working, we haven't changed anything at all). What do we do ?

ArzaEshita commented 6 years ago

We are getting the 'application is in a break mode' error because of HoloLensForCV.dll. Please let us know how to fix this.

Error - Unhandled exception at 0x6254B07D (HoloLensForCV.dll) in HoloFace.exe: 0xC0000005: Access violation reading location 0x00000000.

MarekKowalski commented 6 years ago

Hi,

This is likely because HoloLens has been updated to a newer version of Windows, and the HoloLensForCV.dll that is compiled as part of the project does not work properly any more.

I suggest you try to replace it with the official version from https://github.com/Microsoft/HoloLensForCV However, I remember making some changes to the original code, so I'm not sure whether it is a drop in replacement, please try. To make sure you might want to check what is the difference between the version of HoloLensForCV placed in my repo and the official one used at the time and the try to apply the same difference to the new HoloLensForCV.

I am currently a bit busy, so it's hard to find time to look into this on my side - sorry. Let me know if you have any questions.

Best regards,

Marek