PDA

View Full Version : AutoCAD dropping lisp files



robert.1.hall72202
2005-09-27, 01:02 PM
I tend to keep AutoCad open and running at all times. I have noticed that eventually certain autolisp routines are dropped from the session. I have to reload some routines in order to get them to work. Is there a way that I can get AutoCad to reload all lisp routines without having to restart the software?

romeo_glr
2005-09-27, 10:28 PM
rhall,

What Im' doing is place my autolisp program in the startup suite.


r.a.

kennet.sjoberg
2005-09-27, 11:40 PM
I tend to keep AutoCad open and running at all times. I have noticed that eventually certain autolisp routines are dropped from the session...
Yes, you maybe are running in to memory garbage.
It will help if you restart AutoCAD sometimes.

: ) Happy Computing !

kennet

robert.1.hall72202
2005-09-28, 12:16 PM
I also use startup suite. I have never had this problem in earlier versions of AutoCad.
Go figure! It only happens in 2006.

gab.83408
2005-10-03, 08:16 PM
I have all the lisp routines i use in one file lie Glenn.lsp, I have Glenn.lsp loaded into acad2000doc.lsp when autocadd starts it loads the Glenn.lsp which is all my favorites. works fine, never had a problem.

mikep.86877
2005-10-04, 11:45 PM
Rhall,

Have you tried APPLOAD (don't change startup or anything just use APPLOAD and select file and load). I've ran into this problem a couple of times in 2006 also it seemed more frequent with 2005. Usually with bigger files or getting in and out of numerous drawings. I always close my AutoCAD at least once a day (most of the time more) do to it slowing down. But I can't say that makes a difference with this issue.

Thanks,
Mike

tyeelaw13
2005-10-11, 09:16 PM
Go to the OPTIONS dialog box, and make sure under SYSTEMS where it says GENERAL OPTIONS, that the box that says "load acad.lsp with every drawing" is checked. Hope that helps!

robert.1.hall72202
2005-10-12, 12:26 PM
It is checked..........this is probably just a bug with the software.