# Known Issues

This page is a work in progress to document more prominent known issues in Railroader.

### RR-133: Crash During Gameplay

A small percentage of players have encountered issues with Railroader crashing during a game session. The timing of this issue varies; for most it occurs after a few hours of gameplay.

You can recognize this crash by checking the `player.log`. Near the bottom you will see lines similar the following:

```
D3D11: Failed to create RenderTexture (1928 x 1080 fmt 9 aa 4), error 0x8007000e
D3D11: Failed to create RenderTexture (1928 x 1080 fmt 9 aa 1), error 0x8007000e
D3D11: Failed to create RenderTexture (1928 x 1080 fmt 19 aa 4), error 0x8007000e
```

We aren't certain what causes this crash and its rareness on most hardware has made the source difficult to track down. It appears to be some combination of Unity and/or graphics driver interaction.

If you have difficulty running Railroader again after the crash, some players have had success with a combination of the following:

* Reboot your computer.
* Restart the Graphics Driver using **Win + Ctrl + Shift + B.**
* In some cases players have reported needing to reinstall their graphics driver.

We will update this section as we learn more about this issue.

### RR-176: Crash When Quitting

Railroader may crash if you Alt-F4 the game while it is running.

Workaround: Hit Escape and quit to the main menu before closing Railroader.

### Resetting Preferences

If your preferences (resolution, UI scaling, other settings) get into a bad state that prevents you from interacting with the menu screen, they can be reset using the following steps. Note that these steps will not delete your save games.

Please follow these instructions exactly and [ask for help](/support/getting-support.md) if you aren't confident. The Registry Editor is a powerful tool.

* Close Railroader.
* Open the Registry Editor:
  * Hit the Windows key and type "Registry Editor".
  * Click or hit enter to open the Registry Editor.
* In the Registry Editor, open following folders in order:
  * `HKEY_CURRENT_USER`
  * `Software`
  * `Giraffe Lab LLC`
* You will now see the `Railroader` folder in the Registry Editor.
* Delete the `Railroader` registry folder:
  * Right click on the `Railroader` folder.
  * Click "Delete".
  * Click "Yes" to confirm.
* Close the Registry Editor.
* Re-run Railroader.


---

# 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.railroadergame.com/support/known-issues.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.
