> For the complete documentation index, see [llms.txt](https://docs.timeinpixels.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.timeinpixels.com/nobe-omniscope/troubleshooting/providing-windows-crash-dump-file.md).

# Providing Windows crash dump file

If you experience OmniScope crashes on Windows platform, please go to:

Options -> Open Logs

In the explorer folder that opens please find a file with **\*.dmp** extension. It's a crash dump file that we can use to investigate the crash - please provide the file so that we can provide the fix.

If the application crashes on startup and it's impossible to access the Open Logs option, please find the crash dump file in this directory:

```
C:\Users\USERNAME\AppData\Local\NobeOmniScope
```

## Full Memory Dump (Windows)

By default OmniScope writes a **mini dump** — a compact snapshot that covers the crashed thread and key module info. If you are asked by support to provide more detail, you can enable a **full memory dump** in Preferences:

**Preferences → Crash Diagnostics → Full memory dump**

With this option on, the next crash will produce a much larger `.dmp` file that includes all thread stacks, handle data, and loaded code segments. This is helpful when a mini dump does not contain enough context to reproduce the issue.

{% hint style="warning" %}
Full memory dumps can be several hundred MB in size. Only enable this when asked by support and disable it again once the dump has been collected.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.timeinpixels.com/nobe-omniscope/troubleshooting/providing-windows-crash-dump-file.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
