ACAD freezes when selecting blocks or xref's with certain LISP's loaded

ACAD freezes when selecting blocks or xref's with certain LISP's loaded

drubinW4ZLK
Observer Observer
308 Views
4 Replies
Message 1 of 5

ACAD freezes when selecting blocks or xref's with certain LISP's loaded

drubinW4ZLK
Observer
Observer

Has anyone had ACAD freeze for 15 to 20 seconds when you click on a block or xref? I'm asking this here on the LISP forum because in trying to fix the problem I installed a newer version of ACAD (2025) without migrating any of my old settings or LISP's and it worked fine for a while. As I started to load the LISP's I use a lot to the "Startup Suite" the freezing started again. I figured that's the problem so I took all the LISP's out of the startup suite and restarted ACAD and the freezing continued. So now I installed ACAD 2022 and haven't loaded any LISP routines and it isn't freezing.

Does anyone have any ideas why this might be happening?

0 Likes
309 Views
4 Replies
Replies (4)
Message 2 of 5

paullimapa
Mentor
Mentor

Have not happened to me before but you can try starting AutoCAD in safemode which does not load any add-ons and see if that makes a difference:

https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/How-to-launch-an-A...

 

Also you can also try Resetting AutoCAD to see if that helps 

https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/How-to-reset-AutoC....


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 3 of 5

drubinW4ZLK
Observer
Observer

Tried both and no luck. My fresh installs with minimal modifications are freezing now too so I don't really know if it is the LISP files that are causing it. 

 

Thanks for trying

0 Likes
Message 4 of 5

paullimapa
Mentor
Mentor

Try creating a new Windows local admin account and then try AutoCAD again under this new user 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 5 of 5

ec-cad
Collaborator
Collaborator

Wild guess, may be a resources issue (memory usage).

A few things to try.

 

Put (GC)  - garbage collection at the end of those Lisp's

Check Windows startup (remove those items that you don't use all the time)

Do Disk Cleanup

Check CPU speed / performance when running Acad - see if it spikes when freezing

 

ECCAD

0 Likes