# Common bugs & fixes

**How to Report BSOD Crashes**&#x20;

Follow these steps to set up Memory Dump settings and help report BSODs if you encounter them:

1. **Enable Full Kernel Memory Dump**:
   * **Access Control Panel**: Go to `System and Security > System`.
   * **Advanced System Settings**: Click on `Advanced system settings`, then go to the `Advanced` tab.
   * **Startup and Recovery Settings**: Click on `Settings` in the `Startup and Recovery` section.
   * **Select Memory Dump Type**: Ensure either `Kernel memory dump` or `Complete memory dump` is selected under `Writing Debugging Information`.
   * **Restart Your PC**: Save changes and restart your computer to apply these settings.
2. **Crash Dump Collection**:
   * When a BSOD occurs, allow your system to complete the memory dump process to 100% and auto-restart.
3. **Locate and Prepare the Dump File**:

   * Find the `MEMORY.DMP` file, usually located at `C:\Windows\MEMORY.DMP`.
   * **Optional**: Compress the file to reduce its size for easier uploading. You may also have to move the file temporarily to the desktop to avoid permission errors.

   ,
4. **Upload and Report**:
   * Upload the compressed dump file to [WeTransfer](https://wetransfer.com/) or [MegaNZ](https://mega.io/).
   * Create a ticket in [NextCheats Discord](https://discord.gg/mZFVGGfSM8) and provide the download link to the dump.


---

# 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.lmarket.fr/escape-from-tarkov/next-lite/common-bugs-and-fixes.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.
