What are the std*.txt files for?

From BOINC Wiki
Revision as of 14:30, 2 September 2016 by Jord (talk | contribs) (adding font and some bolding)
Jump to: navigation, search

BOINC logs as much as it can about what it is doing. It will save the messages from the Messages tab/Event Log to disk, will try to capture any crash information about itself and applications in stack traces.

It does that in the stdoutdae.txt, stderrdae.txt, stdoutgui.txt and stderrgui.txt files.

  • std stands for Standard (Or Save to Disk ;-)).
  • out means Output.
  • err means Error.
  • gui means Graphical User Interface. This is BOINC Manager.
  • scr means Screen Saver.
  • tray means BOINCTray (idle detection program).
  • gfx mean Graphics (as opposed to screen saver).
  • dae means daemon. This is BOINC, the core client.

With these you can now easily see which files are for what. The TXT extension is used so it can easily be opened up in any text editor, while at the same time it won't be confused by any operating system as anything else than a text file.


Original writer Original FAQ Date
Jorden 485 07-03-2009