- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
I think there is a bug in the international versions of AutoCAD 2018 and Autodesk is not likely to find it because they use a subdirectory called "C:\Program Files\Autodesk\AutoCAD 2018\Support\en-US". I've seen other people suggesting to copy acad2018doc.lsp in the parent directory. This may solve one problem but this is a partial solution. Also, I’ve seen suggestion about using APPLOAD to force the file to be loaded (being a software developer, I don't like to rely on APPLOAD because it follows the profile so this it not safe). In both cases, AutoCAD will miss the loading of the other support files in "en-US" such 3d.lsp, mvsetup.lsp, and so on.
The only workaround I found was to copy the full content of "C:\Program Files\Autodesk\AutoCAD 2018\Support\xx-XX" under "C:\Program Files\Autodesk\AutoCAD 2018\Support\en-US", where "xx-X" may be "fr-FR", "de-DE", "it-IT".
If AutoCAD was opened during this operation, you will have to restart it so it can works.