-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Application crashes on Startup if installed as MSIX package #7473
Comments
I can't repro it on my Win11 VM.
Here is an example of the commands, that I posted some years ago for 8.1 apps, but it still works the same way today: |
ok, this looks like an WinUI issue. Here I can't really help, wait for reply of the team. |
I see you mention "Release Candidate 3 (current)" as the version. If that's the case, did you update your templates? Most notably, in your csproj do you have a reference to the Win2D package? If you do, that should either have at least version 1.0.3.1 or you don't even have to specify it anymore, it will be brought in automatically. Let me know if that's the case or not. |
Hi @Kristallranke. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. |
Description
Application crashes on Startup if installed as MSIX package. But it works if installed by Visual Studio. The Stacktrace looks like this:
Steps to Reproduce
dotnet publish -f net6.0-windows10.0.19041.0 -c Release
Version with bug
Release Candidate 3 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows 10
Version 21H1 (Build 19043.1706)
Windows 11
Version 21H1 (Build 22000.194)
Affected platform versions
Windows SDK 10.0.19041.0
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: