msls31.dll error and 0xc000012f

Sep 7, 2018
1
0
10
Having an issue with opening a program that was previously running well. Now getting error message involving msls31.dll and error code 0xc000012f.
Ran sfc /verifyfile=c:\windows\system32\msls31.dll and there was no integrity violations found. However when I run sfc /scannow I get "Windows Resource Protection found integrity violations." Below is the CBS.log file link.

Any and all help will be greatly appreciated!

https://drive.google.com/file/d/1sDM3hBl1YDKPUDOR7mb9ZdJ4O1ls1sC3/view?usp=sharing
 
Solution
try this

right click start button
choose powershell (admin)
copy/paste this command into same window:
Repair-WindowsImage -Online -RestoreHealth and press enter
once its completed, run SFC /scannow again, and restart PC

1st command cleans the image which is the place that SFC gets its files from to compare to the loaded files, and correct them.

Colif

Win 11 Master
Moderator
try this

right click start button
choose powershell (admin)
copy/paste this command into same window:
Repair-WindowsImage -Online -RestoreHealth and press enter
once its completed, run SFC /scannow again, and restart PC

1st command cleans the image which is the place that SFC gets its files from to compare to the loaded files, and correct them.
 
Solution