> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/knowledge-base/troubleshooting-articles/hung-rdm-dump-file-creation.md).

# Creating a hung Remote Desktop Manager dump file

{% hint style="danger" %}
When creating and sending a dump file, it is essential to follow the steps carefully. Sending a full dump file without the guidance of a Devolutions support specialist could expose sensitive and personal data. Although we cannot guarantee issue resolution, following this procedure will assist our team in diagnosing the root cause.Before proceeding, please review our [security disclaimer for sending a dump file](https://docs.devolutions.net/rdm/kb/troubleshooting-articles/hung-rdm-dump-file-creation/security-disclaimer-sending-dump-file/).
{% endhint %}

### Using a command line prompt

This method uses Microsoft's command prompt tool to generate a dump file for every Remote Desktop Manager process, a procedure that can take from 10 to 30 seconds to complete. The resulting dump file should be about 20 MB in size.

1. Open command prompt.
2. Run the following command: `"%ProgramFiles%\Devolutions\Remote Desktop Manager\RemoteDesktopManager.exe" /dump`. This path may vary depending on how Remote Desktop Manager was installed.
3. Contact our [customer support team](mailto:service@devolutions.net) to request a secure link to upload the file.

### Using Process Explorer

This procedure uses the ***Process Explorer***, a tool in Microsoft’s [Sysinternals Suite](https://learn.microsoft.com/en-ca/sysinternals/downloads/), to monitor Remote Desktop Manager and generate a dump file.

{% hint style="info" %}
The dump file created using this method should typically be between 100 MB and 300 MB. Files exceeding 1 GB are full dumps, not minidumps, and contain more information than needed.
{% endhint %}

1. Download and install the ***Process Explorer*** from the [Sysinternals utilities](https://learn.microsoft.com/en-ca/sysinternals/downloads/).
2. Launch Remote Desktop Manager.
3. Reproduce the issue within Remote Desktop Manager.
4. Start the **procexp64.exe** or **procexp.exe** application from the installation folder.
5. In the ***Process Explorer***, right-click the **RemoteDesktopManager.exe** process.
6. Select ***Create Dump – Create Minidump***. Ensure you create a minidump, **not** a full dump.
7. Save the ***RemoteDesktopManager.dmp*** file locally.
8. Contact our [customer support team](mailto:service@devolutions.net) to request a secure link to upload the file.

#### See also

* [Devolutions Academy - Create a dump file](https://academy.devolutions.net/student/activity/2745014-create-a-dump-file)


---

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

```
GET https://docs.devolutions.net/rdm/knowledge-base/troubleshooting-articles/hung-rdm-dump-file-creation.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.
