(2025-03-21, 13:42)Manfred Schaefer Wrote: Hello,
Now I have another problem.
I've created directories in LDView containing unofficial parts, and I've also written these directories to the INI file. When I display the unofficial part directly in LDView, it works. However, when I call it from the command line using the INI file, an error occurs.
LDView tries to access the Parts Tracker, but since there's no internet connection, it fails.
Here's the section from the INI file:
[ExtraSearchDirs]
D:\Teile_inoffiziell\Helper\Parts
D:\Teile_inoffiziell\Unofficial\Parts
D:\Teile_inoffiziell\Unofficial\p
Regards
Manfred
I found the cause. I forgot the keyword. The entry should look like this:
[ExtraSearchDirs]
Dir001=D:\\Teile_inoffiziell\\Helper\\Parts
Dir002=D:\\Teile_inoffiziell\\Unofficial\\Parts
Dir003=D:\\Teile_inoffiziell\\Unofficial\\p
Regards
Manfred