Replies: 3 comments
-
Diagnosis (confirmed)This is not an application runtime bug and not specific to either the EXE or APPX build. The failure is caused by mixing EXE (Win32) and APPX (MSIX / Store) installations on the same Windows 11 system, which leaves stale and conflicting registry entries for file associations and custom URI schemes. Observed behavior (100% reproducible)
Result:
This happens with both EXE and APPX once the system has seen both. Root cause (confirmed)Windows 11 does not fully clean protocol and file-association registrations when uninstalling mixed Win32 and MSIX packages that:
After the mix:
ProofManually deleting all registry keys containing ➡️ This confirms the issue is Windows association resolution corruption, not application logic. Conclusion
EXE and APPX builds must not be installed on the same system unless identifiers and cleanup are fully isolated. Recommended actions
I'm closing, the issue is not actionable |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
See also #3344 |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
What is the state of my computer before the test:
What is worked before the test:
What is the issue:
So this is not an issue with the appx version neither with the exe installer, but from an installation mix between them, I cannot be 100% sure if the appx worked correctly before my dysfunctional test, because I ran mostly the exe installer first. What I find very strange, is why is it working on the first launch, and stop working then. File association and opds custom scheme both are working on the first start after fresh installation. But why, this is strange ? File association are working as a parameters on the command line arguments of the application. So in this case, maybe the argument position of the filepath is not the same, or not sent. Same thing for the opds custom scheme is it registered on the first start of the application and then triggered with a electron event. So maybe the system does not send the event properly. We need to deep dive in it and better understand how is it working under the hood on win11.
Beta Was this translation helpful? Give feedback.
All reactions