Microsoft VC90.CRT error
Hi,
I am getting this weird error. Can anyone help me with this
Answers (3)
Vc ++ 9.0.21022.8 Redistributable is missing
Thanks jdornan, I got the solution. The media is perfectlt correct. In the error, it shows Vc ++ 9.0.21022.8 Redistributable is missing, so I downloaded it and installed it. Though I have 9.0.3 something, it is looking for this software in particular, so it did not run. Now the software is working perfectly.
Stage (1): flags: 8 app: [Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp: Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral man: @0x48de5c
StageFile (2): flags: 8 app: [Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp: Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral file: [ml:24{12},l:22{11}]"msvcr90.dll" srcfile: @0x48df7c
StageFile (2): flags: 8 app: [Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp: Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral file: [ml:24{12},l:22{11}]"msvcp90.dll" srcfile: @0x48e00c
StageFile (2): flags: 8 app: [Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral]) comp: Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope
2013-02-25 12:20:24, Info CSI neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral file: [ml:24{12},l:22{11}]"msvcm90.dll" srcfile: @0x48e09c
AddCat (14): flags: 0 catfile: @0x438ec4
2013-02-25 12:20:24, Info CSI 00000009 Hashes for file member \SystemRoot\WinSxS\Temp\30f88e657c13ce0102000000640f3c05\8a5a91657c13ce0104000000640f3c05_msvcr90.dll do not match actual file [ml:24{12},l:22{11}]"msvcr90.dll" :
Found: {l:20 b:l4WxxJPetbITTcSu83Gc7iBwAbw=} Expected: {l:20 b:4Nzcv8tFJ0faUw+uawANR8hnRnE=}
Found: {l:20 b:VF5ECUAHPV7EnUf+/UIXMPizPvs=} Expected: {l:20 b:KSaO8M0iCtPF6YEr79P1dZsnomY=}
2013-02-25 12:20:24, Error CSI 0000000a@2013/2/25:17:20:24.137 (F) d:\w7rtm\base\wcp\manifestparser\hashverify.cpp(547): Error STATUS_SXS_FILE_HASH_MISMATCH originated in function Windows::ManifestParser::Rtl::CmsVerifyFileHashes expression: (null)
[gle=0x80004005]
2013-02-25 12:20:24, Error CSI 0000000b (F) STATUS_SXS_FILE_HASH_MISMATCH #888# from CCSDirectTransaction::VerifyFileHashesComponent: Microsoft.VC90.CRT, Version = 9.0.21022.8, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral, File: [ml:24{12},l:22{11}]"msvcr90.dll"
[gle=0xd015001b]
2013-02-25 12:20:24, Error CSI 0000000c (F) STATUS_SXS_FILE_HASH_MISMATCH #834# from CCSDirectTransaction::OperateEnding at index 1 of 5 operations, disposition 0[gle=0xd015001b]
2013-02-25 12:20:24, Error CSI 0000000d (F) HRESULT_FROM_WIN32(ERROR_SXS_FILE_HASH_MISMATCH) #224# from Windows::COM::CComponentStore::InternalTransact(...)[gle=0x800736cc]
If anyone understand this log, please help
Comments:
-
As i suspected it is a problem with the side by side assembly.
STATUS_SXS_FILE_HASH_MISMATCH (SXS = side by side)
Per MS in this instance
As shown later in this document, the error message STATUS_SXS_FILE_HASH_MISMATCH typically means that the setup media is corrupted. Recreating the Image Builder Wizard media, either by re-burning the DVD or re-copying the files to a USB drive) generally solves the problem. If that does not fix the problem, your original download may be corrupted, so re-downloading and re-creating the setup media may help. - jdornan 11 years ago