Load DLL Error: "SXS: BasepCreateActCtx() Calling csrss server failed. Status = 0xc000004b"
LZL
0
Reputation points
My program (NSIS Installer) crashed due to shell32.dll delay loading dui70.dll failed.
After confirming, the dui70.dll file was not missing and I found the error message:
SXS: BasepCreateActCtx() Calling csrss server failed. Status = 0xc000004b.
More details:
Error msg:
ModLoad: 61610000 6176f000 C:\Windows\SysWOW64\DUI70.dll
SXS: BasepCreateActCtx() Calling csrss server failed. Status = 0xc000004b
ModLoad: 61610000 6176f000 C:\Windows\SysWOW64\DUI70.dll
SXS: BasepCreateActCtx() Calling csrss server failed. Status = 0xc000004b
(6500.7160): Unknown exception - code 00000505 (first chance)
(6500.7160): Unknown exception - code 00000505 (!!! second chance !!!)
eax=04e8e858 ebx=00000000 ecx=00000002 edx=00000000
esi=76ca8124 edi=7679b070 eip=76280f62 esp=04e8e858 ebp=04e8e8b0 iopl=0 nv up ei pl nz ac po nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000212
KERNELBASE!RaiseException+0x62:
76280f62 8b4c2454 mov ecx,dword ptr [esp+54h] ss:002b:04e8e8ac={SETUPAPI!ole32_NULL_THUNK_DATA_DLA <PERF> (SETUPAPI+0x160599) (77110599)}
Stack:
KERNELBASE!RaiseException+0x62
KERNELBASE!DelayLoadFailureHook+0x39
ntdll! LdrpRedirectDelayloadFailure+0x11b
ntdll!LdrpHandleProtectedDelayload+0x475
ntdll! LdrResolveDelayLoadedAPI+0x17b
shell32!_delayLoadHelper2+0x28
shell32!_tailMerge_dui70_dll+0xd
shell32!COperationStatusService::s_CreateInstance+0x37
shell32!COperationStatusService_CreateInstance+0x110
shell32!ECFCreateInstance+0x63
combase!CServerContextActivator::CreateInstance+0x1ec [oneecore\com\combase\objact\actvator.cxx @ 881]
combase!ActivationPropertiesIn: DelegateCreateInstance+0xff5 [onecore\com\combase\actprops\actprops.cxx @ 1931]
combase!CApartmentActivator: CreateInstance+0xbf [gonecore\com\combase\objact\actvator.cxx @ 2189]
combase!CProcessActivator::CCICallback+0x5a [onecore\com\'combase\objact\actvator.cxx @ 1645
combase!CProcessActivator: AttemptActivation+0x35 [onecore\com\combase\objact\actvator.cxx @ 1527]
combase!CProcessActivator: :ActivateByContext+0x6d [onecore\com\combase\objact\actvator.cxx @ 1393]
combase!CProcessActivator::CreateInstance+0x61 [onecore\com\combase\objact\actvator.cxx @ 1271
combase!ActivationPropertiesIn: DelegateCreateInstance+0xbod [onecore\com\combase\actprops\actprops.cxx @ 1931]
combase!CClientContextActivator::CreateInstance+0xfd [onedcore\com\combase\objact\actvator.cxx @ 570]
combase!ActivationPropertiesIn: DelegateCreate Instance+0xc4 [onecore/com/combase\actprops\actprops.cxxx@1983
combase!ICoCreateInstanceEx+0xc12 [onecore\com\com]base\objact\objact.cxx @ 2032]
combase!CComActivator::DoCreateInstance+0x231 [onecore/com/combasse\objact\'immact.hxx @ 401]
combase!CoCreateInstanceEx+0xa2 [onecore\com\combase\objact\actapi.cxx @ 177]
combase!CoCreateInstance+0xbe [onecore\com\combase\objact\actapi.cxx @ 121]
windows_storage!CPerProcessOperationStatusService::s_CreatteOperationStatusService+0x33
SHCore!_WrapperThreadProc+0x175
kerne132!BaseThreadinitThunk+0x19
ntdll!_RtlUserThreadStart+0x2f
ntdll!_RtlUserThreadStart+0x1b
Sign in to answer