Running a LISP routine in AutoCAD LT 2026 crashes program
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to run a LISP routine that will open up a .dwg file and modify Layer Color, Layer Linetype, and Layer Lineweight to 'By Layer'. I can get the routine loaded, am able to run it, and can point it to the file/folder I want to use it on. It will then open up the first file and seemingly start to run the LISP commands to change these attributes. It is at this point that the program crashes.
I know that LT 2026 doesn't support full LISP like the full version does, so am wondering if there are some commands being called here that aren't supported. If so, does anyone know of a way to accomplish this? We have thousands of blocks in our block library, and I'm trying to find a way to batch process them so that we can standardize how our blocks plot by having consistent lineweights.
Thanks in advance for any help you may be able to provide.