# Troubleshooting

{% hint style="info" %}
This is the troubleshooting page for your **Wolvenkit install**.&#x20;

For game issues, check [Troubleshooting](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/user-guide-troubleshooting)on [Cyberpunk 2077 Modding](https://wiki.redmodding.org/cyberpunk-2077-modding/).

For issues with **modding workflows**, refer to the corresponding section of the guides or use the search function of [Cyberpunk 2077 Modding](https://wiki.redmodding.org/cyberpunk-2077-modding/).
{% endhint %}

{% hint style="success" %}
If you've run into a problem that isn't on this list, please **reach out**!

* If you have solved the problem already, feel free to [edit the wiki](https://app.gitbook.com/invite/-MP5ijqI11FeeX7c8-N8/H70HZBOeUulIpkQnBLK7)!

Otherwise, you can either find us on [Discord](<https://discord.gg/redmodding&#xA;>) (`#wolvenkit-support`), or, if you know that it's a technical issue, [file an issue on github](https://github.com/WolvenKit/Wolvenkit/issues) or open a thread on Discord's `#wkit-bugs-and-requests` channel.
{% endhint %}

## Basic Troubleshooting steps

### .NET

The different libraries in Wolvenkit require both [.NET 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) and [.NET 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0). Make sure to install both!

### Clean reinstall

Remove everything inside your Wolvenkit install folder, then download the latest release from github and extract the files into your empty directory.&#x20;

If that doesn't solve the problem:

### %Appdata%

You can find Wolvenkit's settings (including your project layout) in the following folder:

```
%appdata%\REDModding\WolvenKit
```

Maybe something here will help you resolve that error.

### Get in touch

If these (admittedly basic) steps didn't help you resolve the issue, you can get in touch on the [REDmodding discord](https://discord.gg/redmodding) in the `#wolvenkit-support` channel.


---

# 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://wiki.redmodding.org/wolvenkit/getting-started/troubleshooting.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.
