From 8aa420be62e60af241ef33a2b3493de57bdf3052 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 21 Jun 2017 11:53:38 +0200 Subject: [PATCH] Fix location of log on Windows It's a bit longer, but hopefully clear for both advanced system engineers and for rookies. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08d7647893..a3e7f9c0d5 100644 --- a/README.md +++ b/README.md @@ -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.log (Windows) + * %APPDATA%\cura\\``\cura.log (Windows), or usually C:\Users\\``\AppData\Roaming\cura\\``\cura.log * $User/Library/Application Support/cura/``/cura.log (OSX) * $USER/.local/share/cura/``/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 ------------