Hi,
ich würde mal vermuten, daß die Gesamtanzahl von Zeichen der Suchpfade auf einen bestimmten Wert begrenzt ist. Und Dein neuer Pfad sprengt eben genau diesen Rahmen. Kannst Du ganz leicht ausprobieren.
Entferne zwei oder drei bereits vorhandene, benutzerdefinierte (möglichst lange) Pfade und füge den neuen hinzu.
Wenn keine Fehlermeldung dann ist's so wie ich sagte, wenn doch liegts vielleicht am neuen Pfad (glaube ich aber nicht).
Ha, da habe ich gerade die Bestätigung gefunden:
Auszug aus der KnowledgeBase von ADesk:
You add a folder path to the support file search path on the Files tab of the Options dialog box, or you install new add-on software. The next time you try to run the Autodesk software, errors occur about files that cannot be found or invalid files. You also find that certain commands and routines no longer function. The errors vary, but here are some examples:
D:\Program Files\ACAD2000\acEplotX.arx cannot find a dll or other file that it needs.'
'D:\Program Files\ACAD2000\achlnkui.arx cannot find a dll or other file that it needs.'
'aclSMobj15.dbx Cannot be found in the specified path.'
'Error: invalid DLL file: "vlreac.dll"'
'The dynamic link library aclSMobj15.dbx could not be found in the specified path.....<very long path>'
Solution
The support file search path is stored in the Windows registry as a text string, with each path separated by a semi-colon (
. This registry entry for support paths is also shared by the Windows operating system. If the combined support path is very long (over 800 characters), this could be the cause of the problem.
To avoid this problem, restrict the support file search path to paths that are required by the software. To check the length of the support file search path for the Autodesk software, type the following AutoLISP® expression at the command line and press ENTER:
(strlen (getenv "ACAD"))
To resolve the problem, shorten either path, and then close and reopen the program.
Tip: Use the Profile feature in AutoCAD to load different support path configurations (instead of trying to include all possible folders in one long support path).
------------------
Ciao,
Marc
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP