WindowsAppSDK icon indicating copy to clipboard operation
WindowsAppSDK copied to clipboard

WinAppSDK 1.1.4 application rendering blank for subset of users

Open crutkas opened this issue 1 year ago • 4 comments

Describe the bug

https://github.com/microsoft/PowerToys/issues/20502

We have a set of users that have WinAppSDK apps render blank. We are on 1.1.4. Users have confirmed the exact break was when we did shift from a XAML Island to a WinAppSDK.

Our applications are unpackaged.

Steps to reproduce the bug

Small subset of users are reporting the issue. We are uncertain what is actually causing it. The body renders and at times, one icon.

Expected behavior

application renders correctly

Screenshots

Settings PowerRename

NuGet package version

1.1.4

Packaging type

Unpackaged

Windows version

No response

IDE

No response

Additional context

No response

crutkas avatar Sep 19 '22 20:09 crutkas

@codendone @MikeHillberg FYI

Same issue in another app: https://github.com/rocksdanister/lively/issues/1369

gabbybilka avatar Sep 19 '22 20:09 gabbybilka

Yup, @rocksdanister confirmed they have both packaged and unpackaged

crutkas avatar Sep 19 '22 20:09 crutkas

@gabbybilka and crew, please 100% feel empowered to communicate on the PowerToys issue as well to help get debugging info. whatever we can do to help

crutkas avatar Sep 19 '22 20:09 crutkas

It's a kind of broad bug, as I saw this bug in late 2010-s in any UWP apps

leha-bot avatar Sep 20 '22 13:09 leha-bot

A fix for the core issue is included in the 1.3 release.

bpulliam avatar Apr 18 '23 14:04 bpulliam

One of my user got this error on upgrading from WinAppSDK 1.2 to 1.3 (packaged): https://github.com/rocksdanister/lively/issues/1691#issuecomment-1531469256

System configuration:

Surface Studio 2
OS: Microsoft Windows 11 Pro 10.0.22621
CPU: Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
GPU: NVIDIA GeForce GTX 1060

AppDomain.CurrentDomain.UnhandledException didn't catch any.

Windows Event Viewer:

Faulting module name: Microsoft.ui.xaml.dll, version: 3.1.3.0, time stamp: 0x6b833c08
Exception code: 0xc000027b
Fault offset: 0x0025fe0e
Faulting process id: 0x0xDD4
Faulting application start time: 0x0x1D97CF8DE299A6C
Faulting application path: C:\Program Files\WindowsApps\12030rocksdanister.LivelyWallpaper_1.0.133.0_x86__97hta09mmv6hy\Lively.UI.WinUI.exe
Faulting module path: C:\Program Files\WindowsApps\Microsoft.WindowsAppRuntime.1.3_3000.820.152.0_x86__8wekyb3d8bbwe\Microsoft.ui.xaml.dll
Report Id: 8f8fc1e2-2cea-4584-bf36-1aa74bc929c7
Faulting package full name: 12030rocksdanister.LivelyWallpaper_1.0.133.0_x86__97hta09mmv6hy```

rocksdanister avatar May 02 '23 13:05 rocksdanister