winapiuwpdesktop-bridgedesktop-app-converter

Desktop App Converter Convert Failed 'E_NO_COMPATIBLE_EXPANDED_BASE_IMAGE'


When I use the Microsoft's Desktop App Converter to convert a traditional Win32 app to UWP, the setup for Desktop App Converter succeeds, but when converting it encounters an error E_NO_COMPATIBLE_EXPANDED_BASE_IMAGE. The details:

DesktopAppConverter : error 'E_NO_COMPATIBLE_EXPANDED_BASE_IMAGE': No expanded base image with Windows Version compatible with the host OS could be found in 'C:\ProgramData\Microsoft\Windows\Images'
所在位置 C:\Users\dhike\Desktop\DesktopAppConverter_2\converter_util\CWACLogger.ps1:141 字符: 13
+             throw New-Object -TypeName $exceptionType -ArgumentList $ ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (:) [], ConfigurationErrorsException
    + FullyQualifiedErrorId : DesktopAppConverter : error 'E_NO_COMPATIBLE_EXPANDED_BASE_IMAGE': No expanded base image with Windows Version compatible with the host OS could be found in 'C:\ProgramData\Microsoft\Windows\Images'

Does anyone know the source of this error and how to fix it?

My Desktop App Converter's version is 0.1.22 and the base image is BaseImage-14383.wim, download from here, and my host OS is Win10 Pro Preview version 1677 (14388).


Solution

  • the base image is BaseImage-14383.wim, download from here, and my host OS is Win10 Pro Preview version 1677 (14388) No expanded base image with Windows Version compatible with the host OS could be found in 'C:\ProgramData\Microsoft\Windows\Images'

    This exception states the converter failed to locate a base image that matches your Insider Preview build. Your Host OS version is Insider 14388, the compatible Base Image version should be 14388 instead of 14383.

    So the only way is waiting for the 14388 base image and setup the converter again.

    BTW: For feedback about Desktop App Converter, Centennial team is currently monitor issues on UserVoice site, please post your issue there.