Page MenuHome

Windows: Add helpers batch files.
ClosedPublic

Authored by Ray Molenkamp (LazyDodo) on Mar 12 2019, 5:13 PM.

Details

Summary

There is a growing number of users on the tracker unable to navigate the command line, to make triaging a little easier this diff adds a number of batch files we can request users to run. stdout and stderr will be written to a log file, and SysInfo.txt will also be generated.

Users will also receive instructions on how to attach these files to a bug report.

I think i covered the most common cases, but @Clément Foucault (fclem) and @Sebastian Parborg (zeddb) may want to look over it.

Diff Detail

Repository
rB Blender

Event Timeline

I can't run these myself as I do not have a windows computer. But I think these look like a very nice addition to our toolbox when asking for information.

This revision is now accepted and ready to land.Mar 12 2019, 5:27 PM

I like the idea.

For file and folder naming I suggest:

%temp%\blender\debug_logs\blender_debug_output.txt
%temp%\blender\debug_logs\blender_system_info.txt

Just in case there are or will be other files in %temp%\blender, and to make the filenames a bit more unique.

Ray Molenkamp (LazyDodo) edited the summary of this revision. (Show Details)
  • Update with feedback.
This revision was automatically updated to reflect the committed changes.