[SOLVED] Can't enable Direct play

Rich (BB code):
2022-01-15 09:09:16, Error                 CSI    00000231 (F) STATUS_RM_NOT_ACTIVE #28638060# from Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysOpenKey(flg = (AllowAccessDenied), key = {provider=NULL, handle=0, name= ("null")}, da = (KEY_ALL_ACCESS|KEY_WOW64_64KEY|ACCESS_SYSTEM_SECURITY), oa = @0xb8f44fc5b8->OBJECT_ATTRIBUTES {s:48; rd:NULL; on:[51]'\Registry\Machine\COMPONENTS\ServicingStackVersions'; a:(OBJ_CASE_INSENSITIVE)}, disp = Unmapped disposition: 4098868048)[gle=0xd0190005]
2022-01-15 09:09:16, Error                 CSI    00000232@2022/1/15:01:09:16.814 (F) onecore\base\wcp\sil\ntsystem.cpp(5363): Error STATUS_RM_NOT_ACTIVE originated in function Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysOpenKey expression: (null)
[gle=0x80004005]
2022-01-15 09:09:16, Error                 CSI    00000233 (F) STATUS_RM_NOT_ACTIVE #28638059# from Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysOpenKey(flg = 0, key = {provider=NULL, handle=0, name= ("null")}, da = (KEY_ALL_ACCESS|KEY_WOW64_64KEY|ACCESS_SYSTEM_SECURITY), oa = @0xb8f44fc5b8->OBJECT_ATTRIBUTES {s:48; rd:NULL; on:[51]'\Registry\Machine\COMPONENTS\ServicingStackVersions'; a:(OBJ_CASE_INSENSITIVE)}, disp = Unmapped disposition: 4098869032)[gle=0xd0190005]
2022-01-15 09:09:16, Error                 CSI    00000234 (F) STATUS_RM_NOT_ACTIVE #28638058# from Windows::Rtl::SystemImplementation::CSystemIsolationLayer_IRtlSystemIsolationLayerTearoff::OpenRegistryKey(flags = (OpenForBackupIntent), da = (KEY_ALL_ACCESS|ACCESS_SYSTEM_SECURITY), kn = [l:51]'\Registry\Machine\COMPONENTS\ServicingStackVersions', key = NULL, disp = (null))[gle=0xd0190005]
2022-01-15 09:09:16, Info                  CSI    00000235 Error STATUS_RM_NOT_ACTIVE while executing operation SetKeyValue on [l:255]'\Registry\Machine\COMPONENTS\ServicingStackVersions, 10.0.19041.1220 (WinBuild.160101.0800), , MgAwADIAMgAvADEALwAxADUAOgAxADoAMQA6ADUAOQAuADYAMgAxACAAMQAwAC4AMAAuADEAOQAwADQAMQAuADEAMgAyADAAIAAoAFcAaQBuAEIAdQBpAGwAZAAuADEANgAwADEAMAAxAC4AMAA4ADAAMAApAAAA'

2022-01-15 09:09:16, Error                 CSI    00000236@2022/1/15:01:09:16.814 (F) onecore\base\wcp\componentstore\com\store_transaction.cpp(1497): Error STATUS_RM_NOT_ACTIVE originated in function ApplyTransactionPOQsToSil expression: (null)
[gle=0x80004005]
2022-01-15 09:09:16, Error                 CSI    00000237 (F) STATUS_RM_NOT_ACTIVE #28637957# from ApplyTransactionPOQsToSil(...)[gle=0xd0190005]
2022-01-15 09:09:16, Error                 CSI    00000238 (F) HRESULT_FROM_WIN32(6801) #28637956# from Windows::COM::CStorePendingStoreRepairTxn_IStorePendingStoreRepairTransaction::Commit(Flags = 9, disp = 0)[gle=0x80071a91]
2022-01-15 09:09:16, Error                 CBS    Rept: Failed to call repair commit. [HRESULT = 0x80071a91 - ERROR_RM_NOT_ACTIVE]
2022-01-15 09:09:16, Info                  CBS    Failed to repair CSI store [HRESULT = 0x80071a91 - ERROR_RM_NOT_ACTIVE]
2022-01-15 09:09:16, Info                  CBS    FLOW: Entering stage: RemoveStagedPackages 
2022-01-15 09:09:16, Info                  CBS    Failed to repair store. [HRESULT = 0x80071a91 - ERROR_RM_NOT_ACTIVE]

It seems that your ServicingStackVersions subkey may be missing.




Could you open command prompt and enter the following commands:

Rich (BB code):
reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
reg query HKLM\COMPONENTS\ServicingStackVersions

Please provide a screenshot of the result.
 
Please open an elevated (Administrative) command prompt and enter the following command:

Rich (BB code):
fsutil resource setautoreset true c:\

Afterwards, please let us know what the result is.
 
Please open an elevated (Administrative) command prompt and enter the following command:

Rich (BB code):
fsutil resource setautoreset true c:\

Afterwards, please let us know what the result is.
Microsoft Windows [Version 10.0.19044.1288]
(c) Microsoft Corporation. All rights reserved.

C:\Windows\system32>fsutil resource setautoreset true c:\
The operation completed successfully.

Tried to turn DirectPlay on again, still the same error.
 
Are you still getting error message by running below commands?

Code:
DISM.exe /Online /Cleanup-image /Restorehealth

Sfc /scannow
 
SFC will the most useful in this situation, it can repair the files but it's unable to complete due to the TxR issue.
 
Are you still getting error message by running below commands?

Code:
DISM.exe /Online /Cleanup-image /Restorehealth

Sfc /scannow
Yes.
Microsoft Windows [Version 10.0.19044.1288]
(c) Microsoft Corporation. All rights reserved.

C:\Windows\system32>sfc /scannow

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection found corrupt files but was unable to fix some of them.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
repairs, details are included in the log file provided by the /OFFLOGFILE flag.

C:\Windows\system32>
 

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

Back
Top