[Win8.1 x64] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB"

VallMasker

New member
Joined
Sep 28, 2017
Posts
1
I had some problems in my computer so i run the sfc /scannow to see if some files are corrupted, and the command says:
Windows Resource Protection found corrupt files but was unable to fix some of them. Details are included in the CBS.Log %WinDir%\Logs\CBS\CBS.log.
So i saw the sfcdetails.txt in my desktop and have four files corrupted:
2017-09-28 11:50:03, Info CSI 0000060f [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version = 6.3.9600.17415, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch.

2017-09-28 11:50:16, Info CSI 00000611 [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version = 6.3.9600.17415, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch.

2017-09-28 12:11:19, Info CSI 00000979 [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version = 6.3.9600.17415, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch.

2017-09-28 12:11:20, Info CSI 0000097b [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version = 6.3.9600.17415, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch.

I read this page: [Win8/8.1] GUIDE: CNBJ2530.DPB and prncacla.inf Corruptions but before i run the SFCFIX.exe i want to know if this is the solution of this problem or i will only make it worst. I have Windows 8.1 x64. I attach the file of details of my system and sfcdetails.txt
 

Attachments

Re: Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB"

Hi VallMasker. :welcome:

Unfortunately that file keeps corrupting itself (in Win8/8.1).
BTW, it won't cause any problems to windows, apart from that annoying SFC corruption.

MS command to repair that file is:
Code:
DISM /Online /Cleanup-Image /RestoreHealth
Then check if it worked with:
Code:
SFC /scannow
Sometimes those commands won't work, that's why that guide came up.
You should try that guide you linked in your previous/first post.

To speed things up, I made my own batch file to solve the problem in few seconds, when I had Win8/8.1.
It doesn't appear in Win10!
 

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

Back
Top