DISM - Failed to create DismHostManager remote object

vrosa

Tech Addict
VIP Member
Pro User
Messages
4,370
Location
Belo Horizonte, MG, Brazil
I'm trying to create a Windows Blue WMC image using DISM. I'm running it from my host command prompt (9200).

I think I have to use the following commands:

DISM.exe /Mount-Wim /WimFile:S:\Blueread\install.wim /index:1 /MountDir:S:\Bluemount
DISM.exe /image:S:\Bluemount /Set-edition:professionalWMC
DISM.exe /Unmount-Wim /MountDir:S:\Bluemount

The first command completes without problems, but the second one generates this error log:

2013-04-03 14:47:37, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->
2013-04-03 14:47:37, Info DISM DISM.EXE:
2013-04-03 14:47:37, Info DISM DISM.EXE: Host machine information: OS Version=6.2.9200, Running architecture=amd64, Number of processors=4
2013-04-03 14:47:37, Info DISM DISM.EXE: Dism.exe version: 6.2.9200.16384
2013-04-03 14:47:37, Info DISM DISM.EXE: Executing command line: Dism /image:S:\Bluemount /Set-edition:professionalWMC
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Loading Provider from location C:\Windows\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Loading Provider from location C:\Windows\System32\Dism\WimProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Loading Provider from location C:\Windows\System32\Dism\VHDProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Connecting to the provider located at C:\Windows\System32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Loading Provider from location C:\Windows\System32\Dism\ImagingProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Connecting to the provider located at C:\Windows\System32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Loading Provider from location C:\Windows\System32\Dism\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Connecting to the provider located at C:\Windows\System32\Dism\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2013-04-03 14:47:37, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2013-04-03 14:47:37, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2013-04-03 14:47:37, Info DISM DISM.EXE: Attempting to add the commands from provider: FolderManager
2013-04-03 14:47:37, Info DISM DISM.EXE: Attempting to add the commands from provider: WimManager
2013-04-03 14:47:37, Info DISM DISM.EXE: Succesfully registered commands for the provider: WimManager.
2013-04-03 14:47:37, Info DISM DISM.EXE: Attempting to add the commands from provider: VHDManager
2013-04-03 14:47:37, Info DISM DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
2013-04-03 14:47:37, Info DISM DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
2013-04-03 14:47:37, Info DISM DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
2013-04-03 14:47:37, Info DISM DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.
2013-04-03 14:47:37, Info DISM DISM Provider Store: PID=2588 TID=1844 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
[2588] ImageUnmarshallHandle: Reconstituting wim at s:\Blueread\install.wim.
[2588] ImageUnmarshallHandle: Reconstituting wim at s:\Blueread\install.wim.
2013-04-03 14:47:37, Info DISM DISM Manager: PID=2588 TID=1844 physical location path: S:\Bluemount - CDISMManager::CreateImageSession
2013-04-03 14:47:37, Info DISM DISM Manager: PID=2588 TID=1844 Copying DISM from "S:\Bluemount\Windows\System32\Dism" - CDISMManager::CreateImageSessionFromLocation
2013-04-03 14:48:38, Error DISM DismHostLib: Failed to create DismHostManager remote object. Checking for dismhost.exe exit code.
2013-04-03 14:48:38, Info DISM DismHostLib: Found dismhost.exe exit code.
2013-04-03 14:48:38, Error DISM DISM Manager: PID=2588 TID=1844 Failed to create Dism Image Session in host. - CDISMManager::LoadRemoteImageSession(hr:0xc0000135)
2013-04-03 14:48:38, Warning DISM DISM Manager: PID=2588 TID=1844 A problem ocurred loading the image session. Retrying... - CDISMManager::CreateImageSession(hr:0xc0000135)
2013-04-03 14:48:38, Info DISM DISM Manager: PID=2588 TID=1844 Copying DISM from "S:\Bluemount\Windows\System32\Dism" - CDISMManager::CreateImageSessionFromLocation
2013-04-03 14:49:38, Error DISM DismHostLib: Failed to create DismHostManager remote object. Checking for dismhost.exe exit code.
2013-04-03 14:49:38, Info DISM DismHostLib: Found dismhost.exe exit code.
2013-04-03 14:49:38, Error DISM DISM Manager: PID=2588 TID=1844 Failed to create Dism Image Session in host. - CDISMManager::LoadRemoteImageSession(hr:0xc0000135)
2013-04-03 14:49:38, Error DISM DISM Manager: PID=2588 TID=1844 Failed to load the image session from the temporary location: C:\Users\Vladimir\AppData\Local\Temp\10172ECA-40E7-4E4D-AA3B-C55CF69EB171 - CDISMManager::CreateImageSession(hr:0xc0000135)
2013-04-03 14:49:38, Error DISM DISM.EXE: Could not load the image session. HRESULT=C0000135
2013-04-03 14:49:38, Error DISM DISM.EXE: Unable to start the servicing process for the image at 'S:\Bluemount'. HRESULT=C0000135

