Commit 57f0263
fix(launch): Fix several launch failure conditions (exceptions thrown in child.wait, and boost::split_unix) (LizardByte#4390)
1 parent b3a0294 commit 57f0263
File tree
4 files changed
+27
-7
lines changed- src_assets/common/assets
- src
- third-party
4 files changed
+27
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
1226 | 1228 | | |
1227 | 1229 | | |
1228 | 1230 | | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
1229 | 1235 | | |
1230 | 1236 | | |
1231 | 1237 | | |
| |||
1345 | 1351 | | |
1346 | 1352 | | |
1347 | 1353 | | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
1348 | 1358 | | |
1349 | 1359 | | |
1350 | 1360 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | | - | |
| 115 | + | |
114 | 116 | | |
115 | | - | |
| 117 | + | |
116 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
117 | 123 | | |
118 | 124 | | |
119 | 125 | | |
| |||
232 | 238 | | |
233 | 239 | | |
234 | 240 | | |
235 | | - | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
236 | 246 | | |
237 | | - | |
238 | | - | |
| 247 | + | |
| 248 | + | |
239 | 249 | | |
240 | 250 | | |
241 | 251 | | |
| |||
Loading
Submodule moonlight-common-c updated 15 files
- .gitignore+1
- CMakeLists.txt+32-2
- src/AudioStream.c+11-5
- src/InputStream.c+104-90
- src/Limelight.h+48-9
- src/Misc.c+5-1
- src/Platform.c+142-9
- src/Platform.h+15-1
- src/RtpAudioQueue.c+17-4
- src/RtpAudioQueue.h+3-1
- src/RtpVideoQueue.c+31-27
- src/RtpVideoQueue.h+7-4
- src/RtspConnection.c+17-17
- src/VideoDepacketizer.c+33-27
- src/VideoStream.c+8-6
0 commit comments