Windows 10 on Raspberry Pi 3 Error 0xc000014c

0

I'm using a Raspberry Pi 3 with Windows 10. On the Pi runs a small C# Application that downloads images from a server every 10 minutes.

I prepared the SD (SanDisk 16GB Ultra SDHC - Microsoft verified) with the IOT Dashboard. Operatingsystem build is 16299. The Pi is powered by an 2A Samsung Charger.

When the Pi runs overnight I see a blank screen in the morning. After trying to reboot it, I get the 0xc000014c error.

Can someone tell me why this is happening? Thanks!

MaxMara

Posted 2017-11-06T13:31:04.787

Reputation: 1

0xc000014c = STATUS_REGISTRY_CORRUPT = The structure of one of the files that contains Registry data is corrupt, or the image of the file in memory is alternate copy or log was absent or corrupt. do you had power loss overnight? – magicandre1981 – 2017-11-06T16:09:14.883

No. No power loss. Is there a chance to repair the registry on the SD Card? – MaxMara – 2017-11-07T07:52:52.340

open the broken registry (SYSTEM, Software etc under C:\Windows\System32\config) in regedit.exe on your PC, export it as .reg. create a new working IOT and do the same for the good registry. now use a diff tool to compare the bad and good. reg and look what is different. – magicandre1981 – 2017-11-07T16:47:52.750

No answers