-
Notifications
You must be signed in to change notification settings - Fork 160
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
Windows 11 registration sometimes fails #993
Comments
1st person 2nd person To get more info about what is happening with the package, the following PowerShell commands can be used:
Observation: The screenshot showing error dialog in dark colour with white titlebar and black OK text as well as mention of Rufus bypass hints that this user is the type that tweaks Windows likely beyond what is officially documented/supported by Microsoft which may or may not have anything to do with this issue. |
Answer from the user:
|
Both provisioning and install/registration are fine as there is I have no idea what StartAllBack actually does to Windows but an app with this name has been previously blocked by Microsoft/Windows. |
If we can not fix it, would it be at least a workaround? Which line of code could produce this error? We could either smoothly ignore the error rather than "disappearing" (I am not sure to understand if the box is disappearing or MediaInfo completely), or having a possibility to not launch the command (but if the Windows Explorer related checkbox is unchecked, which part of the code creates the issue?) |
It seems to be produced by Windows while attempting to start MediaInfo.exe. Based on other occurrences of similar error online, it can even happen while opening an image file with Windows built-in Photos app when the Windows installation is messed up. As a workaround, the user can try to remove the MSIX package. Can be done by using PowerShell but will need to be done every time MediaInfo is updated unless the cause of the issue is rectified. |
Please remind me the command?
We could check if MediaInfo is already installed and the MSIX package not registered and we don't register it if it is the case. |
But it has to be installed for users updating from older versions or re-attempt to install if the previous installation somehow fails. |
True. Let's first see with removing the MSIX package and we see if other people are impacted before doing something. |
Remove-AppxProvisionedPackage to remove the provisioned package After running, both previous commands in posts above should return nothing if all successfully removed. |
If too many people having issues, we should just put the fully packaged VCL or Qt GUI in the Store and only do the new shell extensions there and direct Windows 11 users to the Store version. |
I hope that we won't do that... We'll see. |
Sorry to ask for more, but as I don't use to manage that I prefer to be sure, what are the expected exact commands? We user needs to do both? |
Remove-AppxProvisionedPackage -PackageName "MediaInfo_24.12.0.0_neutral__0z25jj8eabac0" -Online Remove-AppxPackage -Package "MediaInfo_24.12.0.0_neutral__0z25jj8eabac0" The package name changes in each version as well as when the publisher name changes so the exact name as shown by the previous commands in #993 (comment) should be used.
Do both to ensure complete removal. After that repeat the commands in #993 (comment) which should return nothing. |
Up to now I received 2 reports about this issue. The second person provided this:
I think we should at least have a fallback, not leaving the program if the registration fails.
For reference the first person only provided:
Different message but not possible to have more information ("I do not have any interest in being your guinea pig, so I'll not be responding to any of your specific questions." answer to my request for more details after having said that he could be less pretentious in his first message 😅)
The text was updated successfully, but these errors were encountered: