Skip to content
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

The 1.4.230518007-experimental1 installer is flaky #3760

Closed
tristanlabelle opened this issue Jul 25, 2023 · 2 comments
Closed

The 1.4.230518007-experimental1 installer is flaky #3760

tristanlabelle opened this issue Jul 25, 2023 · 2 comments
Assignees

Comments

@tristanlabelle
Copy link

tristanlabelle commented Jul 25, 2023

Describe the bug

We install WindowsAppSDK 1.4.230518007-experimental1 in CI and it has started failing randomly after working for several weeks:

Installing license: MSIX_MAINPACKAGE_LICENSE
Install License result : 0x0 
Installing license: MSIX_SINGLETONPACKAGE_LICENSE
Install License result : 0x0 
Deploying package: Microsoft.WindowsAppRuntime.1.4-experimental1_4000.868.150.0_x64__8wekyb3d8bbwe
Package deployment result : 0x0 
Deploying package: Microsoft.WindowsAppRuntime.1.4-experimental1_4000.868.150.0_x86__8wekyb3d8bbwe
Package deployment result : 0x0 
Deploying package: MicrosoftCorporationII.WinAppRuntime.Main.1.4-e1_4000.868.150.0_x64__8wekyb3d8bbwe
Package deployment result : 0x0 
Error: Process completed with exit code 1.

Steps to reproduce the bug

Our CI uses a windows-2022 GitHub runner with this step:

    - name: Install WindowsAppRuntime 1.4
      shell: pwsh
      run: |
        $installer = "$env:TEMP\installer.exe"
        invoke-WebRequest -Uri https://aka.ms/windowsappsdk/1.4/1.4.230518007-experimental1/windowsappruntimeinstall-x64.exe -Outfile $Installer
        & $installer

Expected behavior

The installer should reliably succeed, or at least provide error information when it fails.

Screenshots

History of successes vs failures:
image

NuGet package version

Windows App SDK 1.4 Experimental 1: 1.4.230518007-experimental1

Packaging type

Unpackaged

Windows version

No response

IDE

No response

Additional context

Windows version: windows-2022 github runner, see: https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md
We tried capturing an ETL trace but it seems like the process is ending unexpectedly and the trace doesn't contain any useful information.

@stevenbrix
Copy link

One of our team members is seeing errors locally and we found this in the EventViewer
mark-arc-errors.txt

When I was looking at his machine I noticed that the installer only failed for him when run from an admin window. However, for all of us devs we always install from an admin window and don't have an issue, so maybe somehow related to having developer mode enabled?

@duncanmacmichael
Copy link
Member

Fixed in 1.4.0, closing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants