Windows 10: RS4,system version 17134.After the first OOBE into the system,wait for a period of...

Discus and support RS4,system version 17134.After the first OOBE into the system,wait for a period of... in Windows 10 BSOD Crashes and Debugging to solve the problem; The problem is opened a case, analysis is normal, but lenovo still want to prove it at MS official forum. As you can see from the following analysis,... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by 君hou, Jul 13, 2018.

  1. 君hou Win User

    RS4,system version 17134.After the first OOBE into the system,wait for a period of...


    The problem is opened a case, analysis is normal, but lenovo still want to prove it at MS official forum.
    As you can see from the following analysis, the reason is that the app deployment service has been started before the user is logged in and has the request and creation of the task, so it has caused the problem of the black screen. Although it seems that the logic of the program is normal, I understand that the phenomenon of the black screen is still a problem, because when you see the black screen, some users are likely to force the computer to reboot. After restarting, you may also encounter the black screen problem, so repeated operation will cause the system to crash.
    Although 6B KB (6B KB, system version 17134.112) is part of the problem of fixing the black screen, there are other black screen problems at the moment.
    It is hoped that the UWP APP deployment mechanism will be improved in the future, such as deployment ahead of time (after starting the boot to a place where the logo circle is in place), or postponed (after getting into the system desktop and waiting for some time to start deploying).


    RS2 and RS3 don't have this problem


    The information is as follows:


    Case ID

    =======

    118060618326638


    Problem Description

    ===================

    Blank screen after Backup/Restore with DISM


    What we have done

    ==================

    The first dump analysis:

    Appreadiness services wait for the deployment complete for preInstalled packages. 1527c705-839a-4832-9118-54d4Bd6a0c89_cw5n1h2txyewy is the first package.


    0: kd> !mex.t -c

    Process Thread CID UserTime KernelTime ContextSwitches Wait Reason Time State COM-Initialized

    svchost.exe (appreadiness, AppReadiness) (ffffca8bb8ffb080) ffffca8bb8f93040 103c.182c 31ms 16ms 378 UserRequest 8s.125 Waiting APTKIND_MULTITHREADED (MTA)


    WaitBlockList:

    Object Type Other Waiters

    ffffca8bafb0a7a0 SynchronizationEvent 0


    Priority:

    Current Base UB FB IO Page

    9 8 0 0 2 5


    # Call Site

    0 nt!KiSwapContext+0x76

    1 nt!KiSwapThread+0x2c6

    2 nt!KiCommitThreadWait+0x13b

    3 nt!KeWaitForSingleObject+0x1ff

    4 nt!NtWaitForSingleObject+0xfc

    5 nt!KiSystemServiceCopyEnd+0x13

    6 ntdll!ZwWaitForSingleObject+0x14

    7 KERNELBASE!WaitForSingleObjectEx+0xa2

    8 appreadiness!Windows::Management:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Deployment::WaitForDeploymentOperation+0x109

    9 appreadiness!Windows::Management:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Deployment::WaitForDeploymentOperation+0xa

    a appreadiness!<lambda_ed6e5c6c32e4fa2b1d111271ece46331>:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :eek:perator()+0xaf

    b appreadiness!AppReadiness::User::ExecuteUnderContext+0x47

    c appreadiness!AppReadiness::User::MergePreInstalledPackagesForUser+0x5dd

    d appreadiness!AppReadiness::User:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :prepareTasks+0x8f

    e appreadiness!AppReadiness::User:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :processTasks+0x3c8

    f appreadiness!AppReadiness::Service:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :processUsers+0xe2

    10 appreadiness!<lambda_fab533d88b690a7934006dd99040af2a>:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :eek:perator()+0x15

    11 appreadiness!EnforceNoThrowSeh<<lambda_fab533d88b690a7934006dd99040af2a> >+0x9

    12 appreadiness!Windows::StdNoThrowBoundry+0x14

    13 appreadiness!AppReadiness::StaticProcessUserTaskCallback+0x83

    14 ntdll!RtlpTpWaitCallback+0x9b

    15 ntdll!TppExecuteWaitCallback+0xa0

    16 ntdll!TppWorkerThread+0x2a9

    17 KERNEL32!BaseThreadInitThunk+0x14

    18 ntdll!RtlUserThreadStart+0x21


    0: kd> !mex.ddt 00000194af60ea00+0x000 appreadiness!std::_String_val<std::_Simple_types<unsigned short> >::_Bxty


    dt 00000194af60ea00+0x000 appreadiness!std::_String_val<std::_Simple_types<unsigned short> >::_Bxty () Recursive: [ -r1 -r2 -r ] Verbose Normal dt

    ==================================================================================

    +0x000 _Buf : [8] "厠꽡Ɣ"

    +0x000 _Ptr : 0x00000194`af6153a0 "1527c705-839a-4832-9118-54d4Bd6a0c89_cw5n1h2txyewy"

    +0x000 _Alias : [8] "???"

    Next we go to the AppXSvc, we could see it is deploying this package and update the StateRepository.


    0: kd> !mex.t -c

    Process Thread CID UserTime KernelTime ContextSwitches Wait Reason Time State COM-Initialized

    svchost.exe (wsappx, AppXSvc) (ffffca8bb82e03c0) ffffca8bb7b2a080 678.197c 0s 94ms 932 WrPageIn 15ms Waiting APTKIND_MULTITHREADED (MTA)


    WaitBlockList:

    Object Type Other Waiters

    ffffca8bb50a5c90(MmIn) NotificationEvent 0


    Irp List:

    IRP File Driver

    ffffca8bb81cc010 Disk


    Priority:

    Current Base UB FB IO Page

    11 10 0 0 2 5


    # Call Site

    0 nt!KiSwapContext+0x76

    1 nt!KiSwapThread+0x2c6

    2 nt!KiCommitThreadWait+0x13b

    3 nt!KeWaitForSingleObject+0x1ff

    4 nt!MiWaitForInPageComplete+0xc5

    5 nt!MiPfCompleteInPageSupport+0x74

    6 nt!MiPfCompletePrefetchIos+0x4e

    7 nt!MmWaitForCacheManagerPrefetch+0x35

    8 nt!CcFetchDataForRead+0x100

    9 nt!CcMapAndCopyFromCache+0xd9

    a nt!CcCopyReadEx+0x12e

    b Ntfs!NtfsCopyReadA+0x273

    c FLTMGR!FltpPerformFastIoCall+0x10b

    d FLTMGR!FltpPassThroughFastIo+0xc7

    e FLTMGR!FltpFastIoRead+0x159

    f nt!NtReadFile+0x44b

    10 nt!KiSystemServiceCopyEnd+0x13

    11 ntdll!ZwReadFile+0x14

    12 KERNELBASE!ReadFile+0xfa

    13 StateRepository_Core!winRead+0x75

    14 StateRepository_Core!sqlite3OsRead+0x24

    15 StateRepository_Core!readDbPage+0x42

    16 StateRepository_Core!getPageNormal+0x1ea

    17 StateRepository_Core!sqlite3PagerGet+0x27

    18 StateRepository_Core!getAndInitPage+0x56

    19 StateRepository_Core!moveToChild+0x5a

    1a StateRepository_Core!moveToLeftmost+0x56

    1b StateRepository_Core!sqlite3BtreeNext+0x54

    1c StateRepository_Core!sqlite3VdbeExec+0x3e3

    1d StateRepository_Core!sqlite3Step+0x46

    1e StateRepository_Core!sqlite3_step+0xb4

    1f StateRepository_Core!sqlite3_exec+0xfa

    20 appxdeploymentserver!StateRepository:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Database::dal_exec+0x1d1

    21 appxdeploymentserver!StateRepository:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Database::Execute+0x3d

    22 appxdeploymentserver!StateRepository:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Database::Analyze+0x36

    23 appxdeploymentserver!StateRepository:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Database::UpdateDatabaseStatistics+0x106

    24 appxdeploymentserver!PackageRepository::RepositorySession::CommitTransaction+0x5b0

    25 appxdeploymentserver!PackageManagerInternal:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DeploymentRequest::Commit+0x12a

    26 appxdeploymentserver!PackageManagerInternal:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DeploymentRequest::Run+0x2023

    27 appxdeploymentserver!PackageManagerInternal:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DeploymentDequeuer::RunThread+0x213

    28 appxdeploymentserver!PackageManagerInternal:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DeploymentDequeuerDispatcherThread+0x9

    29 ntdll!TppSimplepExecuteCallback+0x95

    2a ntdll!TppWorkerThread+0x728

    2b KERNEL32!BaseThreadInitThunk+0x14

    2c ntdll!RtlUserThreadStart+0x21


    @rsi mainPackageMoniker = 0x000001c5`107f64d0 "1527c705-839a-4832-9118-54d4Bd6a0c89_10.0.17134.1_neutral_neutral_cw5n1h2txyewy"

    0000006b`d67ff830 userSidStringBuffer = "S-1-5-21-3060846661-4071180455-3668768800-1001" [len=46, buf=47]

    My understanding is that if there are lots of packages require to deploy at first logon, the blank screen will be shown.



    Second dump analysis:

    The explorer.exe will start logon task which calls into AppReadiness service.explorer.exe将启动登录任务,调用AppReadiness服务。


    0: kd> !mex.t -c

    Process Thread CID UserTime KernelTime ContextSwitches Wait Reason Time State COM-Initialized

    explorer.exe (ffffb58ec6b8e580) ffffb58ec6bb0700 12bc.1294 16ms 0s 332 UserRequest 765ms Waiting APTKIND_APARTMENTTHREADED (STA)


    WaitBlockList:

    Object Type Other Waiters

    ffffb58ec69cdc60 SynchronizationEvent 0

    ffffb58ec6ba0fe0 SynchronizationEvent 0

    ffffb58ec6bc6640 Queue 0


    # Call Site Info

    0 nt!KiSwapContext+0x76

    1 nt!KiSwapThread+0x2c6

    2 nt!KiCommitThreadWait+0x13b

    3 nt!KeWaitForMultipleObjects+0x467

    4 nt!ObWaitForMultipleObjects+0x2a0

    5 win32kfull!xxxMsgWaitForMultipleObjectsEx+0xcd

    6 win32kfull!NtUserMsgWaitForMultipleObjectsEx+0x381

    7 nt!KiSystemServiceCopyEnd+0x13

    8 win32u!ZwUserMsgWaitForMultipleObjectsEx+0x14

    9 user32!RealMsgWaitForMultipleObjectsEx+0x1d

    a combase!CCliModalLoop::BlockFn+0x123

    b combase!ModalLoop+0xd2

    c combase!ThreadSendReceive+0x3b0 Server PID: 0x1430

    d combase!CSyncClientCall::SwitchAptAndDispatchCall+0x96

    e combase!CSyncClientCall::SendReceive2+0x178

    f combase!SyncClientCallRetryContext::SendReceiveWithRetry+0x33

    10 combase!CSyncClientCall::SendReceiveInRetryContext+0x33

    11 combase!ClassicSTAThreadSendReceive+0xb0

    12 combase!CSyncClientCall::SendReceive+0x2d2

    13 combase!CClientChannel::SendReceive+0x8f

    14 combase!NdrExtpProxySendReceive+0xec

    15 RPCRT4!Ndr64pSendReceive+0x2f

    16 RPCRT4!NdrpClientCall3+0x430

    17 combase!ObjectStublessClient+0x138

    18 combase!ObjectStubless+0x42

    19 Explorer!AppReadinessTaskStart+0xcc

    1a Explorer!CLogonTaskFramework::s_AppReadinessTaskStart+0xe

    1b Explorer!CLogonTaskFramework::s_AppReadinessPreShellGroupStartMethod+0x5f

    1c Explorer!CLogonTaskFramework::_ExecuteTaskFunction+0x298

    1d Explorer!CLogonTaskFramework::_RunLogonTask+0x166

    1e Explorer!CLogonTaskFramework::_RunLogonOrWaitTask+0x22f

    1f Explorer!CLogonTaskFramework::_RunLogonTasksInPhase+0x412

    20 Explorer!CLogonTaskFramework::_RunPhase+0x44

    21 Explorer!CLogonTaskFramework::RunAllLogonTasks+0x1d9

    22 Explorer!RunAllLogonTasks+0x3e

    23 Explorer!wWinMain+0x98b

    24 Explorer!__wmainCRTStartup+0x1c9

    25 KERNEL32!BaseThreadInitThunk+0x14

    26 ntdll!RtlUserThreadStart+0x21

    In AppReadiness service, it received the request and create task for user before logon.


    0: kd> !mex.t -c

    Process Thread CID UserTime KernelTime ContextSwitches Wait Reason Time State COM-Initialized

    svchost.exe (appreadiness, AppReadiness) (ffffb58ec6b84580) ffffb58ec6b81700 1430.1458 0s 0s 6 UserRequest 1m:14.906 Waiting APTKIND_MULTITHREADED (MTA)


    WaitBlockList:

    Object Type Other Waiters Info

    ffffb58ec6c08d60 Semaphore 0 Limit: 1


    Could not find field dwClientPID on type tagOutgoingCallData at address 0x2725824f25c

    # Call Site Info

    0 nt!KiSwapContext+0x76

    1 nt!KiSwapThread+0x2c6

    2 nt!KiCommitThreadWait+0x13b

    3 nt!KeWaitForSingleObject+0x1ff

    4 nt!NtWaitForSingleObject+0xfc

    5 nt!KiSystemServiceCopyEnd+0x13

    6 ntdll!ZwWaitForSingleObject+0x14

    7 KERNELBASE!WaitForSingleObjectEx+0xa2

    8 appreadiness!Microsoft::WRL::Wrappers::Semaphore::Lock+0xf

    9 appreadiness!Microsoft::WRL::Wrappers::Semaphore::Lock+0x16

    a appreadiness!AppReadiness::User::CreateTask+0x57

    b appreadiness!<lambda_9efd1f14ff3e9761cff1c61030c36864>:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :eek:perator()+0x19d

    c appreadiness!<lambda_fab533d88b690a7934006dd99040af2a>:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :eek:perator()+0x15

    d appreadiness!EnforceNoThrowSeh<<lambda_fab533d88b690a7934006dd99040af2a> >+0x9

    e appreadiness!Windows::StdNoThrowBoundry+0x11

    f appreadiness!AppReadiness::Api::CreateTaskForUser+0xd3

    10 appreadiness!AppReadiness::Api::CreateTask+0x25

    11 RPCRT4!Invoke+0x73

    12 RPCRT4!Ndr64StubWorker+0xbed

    13 RPCRT4!NdrStubCall3+0xb4

    14 combase!CStdStubBuffer_Invoke+0x62

    15 RPCRT4!CStdStubBuffer_Invoke+0x3b

    16 combase!InvokeStubWithExceptionPolicyAndTracing::__l6::<lambda_76d9e92c799d246a4afbe64a2bf5673d>:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :eek:perator()+0x2b

    17 combase!ObjectMethodExceptionHandlingAction<<lambda_76d9e92c799d246a4afbe64a2bf5673d> >+0x53

    18 combase!InvokeStubWithExceptionPolicyAndTracing+0xc3

    19 combase!DefaultStubInvoke+0x295

    1a combase!SyncStubCall::Invoke+0x2b

    1b combase!SyncServerCall::StubInvoke+0x2b

    1c combase!StubInvoke+0x2cc

    1d combase!ServerCall::ContextInvoke+0x496 Server PID: 0x1430

    1e combase!CServerChannel::ContextInvoke+0x89

    1f combase!DefaultInvokeInApartment+0xa2

    20 combase!AppInvoke+0x328

    21 combase!ComInvokeWithLockAndIPID+0x59c

    22 combase!ThreadInvoke+0x1320

    23 RPCRT4!DispatchToStubInCNoAvrf+0x24

    24 RPCRT4!RPC_INTERFACE:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DispatchToStubWorker+0x1d8

    25 RPCRT4!RPC_INTERFACE:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DispatchToStub+0x98

    26 RPCRT4!RPC_INTERFACE:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DispatchToStubWithObject+0x154

    27 RPCRT4!LRPC_SBINDING:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DispatchToStubWithObject+0x1f

    28 RPCRT4!LRPC_SCALL:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DispatchRequest+0x18d

    29 RPCRT4!LRPC_SCALL::QueueOrDispatchCall+0x127

    2a RPCRT4!LRPC_SCALL::HandleRequest+0x86c Request from explorer.exe (ffffb58ec6b8e580) PID: 0x12bc TID: 0x1294

    2b RPCRT4!LRPC_SASSOCIATION::HandleRequest+0x1fa

    2c RPCRT4!LRPC_ADDRESS::HandleRequest+0x33d

    2d RPCRT4!LRPC_ADDRESS:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :processIO+0x8ad

    2e RPCRT4!LrpcServerIoHandler+0x18

    2f RPCRT4!LrpcIoComplete+0xd8

    30 ntdll!TppAlpcpExecuteCallback+0x22e

    31 ntdll!TppWorkerThread+0x258

    32 KERNEL32!BaseThreadInitThunk+0x14

    33 ntdll!RtlUserThreadStart+0x21

    And a new thread will be created to process the task, it finallys goes into AppXSvc.


    0: kd> !mex.t -c

    Process Thread CID UserTime KernelTime ContextSwitches Wait Reason Time State COM-Initialized

    svchost.exe (appreadiness, AppReadiness) (ffffb58ec6b84580) ffffb58ec6c0a700 1430.1450 31ms 0s 366 WrLpcReply 1m:14.750 Waiting APTKIND_MULTITHREADED (MTA)


    WaitBlockList:

    Object Type Other Waiters Info

    ffffb58ec6c0ad48 Semaphore 0 Limit: 1


    Priority:

    Current Base UB FB IO Page

    9 8 0 0 2 5


    LPC Msg ServerProcess ServerThread

    ffffa38692d06040 svchost.exe (wsappx, AppXSvc)(ffffb58ec5acd580) ffffb58ec6a4a080


    # Call Site

    0 nt!KiSwapContext+0x76

    1 nt!KiSwapThread+0x2c6

    2 nt!KiCommitThreadWait+0x13b

    3 nt!KeWaitForSingleObject+0x1ff

    4 nt!AlpcpWaitForSingleObject+0x2a

    5 nt!AlpcpSignalAndWait+0x17b

    6 nt!AlpcpReceiveSynchronousReply+0x56

    7 nt!AlpcpProcessSynchronousRequest+0x372

    8 nt!NtAlpcSendWaitReceivePort+0x1e2

    9 nt!KiSystemServiceCopyEnd+0x13

    a ntdll!ZwAlpcSendWaitReceivePort+0x14

    b RPCRT4!RpcpAlpcSendWaitReceivePort+0x31

    c RPCRT4!LRPC_CASSOCIATION::AlpcSendWaitReceivePort+0x6c

    d RPCRT4!LRPC_BASE_CCALL:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DoSendReceive+0xfd

    e RPCRT4!LRPC_BASE_CCALL::SendReceive+0x12e

    f RPCRT4!I_RpcSendReceive+0x94

    10 RPCRT4!NdrSendReceive+0xc0

    11 RPCRT4!Ndr64pSendReceive+0x3ff

    12 RPCRT4!NdrpClientCall3+0x800

    13 RPCRT4!NdrClientCall3+0xf0

    14 AppXDeploymentClient!c_StartServerSideDeployment+0xcc

    15 AppXDeploymentClient!Windows::Management:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Deployment::ClientDeploymentRequest::StartImpl::__l2::<lambda_373729798c8e8c18b922aa36c196bc62>:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :eek:perator()+0x136

    16 AppXDeploymentClient!DoRpcCall<<lambda_373729798c8e8c18b922aa36c196bc62> >+0x1bf

    17 AppXDeploymentClient!Windows::Management:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Deployment::ClientDeploymentRequest::StartImpl+0x24f

    18 AppXDeploymentClient!Windows::Management:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Deployment::ClientDeploymentRequest::StartServerSideWork+0x387

    19 AppXDeploymentClient!Windows::Management:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Deployment::ClientDeploymentRequest::StartWork+0x7b

    1a AppXDeploymentClient!Windows::Management:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Deployment::ClientDeploymentRequest::OnStart+0x7a

    1b AppXDeploymentClient!Microsoft::WRL::AsyncBase<Windows::Foundation::IAsyncOperationWithProgressCompletedHandler<Windows::Management:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Deployment:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DeploymentResult * __ptr64,Windows::Management:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Deployment:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DeploymentProgress>,Microsoft::WRL:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Details::Nil,1,Microsoft::WRL::AsyncOptions<-1,0,&GUID_CAUSALITY_WINDOWS_PLATFORM_ID,2> >::Start+0x7e

    1c AppXDeploymentClient!Windows::Management:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Deployment::ClientDeploymentRequest::Initialize+0x3bc

    1d AppXDeploymentClient!Windows::Management:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Deployment::ClientDeploymentRequest::Initialize+0x48

    1e AppXDeploymentClient!Windows::Management:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Deployment::Internal:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :packageManagerInternal::OnDemandRegisterPackagesAsync+0x12a

    1f appreadiness!<lambda_ed6e5c6c32e4fa2b1d111271ece46331>:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :eek:perator()+0x62

    20 appreadiness!AppReadiness::User::ExecuteUnderContext+0x47

    21 appreadiness!AppReadiness::User::MergePreInstalledPackagesForUser+0x5dd

    22 appreadiness!AppReadiness::User:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :prepareTasks+0x8f

    23 appreadiness!AppReadiness::User:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :processTasks+0x3c8

    24 appreadiness!AppReadiness::Service:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :processUsers+0xe2

    25 appreadiness!<lambda_fab533d88b690a7934006dd99040af2a>:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :eek:perator()+0x15

    26 appreadiness!EnforceNoThrowSeh<<lambda_fab533d88b690a7934006dd99040af2a> >+0x9

    27 appreadiness!Windows::StdNoThrowBoundry+0x14

    28 appreadiness!AppReadiness::StaticProcessUserTaskCallback+0x83

    29 ntdll!RtlpTpWaitCallback+0x9b

    2a ntdll!TppExecuteWaitCallback+0xa0

    2b ntdll!TppWorkerThread+0x2a9

    2c KERNEL32!BaseThreadInitThunk+0x14

    2d ntdll!RtlUserThreadStart+0x21

    And in the AppXSvc, from the call stack, it is trying to donwload the appx using windows update service.


    0: kd> !mex.t -c

    Process Thread CID UserTime KernelTime ContextSwitches Wait Reason Time State COM-Initialized

    svchost.exe (wsappx, AppXSvc) (ffffb58ec5acd580) ffffb58ec6a4a080 ea8.1248 31ms 0s 265 WrLpcReply 1m:13.421 Waiting APTKIND_MULTITHREADED (MTA)


    WaitBlockList:

    Object Type Other Waiters Info

    ffffb58ec6a4a6c8 Semaphore 0 Limit: 1


    Priority:

    Current Base UB FB IO Page

    9 8 0 0 2 3


    LPC Msg ServerProcess ServerThread

    ffffa38692d90040 svchost.exe (rpcss)(ffffb58ec6033580) ffffb58ec6199040


    # Call Site Info

    0 nt!KiSwapContext+0x76

    1 nt!KiSwapThread+0x2c6

    2 nt!KiCommitThreadWait+0x13b

    3 nt!KeWaitForSingleObject+0x1ff

    4 nt!AlpcpWaitForSingleObject+0x2a

    5 nt!AlpcpSignalAndWait+0x17b

    6 nt!AlpcpReceiveSynchronousReply+0x56

    7 nt!AlpcpProcessSynchronousRequest+0x372

    8 nt!NtAlpcSendWaitReceivePort+0x1e2

    9 nt!KiSystemServiceCopyEnd+0x13

    a ntdll!ZwAlpcSendWaitReceivePort+0x14

    b RPCRT4!RpcpAlpcSendWaitReceivePort+0x31

    c RPCRT4!LRPC_CASSOCIATION::AlpcSendWaitReceivePort+0x6c

    d RPCRT4!LRPC_BASE_CCALL:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DoSendReceive+0x111

    e RPCRT4!LRPC_BASE_CCALL::SendReceive+0x24

    f RPCRT4!LRPC_CCALL::SendReceive+0x48

    10 RPCRT4!I_RpcSendReceive+0xce

    11 combase!CMessageCall::CallI_RpcSendReceive+0x2d

    12 combase!ThreadSendReceive+0x178

    13 combase!CSyncClientCall::SwitchAptAndDispatchCall+0x96

    14 combase!CSyncClientCall::SendReceive2+0x178

    15 combase!SyncClientCallRetryContext::SendReceiveWithRetry+0x2d

    16 combase!CSyncClientCall::SendReceiveInRetryContext+0x2d

    17 combase!DefaultSendReceive+0x5c

    18 combase!CSyncClientCall::SendReceive+0x17f

    19 combase!CClientChannel::SendReceive+0x8f

    1a combase!NdrExtpProxySendReceive+0xec

    1b RPCRT4!Ndr64pSendReceive+0x2f

    1c RPCRT4!NdrpClientCall3+0x430

    1d combase!ObjectStublessClient+0x138

    1e combase!ObjectStubless+0x42

    1f combase!CRpcResolver::CreateInstance+0x2dd

    20 combase!CClientContextActivator::CreateInstance+0x1bd

    21 combase!ActivationPropertiesIn:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DelegateCreateInstance+0xb7

    22 combase!ICoCreateInstanceEx+0xa38

    23 combase!CComActivator:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DoCreateInstance+0x169

    24 combase!CoCreateInstanceEx+0x88

    25 combase!CoCreateInstance+0xc3 B8FC52F5-CB03-4E10-8BCB-E3EC794C54A5

    26 AppxPackaging!Appx:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :packaging::Consumption::AppxDataSourceFactory::CreateStreamingDataSource+0x126

    27 AppxPackaging!Appx:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :packaging::AppxFactoryInternalImpl::CreateStreamingDataSourceFromSourceUri+0x26

    28 appxdeploymentserver!Common:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Deployment::StagingSession::CreateSession+0x13f

    29 appxdeploymentserver!Common:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :Deployment::StagingManager::CreateStagingSession+0x2e

    2a appxdeploymentserver!PackageManagerInternal:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DeploymentRequest::GetStagingSession+0xbe

    2b appxdeploymentserver!PackageManagerInternal:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DeploymentRequest::GetManifestReaderFromValidatedManifest+0x291

    2c appxdeploymentserver!PackageManagerInternal:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DeploymentRequest::GetManifestReader+0x12

    2d appxdeploymentserver!PackageManagerInternal::AddParameterProcessor::SetMainPackageFamilyNameForOptionalPackage+0x61

    2e appxdeploymentserver!PackageManagerInternal::AddParameterProcessor:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :process+0x726

    2f appxdeploymentserver!PackageManagerInternal:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DeploymentRequest::Initialize+0x4bf

    30 appxdeploymentserver!PackageManagerInternal:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DeploymentQueueStoreReader::ReadRequestsFromFilePath+0x901

    31 appxdeploymentserver!PackageManagerInternal:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DeploymentQueueStoreReader::ReadDeploymentRequestsForUser+0x505

    32 appxdeploymentserver!PackageManagerInternal:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DeploymentQueueStoreReader::ReadDeploymentRequests+0xeb

    33 appxdeploymentserver!PackageManagerInternal::CommandProcessor::RestoreRequestsFromQueueStore+0x191

    34 appxdeploymentserver!PackageManagerInternal::CommandProcessor:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :process+0xd9

    35 appxdeploymentserver!<lambda_1c3a9949a26c14279635405dde020e53>:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :eek:perator()+0x3b0

    36 appxdeploymentserver!StartDeploymentImplementationInternal+0x843

    37 appxdeploymentserver!StartDeploymentImplementation+0x12f

    38 appxdeploymentserver!StartServerSideDeployment+0x180

    39 RPCRT4!Invoke+0x73

    3a RPCRT4!Ndr64StubWorker+0xbed

    3b RPCRT4!NdrServerCallAll+0x3c

    3c RPCRT4!DispatchToStubInCNoAvrf+0x24

    3d RPCRT4!RPC_INTERFACE:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DispatchToStubWorker+0x1d8

    3e RPCRT4!RPC_INTERFACE:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DispatchToStub+0xcb

    3f RPCRT4!LRPC_SBINDING:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DispatchToStub+0x1b9

    40 RPCRT4!LRPC_SCALL:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :DispatchRequest+0x346

    41 RPCRT4!LRPC_SCALL::QueueOrDispatchCall+0x127

    42 RPCRT4!LRPC_SCALL::HandleRequest+0x86c Request from svchost.exe (appreadiness, AppReadiness) (ffffb58ec6b84580) PID: 0x1430 TID: 0x1450

    43 RPCRT4!LRPC_SASSOCIATION::HandleRequest+0x1fa

    44 RPCRT4!LRPC_ADDRESS::HandleRequest+0x33d

    45 RPCRT4!LRPC_ADDRESS:RS4,system version 17134.After the first OOBE into the system,wait for a period of... :processIO+0x8ad

    46 RPCRT4!LrpcServerIoHandler+0x18

    47 RPCRT4!LrpcIoComplete+0xd8

    48 ntdll!TppAlpcpExecuteCallback+0x22e

    49 ntdll!TppWorkerThread+0x258

    4a KERNEL32!BaseThreadInitThunk+0x14

    4b ntdll!RtlUserThreadStart+0x21


    @rsi sourceUri = 0x0000020d`510032a0 "x-windowsupdate://E86AEC18-4FE6-44B0-A5B4-2738BFA952C2/0E639757-DC24-4E5B-9B33-226F71DCD952/8846cbdf3e2e9c2552b19698be5da3c2f117e22f"


    0000005e`c88fd760 targetingData = "{"blob.version":1688867040460800,"content.bundledPackages":["Microsoft.Office.Desktop.Excel_16030.9330.2124.0_x86__8wekyb3d8bbwe","Microsoft.Office.Desktop.Excel_16030.9330.2124.0_x86a64__8wekyb3d8bbwe"],"content.isMain":false,"content.maintainPackageArchOnAmd64":true,"content.packageId":"Microsoft.Office.Desktop.Excel_16030.9330.2124.0_neutral_~_8wekyb3d8bbwe","content.productId":"4abf7e89-29cb-4af9-a3b3-fc57e3ad598b","content.targetPlatforms":[{"platform.maxVersionTested":2814750835278016,"platform.minVersion":2814750835278016,"platform.target":3}],"content.type":7,"policy":{"category.first":"app","category.second":"Productivity","optOut.backupRestore":false,"optOut.removeableMedia":false},"policy2":{"ageRating":0,"optOut.DVR":false,"thirdPartyAppRatings":[{"level":0,"systemId":0}]}}" [len=796, buf=797]

    Based on my understading, it shall be normal behavior that AppXSvc to upgrade the package.



    Moved from: Windows / Windows 10 / Windows update, recovery, & backup

    :)
     
    君hou, Jul 13, 2018
    #1

  2. Windows 10 RS4 (1803) Version

    Hi Greg,

    I have No way going back to the Previous Version of Windows 10 Pro and the Upgrade was successful of getting the new version and I have done a clean install 2 or 4 times already and this Version (RS4) has some issues.

    Would you like me to list some of the issues with the Windows 10 1803 (RS4) Version to help your team get the best support?

    Many Thanks

    Luke A'Court
     
    LukeA'court, Jul 13, 2018
    #2
  3. System Image Problem


    Version Date 5.05 8/03/2009 5.08 7/21/2009 Which one is newer?
    Only 5.05 was offered on HP for the machine I linked.
    The description danced around some of the anomalies we're seen with drives.

    Since only 5.05 was offered, I questioned 5.08
    Guess we know the answer now - 5.05 failed to flash.
    We could spend time trying to figure that out, but IMO it's better on the back burner for now

    I think the next step is to try the Macrium sleight of hand to get the System Image restored.
    I'd like to get the System Image up and running to do the follwoing

    • Copy Nick's data to a folder off of the restored System Image C: drive

    • run a Belarc Advisor audit to collect license keys for Nick's software

    • there might be other data collection that Nick can do in preparation for the final step

    The final step is a clean install, install up-to-date MS and 3rd party software, and restore the copied personal data.

    Nick was having difficulty locating the outlook files in the System Image - so getting it back running live is the best I can think of.

    Thoughts, suggestions, and objections are always welcome and considered
     
    Slartybart, Jul 13, 2018
    #3
  4. RS4,system version 17134.After the first OOBE into the system,wait for a period of...

    $4000 Gaming System

    Ok, a buddy of mine has *Rockout :rockout: $4000 *Rockout :rockout: to blow on a balls-to-the-wall gaming system.
    Minimums: Conroe, dual-graphics cards, physics accelorator, 320GB storage, 4GB RAM, liquid cooling.
    Please list your component suggestions here (list links only if you want to):
     
    error_f0rce, Jul 13, 2018
    #4
Thema:

RS4,system version 17134.After the first OOBE into the system,wait for a period of...

Loading...
  1. RS4,system version 17134.After the first OOBE into the system,wait for a period of... - Similar Threads - RS4 system version

  2. new microsoft acct waiting period?

    in Windows 10 Gaming
    new microsoft acct waiting period?: If i open a new MS acct do i have to wait 30 days? Didnt happen when i first opened my acct and didnt happen when i changed phone # 2005/2010??? https://answers.microsoft.com/en-us/windows/forum/all/new-microsoft-acct-waiting-period/21c0d8de-1da7-45c4-bd20-3b2a87616d72
  3. new microsoft acct waiting period?

    in Windows 10 Software and Apps
    new microsoft acct waiting period?: If i open a new MS acct do i have to wait 30 days? Didnt happen when i first opened my acct and didnt happen when i changed phone # 2005/2010??? https://answers.microsoft.com/en-us/windows/forum/all/new-microsoft-acct-waiting-period/21c0d8de-1da7-45c4-bd20-3b2a87616d72
  4. new microsoft acct waiting period?

    in AntiVirus, Firewalls and System Security
    new microsoft acct waiting period?: If i open a new MS acct do i have to wait 30 days? Didnt happen when i first opened my acct and didnt happen when i changed phone # 2005/2010??? https://answers.microsoft.com/en-us/windows/forum/all/new-microsoft-acct-waiting-period/21c0d8de-1da7-45c4-bd20-3b2a87616d72
  5. System Failure On First Boot

    in Windows 10 BSOD Crashes and Debugging
    System Failure On First Boot: Hello! So, since the last windows update, I've been experiencing an issue- I'm not sure if it was actually caused by the update, but I felt it was worth mentioning. Whenever I start up the computer, my first attempt to boot it never gets past the OS boot-up; it'll usually...
  6. How to make Windows Store Apps remain on the system after OOBE

    in Windows 10 Software and Apps
    How to make Windows Store Apps remain on the system after OOBE: If I setup a computer and enter OOBE (sysprep) setup to install all drivers, then install all the utilities/apps from the Windows store app like the nVIDIa Control Panel, Realtek Audio Console, etc. once I exit OOBE and create a new user account, the user will not have any of...
  7. How to make Windows Store Apps remain on the system after OOBE

    in Windows 10 Support
    How to make Windows Store Apps remain on the system after OOBE: If I setup a computer and enter OOBE (sysprep) setup to install all drivers, then install all the utilities/apps from the Windows store app like the nVIDIa Control Panel, Realtek Audio Console, etc. once I exit OOBE and create a new user account, the user will not have any of...
  8. Windows update shows updates installed, but system version info shows first version that...

    in Windows 10 Installation and Upgrade
    Windows update shows updates installed, but system version info shows first version that...: In my system info I see version of windows from long time ago: Version 10.0.15063 Build 15063 and at the same time I see as all recent updates installed. More to the point, when installing Windows system for linux it showed it as still in beta! any idea on how to fix...
  9. RS4,system version 17134.After the first OOBE into the system,wait for a period of...

    in Windows 10 Installation and Upgrade
    RS4,system version 17134.After the first OOBE into the system,wait for a period of...: The problem is opened a case, analysis is normal, but lenovo still want to prove it at MS official forum. As you can see from the following analysis, the reason is that the app deployment service has been started before the user is logged in and has the request and creation...
  10. System Freeze after a random period of inactivity (supposedly)

    in Windows 10 Performance & Maintenance
    System Freeze after a random period of inactivity (supposedly): Hi all, I didn't know where to put this thread, but because it has to do with system performance, I thought this might be the best place to post my issues with Win 10. Let me get straight to the point: Up-to-date Windows 10 install (ver 1511 OS Build 10586.36) I haven't...