# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
