Issue
When I try to start my configurations or to connect a tool, I receive an error message which mentions another user and the ToolLibTemp.
Examples
...
Code Block | ||||
---|---|---|---|---|
| ||||
Could not create temp directory C:\Users\USER\AppData\Local\Temp\ECU-TEST 2020.1ecu.test 2023.4\ToolLibTemp: [WinError 5] Access is denied: '\\\\?\\C:\\Users\\USER\\AppData\\Local\\Temp\\ECU-TEST 2020.1ecu.test 2023.4' |
Code Block | ||
---|---|---|
|
...
Could not create temp directory C:\Users\USER\AppData\Local\Temp\ |
...
ecu.test 2023.4\ToolLibTemp: [WinError 183] Cannot create a file when that file already exists: '\\\\?\\C:\\Users\\USER\\AppData\\Local\\Temp\\ |
...
ecu.test 2023.4\\ToolLibTemp' |
Solution
This happens if the TempDir path in the ToolLibs.ini
points to one fixed user. Normally the path should be relative and look like:
ToolLibs.ini
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
[General] TempDir = %TEMP%\ECU-TEST 2020.1ecu.test 2023.4\ToolLibTemp |
...
In some cases the ToolLibs.ini
is created with a absolute path to one user, so that other users cannot access it.
To fix this issue there are
...
two different workarounds:
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
|
...
|
...
|
Info |
---|
The ToolLibs.ini is stored under |
...
|
...
ecu.test you can also open the |