# General troubleshooting

There are several troubleshooting pages spread across these user docs related to specific features. On this page, however, you will find more general troubleshooting advice.

{% hint style="info" %}
**Good to know:** please also have a look at the [system requirements](https://docs.lightact.com/preparing-your-hardware-for-lightact/getting-your-hardware-ready-to-run-lightact).
{% endhint %}

{% hint style="warning" %}
Project files shouldn't be saved in Google Drive or Dropbox folders or folders of similar services (see below).
{% endhint %}

<details>

<summary>LightAct's GUI is black upon launching</summary>

Most likely reason is that the GPU LightAct is running on is not a suitable one. Please make sure that you are using a discrete Nvidia GPU and that you've set up your laptop as per [this tutorial](https://youtu.be/siP-Rpj8S4E).

</details>

<details>

<summary>LightAct closes upon launch - cache</summary>

One possible step would be to go into *C:\ProgramData\LightAct\LightAct4* folder and delete these files and folders:

<div align="left"><figure><img src="/files/mm5For4AACnUgD6FdoQp" alt=""><figcaption></figcaption></figure></div>

If LightAct still doesn't launch correctly, try to:

1. uninstall LightAct completely, including the *Preferences*,
2. install it again.

In every case, please **contact us at <support@lightact.com>** and let us know what you find out.

</details>

<details>

<summary>LightAct closes upon launch - DirectShow</summary>

If LightAct closes upon launch and you are using either 4.12 or 4.13 version, please try launching LightAct with -omit "14" launch argument. This will prevent DirectShow module from loading.

You should therefore open CommandPrompt window:

<figure><img src="/files/jguTg0HJQEEZj6xpmdFR" alt=""><figcaption></figcaption></figure>

and type in:

```
"C:\Program Files\LightAct\LightAct4\LightAct4.exe" -omit "14"
```

Please note, this command assumes that LightAct is installed in *"C:\Program Files\LightAct\LightAct4\\".* If you installed LightAct in a different location, you should modify the command accordingly.

Also, this means you will not be able to use DirectShow Receiver node in the Devices window.

</details>

<details>

<summary>LightAct 'keeps crashing' or acts weirdly</summary>

One reason for this might be that you have your project files in a Google Drive or Dropbox or a similar service. These programs interfere with file access which might cause LightAct to behave in a weird way.

</details>


---

# 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.lightact.com/quick-start/general-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.
