-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
MSEdgeRedirect terminates UWP processes on first launch. #395
Comments
Not sure how they have the processes running at startup but they're likely spawning via SIHost and that's likely the issue. It's an issue of a race condition that I probably wouldn't have if I wasn't using an interpreted language. One day I'll figure out how exactly a C# app should have it's files laid out, how to make a proper csproj file, and the whole shebang that goes with C# coding that isn't coding itself and most if not all of service mode's issues will go away. Regardless 334780c seems to work. I'll have to test the patch on a slower system for its reliability, and see if it handles anything unsafely. |
I'm able to provide both before and after snapshots of ProcessExplorer (same setup, didn't change anything) |
Preflight Checklist
microsoft-edge:https://google.com
redirects successfullyInstall Type
Manual Update
Install Mode
Service Mode
Steps to reproduce
This isn't a bug report about the functionality of MSEdgeRedirect, but more of an odd bug I've noticed when using this program.
Whenever I launch my computer, I have a few apps set to run at startup, and some of them get terminated shortly after being launched. I launched MSEdgeRedirect manually while writing this post, which terminated some processes.
Programs that are affected:
I'm running version 0.7.5.3 in Service Mode.
✔️ Expected Behavior
MSEdgeRedirect will start with other start-up programs with no issues.
❌ Actual Behavior
Some processes get terminated shortly after MSEdgeRedirect's process is started.
Microsoft Windows version
23H2 Build 22631.3155
Other Software
ShareX 15.0
Windows Terminal 1.19.10573.0
EarTrumpet 2.3.0.0
The text was updated successfully, but these errors were encountered: