Skip to content

Commit

Permalink
Merge pull request #236 from gi-man/Fix-typos-and-minor-changes
Browse files Browse the repository at this point in the history
Fix typos and minor edits
  • Loading branch information
paperdigits authored Oct 27, 2023
2 parents 2178708 + e404085 commit 40e2ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/about/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ darktable is developed for linux, but it was ported to build on Windows. The [MS

* <a name="faq-windows-bugs"></a>**I was working with darktable and it suddenly just crashed! What should I do?**<a href="#faq-windows-bugs" class="anchor" title="Link to this FAQ entry">¶</a>

Don't panic, sometimes it happens. If you can reproduce the crash, please file a [bug report](https://github.com/darktable-org/darktable/issues), and send the so called "backtrace" file as well. You can find the location of this backtrace file in the folder where the crash dialog indicates. Generating a log of the crash can also aid in discovering the cause. The simplest way is to start Windows Command Propt, navigate `C:\Program files\darktable\bin` and start darktable via `darktable.exe -d perf` or `darktable -d opencl` or `darktable -d all` or to see all the options `darktable -h`. The log file will be generated in the hidden path listed above.
Don't panic, sometimes it happens. If you can reproduce the crash, please file a [bug report](https://github.com/darktable-org/darktable/issues), and send the so called "backtrace" file as well. You can find the location of this backtrace file in the folder where the crash dialog indicates. Generating a log of the crash can also aid in discovering the cause. The simplest way is to start Windows Command Prompt (cmd), navigate to `C:\Program files\darktable\bin` and start darktable via `darktable.exe -d common` or `darktable -d opencl` or `darktable -d perf` or to see all the options `darktable -h`. The log file will be generated in the hidden path listed above.

### <a name="faq-windows-issues"></a>**Known Windows issues**<a href="#faq-windows-issues" class="anchor" title="Link to this FAQ entry">¶</a>
* OpenCL will speed up the processing in darktable. Sometimes Windows 11 preinstalls an OpenCL Compatibility app and it causes faults on darktable. Uninstall the Compatibility from Windows.
Expand Down

0 comments on commit 40e2ad5

Please sign in to comment.