2013-04-03 14:49:38, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.
2013-04-03 14:49:38, Info DISM DISM.EXE:
2013-04-03 14:49:38, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->

Any ideas?
 

My Computer

System One

  • OS
    Windows 10.0.10122
    Computer type
    PC/Desktop
    System Manufacturer/Model
    My Build - Vorttex Ultimate
    CPU
    Core i7 @ 4500 MHz
    Motherboard
    ASUS Z87-Plus
    Memory
    32GB DDR3 @ 1822 MHz (OC)
    Graphics Card(s)
    Radeon R9 280X 3GB @ 1180 / 6800 MHz
    Sound Card
    7.1 HDA
    Monitor(s) Displays
    LCD LG 22" + CRT LG 17"
    Screen Resolution
    1760 x 1320 / 1280 x 960
    Hard Drives
    1 x 240 GB SSD (System)
    3 x 500 GB HDD (Data/Media)
    1 x 2000 GB e-HDD (Backup)
    PSU
    ThermalTake 1000W PSU
    Case
    Corsair Carbide R300
    Cooling
    Corsair H60 (Push-Pull)
    Keyboard
    Microsoft Wireless Keyboard
    Mouse
    Microsoft Wireless Mouse
    Internet Speed
    60 Mbps (Down) 5 Mbps (Up)
    Browser
    IE, FF, Chrome
    Antivirus
    AVG Internet Security 2015
    Other Info
    Some wired stuff
Haven't tried dism from within blue.

Recimg in blue not working for me.

Maybe there are a few bugs.

You can see if it is there with DISM /image:S:\Bluemount /Get-TargetEditions

 

My Computer

System One

  • OS
    7/8/ubuntu/Linux Deepin
    Computer type
    PC/Desktop

My Computer

System One

  • OS
    Windows 10.0.10122
    Computer type
    PC/Desktop
    System Manufacturer/Model
    My Build - Vorttex Ultimate
    CPU
    Core i7 @ 4500 MHz
    Motherboard
    ASUS Z87-Plus
    Memory
    32GB DDR3 @ 1822 MHz (OC)
    Graphics Card(s)
    Radeon R9 280X 3GB @ 1180 / 6800 MHz
    Sound Card
    7.1 HDA
    Monitor(s) Displays
    LCD LG 22" + CRT LG 17"
    Screen Resolution
    1760 x 1320 / 1280 x 960
    Hard Drives
    1 x 240 GB SSD (System)
    3 x 500 GB HDD (Data/Media)
    1 x 2000 GB e-HDD (Backup)
    PSU
    ThermalTake 1000W PSU
    Case
    Corsair Carbide R300
    Cooling
    Corsair H60 (Push-Pull)
    Keyboard
    Microsoft Wireless Keyboard
    Mouse
    Microsoft Wireless Mouse
    Internet Speed
    60 Mbps (Down) 5 Mbps (Up)
    Browser
    IE, FF, Chrome
    Antivirus
    AVG Internet Security 2015
    Other Info
    Some wired stuff
Haven't tried dism from within blue.

Recimg in blue not working for me.

Maybe there are a few bugs.

You can see if it is there with DISM /image:S:\Bluemount /Get-TargetEditions


I'll check that

Thanks !

:)
 

My Computer

System One

  • OS
    Windows 10.0.10122
    Computer type
    PC/Desktop
    System Manufacturer/Model
    My Build - Vorttex Ultimate
    CPU
    Core i7 @ 4500 MHz
    Motherboard
    ASUS Z87-Plus
    Memory
    32GB DDR3 @ 1822 MHz (OC)
    Graphics Card(s)
    Radeon R9 280X 3GB @ 1180 / 6800 MHz
    Sound Card
    7.1 HDA
    Monitor(s) Displays
    LCD LG 22" + CRT LG 17"
    Screen Resolution
    1760 x 1320 / 1280 x 960
    Hard Drives
    1 x 240 GB SSD (System)
    3 x 500 GB HDD (Data/Media)
    1 x 2000 GB e-HDD (Backup)
    PSU
    ThermalTake 1000W PSU
    Case
    Corsair Carbide R300
    Cooling
    Corsair H60 (Push-Pull)
    Keyboard
    Microsoft Wireless Keyboard
    Mouse
    Microsoft Wireless Mouse
    Internet Speed
    60 Mbps (Down) 5 Mbps (Up)
    Browser
    IE, FF, Chrome
    Antivirus
    AVG Internet Security 2015
    Other Info
    Some wired stuff
Back
Top