> For the complete documentation index, see [llms.txt](https://unixx.shop/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unixx.shop/docs/about/product-faq/troubleshooting-and-common-fixes.md).

# Troubleshooting & Common Fixes

## How to Install Missing Runtimes

Downloading these runtimes can fix common crashes and errors caused by missing system files. Many apps need VC, DirectX, and .NET runtimes to run properly—installing them ensures better stability and compatibility.

{% stepper %}
{% step %}

### [VC Runtime (All-in-One)](https://download.visualstudio.microsoft.com/download/pr/f1998402-3cc0-466f-bd67-d9fb6cd2379b/A1592D3DA2B27230C087A3B069409C1E82C2664B0D4C3B511701624702B2E2A3/VC_redist.x64.exe)

{% endstep %}

{% step %}

### [DirectX Runtime](https://www.microsoft.com/en-us/download/details.aspx?id=35)

{% endstep %}

{% step %}

### [.NET Framework Runtime](https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net472-web-installer)

{% endstep %}
{% endstepper %}

## How to Fix Connection Errors

Some products may have trouble connecting to their servers due to firewall restrictions, network filtering, or ISP-related blocks. This can prevent websites or loaders from connecting properly.

In many cases, using a trusted VPN can resolve these issues quickly. We recommend **1.1.1.1**, a free and reliable VPN service that helps bypass network restrictions and improve connection stability.

You can download it here: <https://one.one.one.one/>

After enabling the VPN, restart the loader or website and try again. This resolves most connection-related issues.


---

# 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://unixx.shop/docs/about/product-faq/troubleshooting-and-common-fixes.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.
