> For the complete documentation index, see [llms.txt](https://t1t.gitbook.io/t1c-js-guide-v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://t1t.gitbook.io/t1c-js-guide-v3/v3.3.0-1/miscellaneous/troubleshooting.md).

# Troubleshooting

## Windows

### Error while retrieving readers

#### Is the smartcard service running?

The Smartcard service is a Windows service that manages the connection to the eID and card reader. Therefore, this service must be running for you to be able to access the eID. You can check this as follows:

* Open "Windows Services".
* Search for "Smartcard service" as shown in the following screenshot:

![](https://eid.belgium.be/sites/default/files/content/1._smartcardservice_0.png)

Check the following Smartcard service settings (based on the screenshot above):

* The status column for the Smartcard service shows 'Running'.
* The 'Log On As' column shows 'Local Service'.

Are the Smartcard service settings NOT as they should be? Then do whichever of the following two options applies:

**1. The Smartcard service is not running.**

Start the Smartcard service, as follows:

* Double-click the Smartcard service.
* Click 'Start' and then 'OK'.

![](https://eid.belgium.be/sites/default/files/content/2._smartcardservice_props_0.png)

**2. The Smartcard service is not logged on as a 'Local Service'.**

* Double-click the Smartcard service.
* Select the second tab, 'Log On'.
* Select 'This account'.
* Click 'Browse'.

![](https://eid.belgium.be/sites/default/files/content/3._smartcardservice_account_0.png)

* In the white text box, type: loc.
* Then click 'Check names'.

![](https://eid.belgium.be/sites/default/files/content/4._smartcardservice_user_select_0.png)

* The name 'Local service' now appears in the text box.
* Then click 'OK'.
* Leave the password boxes empty.
* Click 'Apply'.
* Click 'OK'.
* Go back to the first tab, 'General', and restart the service.
* Click 'Start'.
* Click 'Stop'.

![](https://eid.belgium.be/sites/default/files/content/5._smartcardservice_restart_0.png)

## DNS probe finished nxdomain error

In some cases there is a possibility that the system is not able to retrieve the domain information, in this case the T1C is not usable. To solve this problem you can follow these steps described here;\
<https://www.hostinger.com/tutorials/fix-dns_probe_finished_nxdomain>

## Error during installation MSI error 2502 or 2503

When installing the T1C the possibility of the **errors** **2502** or **2503** originate from the fact that permissions in the temp folder (C:\Windows\Temp) are not correct, and since the MSI installer relies on this they need to be correct. You need to have permissions next to the administrator rights.&#x20;

You need to have permissions as \<My User> next to the administrator rights.

More information can be found here; <https://answers.microsoft.com/en-us/windows/forum/windows_8-windows_install/windows-8-install-some-software-using-msi/48881523-1a5d-4c43-abc4-01b1ce3ebf3a>


---

# 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://t1t.gitbook.io/t1c-js-guide-v3/v3.3.0-1/miscellaneous/troubleshooting.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.
