boinc
boinc copied to clipboard
Client doesn't write to log files with --detach_console
Describe the bug
When I am manually starting the boinc client on the command line with the --detach_console --redirectio options, the client doesn't write its stdout to the log file stdoutdae.txt. However, if I omit the --detach_console option, the log is written as usual.
Steps To Reproduce
- Run
./boinc --redirectioand checkstdoutdae.txt. The logs are written normally. - Kill the previously started boinc instance and start a new one with
./boinc --redirectio --detach_console. The log file is not updated. - If I delete
stdoutdae.txtfirst and then run./boinc --redirectio --detach_console,stdoutdae.txtis created but empty.
Expected behavior Client writing logs to the log file.
This had always worked before, but suddenly stopped working after a Windows update (see below)
System Information
- OS: Windows 11, just installed KB5019980 and KB5020622
- BOINC Version: 7.20.2
@Deophius Is this still an issue on latest Windows 11?
@Frigyes06 This issue seems to persist on latest Win11