Fix location of log on Windows

It's a bit longer, but hopefully clear for both advanced system engineers and for rookies.
This commit is contained in:
Ghostkeeper 2017-06-21 11:53:38 +02:00
parent 015c253252
commit 8aa420be62
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -14,10 +14,12 @@ For crashes and similar issues, please attach the following information:
* (On Windows) The log as produced by dxdiag (start -> run -> dxdiag -> save output)
* The Cura GUI log file, located at
* $User/AppData/Roaming/cura/`<Cura version>`/cura.log (Windows)
* %APPDATA%\cura\\`<Cura version>`\cura.log (Windows), or usually C:\Users\\`<your username>`\AppData\Roaming\cura\\`<Cura version>`\cura.log
* $User/Library/Application Support/cura/`<Cura version>`/cura.log (OSX)
* $USER/.local/share/cura/`<Cura version>`/cura.log (Ubuntu/Linux)
If the Cura user interface still starts, you can also reach this directory from the application menu in Help -> Show settings folder
Dependencies
------------