MicrosoftDocs / windows-dev-docs

Conceptual and overview content for developing Windows apps
Creative Commons Attribution 4.0 International
686 stars 1.19k forks source link

Generic Error message from MSIX upload #5140

Open datamystic opened 1 week ago

datamystic commented 1 week ago

Type of issue

Missing information

Feedback

To actually see any error messages, you have to manually refresh the page. The error system is very generic, with no real actionable information.

Here is an example from submitting a .msix that passes the latest Windows App Cert tests:

Clearly there is a deeper root cause that is not being tested for or exposed here.

Page URL

https://learn.microsoft.com/en-gb/windows/apps/publish/publish-your-app/msix/upload-app-packages

Content source URL

https://github.com/MicrosoftDocs/windows-dev-docs/blob/docs/hub/apps/publish/publish-your-app/msix/upload-app-packages.md

Author

@GrantMeStrength

Document Id

3d76171e-6819-3c62-0225-c01f8633395c

Tony-Zed commented 1 day ago

Alright, so I figured out that it doesn't do well with special characters. I as trying to make it so I could drop a shortcut to a special folder on my computer anywhere I wanted, and at first I thought it just couldn't do shortcuts (maybe something to do with a path in a path or something. but I got it to work. And here's the result:

When the folder was named "Impala", it worked great. But if I changed the folder name to "❇️Impala❇️", it broke it. Furthermore, I think it's an issue not only with the direct folder name, but with any special characters in the delivery path; because when I had it named "Impala" and tried to create it with the template folder on my "C" drive and and the destination on my "D" drive, it wouldn't work, but then it did when I was just going from "C" to "C" (template folder to a folder on my desktop. The thing with that is, I name my files and folders all kinds of wacky names. I use emojis as kind of a coding system for my files. So I name active projects like "⚡Project⚡" and a dead project like "☠️Project☠️" and finished projects like "🏆Project🏆"

Considering that it worked and worked and worked, and as soon as I added a "❇️" it broke, I'm assuming that even when it WAS just named "Impala" on my earlier attempts, it's because it was traveling from "%USERPROFILE%\AppData\Local\Microsoft\PowerToys\NewPlus\Templates" TO "D:\📄Projects📄\Test"

But then suddenly worked traveling to "%USERPROFILE%\Desktop\New folder\Impala" Until of course I changed it to "%USERPROFILE%\Desktop\New folder\Impala❇️" at which point it immediately broke again.