-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix(launch): Fix several launch failure conditions (exceptions thrown in child.wait, and boost::split_unix) #4390
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
Conversation
Bundle ReportBundle size has no change ✅ |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4390 +/- ##
==========================================
- Coverage 14.94% 14.19% -0.76%
==========================================
Files 63 89 +26
Lines 13726 18936 +5210
Branches 6476 8677 +2201
==========================================
+ Hits 2052 2688 +636
- Misses 8686 12969 +4283
- Partials 2988 3279 +291
Flags with carried forward coverage won't be shown. Click here to find out more.
|
8b72947 to
3b11477
Compare
|
Can somebody update me on this? Should anything happen before merge? |
This comment was marked as resolved.
This comment was marked as resolved.
3b11477 to
5848551
Compare
This comment was marked as resolved.
This comment was marked as resolved.
46cbd07 to
15bdb29
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
…ch disrupted control flow. Surrounded with try-catch, reporting a helpful message. improve(launch): In case unexpected exceptions are thrown during launch or resume, an empty an error is now logged to help the user analyze this. fix(process): child.wait() may throw, replaced it with the std::error_code variant.
15bdb29 to
238312d
Compare
This comment was marked as resolved.
This comment was marked as resolved.
|
… in child.wait, and boost::split_unix) (LizardByte#4390)
…s thrown in child.wait, and boost::split_unix) (LizardByte#4390)" This reverts commit 57f0263.
…s thrown in child.wait, and boost::split_unix) (LizardByte#4390)" This reverts commit 57f0263.



Description
\!as escape sequence. The\got added by saving/loading the json file I think, not sure.This fixes the Malformed XML error moonlight-qt showed in my situation.
Screenshot
Issues Fixed or Closed
Resolves #4038.
Roadmap Issues
Type of Change
Checklist
AI Usage