What does HRESULT 0xC1210252 (EVT_WDSMCS_E_CP_INIT_FUNC_FAILED) mean?

 
Previous Next
EVT_WDSMCS_E_CP_INIT_FUNC_MISSING EVT_WDSMCS_E_CP_INCOMPATIBLE_SERVER_VERSION

EVT_WDSMCS_E_CP_INIT_FUNC_FAILED

EVT_WDSMCS_E_CP_INIT_FUNC_FAILED is a Windows Deployment Services (WDS) Multicast Server result. It indicates that the provider initialization function returned a failure after the module was loaded.

What to check for EVT_WDSMCS_E_CP_INIT_FUNC_FAILED

  • Capture the provider error information and initialization arguments before restarting the service.
  • Check provider configuration, permissions, dependent services, certificates, and storage paths.
  • Test initialization with a minimal known-good provider configuration to isolate the failing dependency.

Microsoft documentation on the Windows Deployment Services Multicast Application Protocol

Diagnostic discriminator: Trace the configured WDS content-provider initialization entry point and its returned status. The provider DLL was reached, but its initialization function failed.


Looking for a different code? Search another status or error code.