Commit 7677f9f
Delta-Kronecker
fix: tun-helper silently crashes — add top-level catch + diagnostic progress
Main() had try/finally but no catch: any unhandled exception in
RunKeeper() killed the helper without writing an error to
tun-result.txt, leaving the launcher stuck at 'enabling...'.
- catch Ex -> write 'error: ExceptionType: message' to result file
- two intermediate progress markers ('cleaning up', 'routing') so the
launcher can show where TUN setup stalls1 parent 908db2f commit 7677f9f
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| 406 | + | |
| 407 | + | |
406 | 408 | | |
407 | 409 | | |
408 | 410 | | |
| |||
426 | 428 | | |
427 | 429 | | |
428 | 430 | | |
| 431 | + | |
429 | 432 | | |
430 | 433 | | |
431 | 434 | | |
| |||
520 | 523 | | |
521 | 524 | | |
522 | 525 | | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
523 | 532 | | |
524 | 533 | | |
525 | 534 | | |
| |||
0 commit comments