# Manually set ESX shared object

On ESX, it may happen for many reason that you encounter the following error error (in F8 console or in server console)

<figure><img src="https://3735039044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFH9TH8An8XLjMiOMvVGb%2Fuploads%2Fgit-blob-6752a51b3e99b99dfe80c8c8d983fd5f5f2ad792%2Fesx_shared_object_error.png?alt=media" alt=""><figcaption></figcaption></figure>

This usually happens because the script cannot find the *ESX shared object* of your `es_extended` script automatically

To solve the issue, you have to find the shared object name of your `es_extended` script in the file `es_extended/client/common.lua`

This is an example of what you can find (you may have something else)

<figure><img src="https://3735039044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFH9TH8An8XLjMiOMvVGb%2Fuploads%2Fgit-blob-0fe8ddd60648d3cd40a091346121702107242720%2Fesx_shared_object_example.png?alt=media" alt=""><figcaption></figcaption></figure>

After you found your *ESX shared object* name, you can manually set it in the files `integrations/sv_integrations.lua` **and** `integrations/cl_integrations.lua`, replacing the `nil` with the name of your shared object **(between double quotes)**

**Do not** replace the left side, only replace the right side

An example:

<figure><img src="https://3735039044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFH9TH8An8XLjMiOMvVGb%2Fuploads%2Fgit-blob-416049e0e1b87091ef9235ffa445190c9c82e4f2%2Fedited_shared_object.png?alt=media" alt=""><figcaption></figcaption></figure>
