-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WAS runtime cannot be found/loaded by apps on Windows Server 2019 LTSC #1121
Comments
Same problem. |
Manifested
Did the installer successfully install the packages? You can verify from a command line
and you should see the 2x Frameworks (x86+x64), 1x Main (x64) and 2x DDLM packages (x86+x64). Do you have the Desktop Experience(?) enabled? |
Yes |
Yep, packages are installed.
WS19 LTSC w/ desktop experience. |
@riverar Does this issue repro with 1.0-preview1? |
@DrusTheAxe Will get you an answer shortly. |
@DrusTheAxe Same issue with PowerShell exercising W.A.M.AppExtensions [Windows.ApplicationModel.AppExtensions.AppExtensionCatalog,Windows.ApplicationModel,ContentType=WindowsRuntime]::Open(
"microsoft.winappruntime.ddlm-0.258.2116.0-x6-p1")
> Exception calling "Open" with "1" argument(s): "Element not found. (Exception from HRESULT: 0x80070490)" Steps to reproduce (Rust)
Debugger output
|
@jvintzel Hey John, do you know if AppExtensions has known quirks on LTSC or is supported? |
App Extensions are supported on 1809 LTSC and later. I am unaware of any quirks for them. |
Err @DrusTheAxe is this expected to work for exp/prev releases? WindowsAppSDK/dev/DynamicDependency/API/MddLifetimeManagement.cpp Lines 121 to 126 in 5661c2d
|
I'm seeing the same as #1121 (comment) on desktop Windows 1909. |
I suspect this is the same root problem. Software archeology in progress (i.e. I'm digging :P) to verify Windows Server 2019 LTSC is based on 19H1 then yes, this should be addressed by #1681 |
Confirmed. Kudos to wikipedia for the convenient reference: https://en.wikipedia.org/wiki/List_of_Microsoft_Windows_versions#Server_versions Server versions[edit]
Windows Server 2019 == 1809 == RS5 So yes, this should be addressed by #1681 |
@DrusTheAxe if you would like an extra set of eyes on this fix, ping me (and shoot over some build artifacts). |
Describe the bug
After installing the WAS runtime on Windows Server 2019 LTSC, apps attempting to bootstrap cannot locate the WAS runtime.
Are W.A.M.AppExtensions supported on LTSC? This doesn't work either (PowerShell):
Steps to reproduce (C++)
TBD
Steps to reproduce (Rust)
git clone https://github.com/microsoft/windows-samples-rs/
cd windows-samples-rs/windows_app_sdk/skeleton
cargo run
Steps to reproduce (Pre-compiled, x64)
skeleton.exe
ProjectReunion-0.8Preview-Install-x64.exe
Windows Server 2019 17763.1
The text was updated successfully, but these errors were encountered: