- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When AutoCAD is in an un-initialized state, we run a custom setup lisp routine that copies support files, loads our custom profile from an ARG file, and loads some partial menus. One of the files that gets copied is "acad.lsp", which gets copied to the "ROAMABLEROOTPREFIX" Support folder, which is a path included in our profile.
Everything appears to work, but when we click on toolbars from our loaded menus, they do not work. We have noticed that when viewed from APPLOAD, the acad.lsp file does not get loaded when you open an existing drawing, nor does it get loaded when you click QNEW to start a new drawing from our template, even though our loaded profile has the "Load acad.lsp when opening each drawing" option selected (see attachment). We have found that only after exiting and re-opening AutoCAD, does the acad.lsp file get loaded and everything then works as normal.
Why doesn't acad.lsp get loaded when opening or starting new drawings under this Initialization scenario?
Solved! Go to Solution.