Need help replacing corrupt file

Bbarkman

New member
Joined
Dec 5, 2013
Posts
1
Hi, I need help replacing this file that couldn't be repaired by SFC or running the SFCFix program with the Windows 8 DVD in.

I also had problems with the CNBJ2530.DPB file everyone is having trouble with but fixed it pretty quick after I saw all the threads about it.

Here is the logs from sfcdetails.txt

Code:
2013-11-22 19:06:12, Info                  CSI    000003d9 [SR] Cannot repair member file [l:34{17}]"lm.de-CH-1996.dat" of Microsoft-Windows-TextPredictionEngine.de, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-11-22 19:06:14, Info                  CSI    000003db [SR] Cannot repair member file [l:34{17}]"lm.de-CH-1996.dat" of Microsoft-Windows-TextPredictionEngine.de, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-11-22 19:06:14, Info                  CSI    000003dc [SR] This component was referenced by [l:164{82}]"Microsoft-Windows-TabletPC-Package~31bf3856ad364e35~amd64~~6.3.9600.16384.TabletPC"
2013-11-22 19:06:14, Info                  CSI    000003dd [SR] This component was referenced by [l:188{94}]"Microsoft-Windows-TextPrediction-Package~31bf3856ad364e35~amd64~~6.3.9600.16384.TextPrediction"
2013-11-22 19:06:14, Info                  CSI    000003e0 [SR] Could not reproject corrupted file [ml:520{260},l:66{33}]"\??\C:\WINDOWS\SKB\LanguageModels"\[l:34{17}]"lm.de-CH-1996.dat"; source file in store is also corrupted

If you guys could help me out or point me in the right direction it would be appreciated.
 
Hi bbarkman! :)
Have you tried the following command (from an elevated command prompt)?

Code:
dism /online /cleanup-image /restorehealth
 
Hi,

It appears this thread got forgotten! Sorry about that!

Indeed - follow the above advice from Xilolee. If that doesn't work, can you do the following:

SFC Scan


  1. Press the Windows Key on your keyboard and X to open up the Power User Tasks Menu
  2. Click (or tap) Command Prompt (admin)
  3. When command prompt opens, copy and paste the following commands into it, press enter after each

    sfc /scannow

    Wait for this to finish before you continue (approximately 15 minutes)

    copy %windir%\logs\cbs\cbs.log %userprofile%\Desktop\cbs.txt

  4. This will create a file, cbs.txt on your Desktop. Please attach this to your next post.


Stephen
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top