Autocad 2020 Can't Load LISP files after restore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I had an issue with my 2020 v47.0.0 install where it would crash on opening (Unhandled access violation). I restored to defaults, and was able to open again. Then I restored my customizations, all seemed well.
However, I then noticed that none of the lisp routines in my startup suite were loading. I get a message in the bottom of the dialog box that says "Unable to load ###.lsp file". This happens for all of my files, even something simple like this won't load
(defun c:HELLO ()
(princ "\nHello World.")
(princ)
My lsp files are all in a trusted folder which is set as read only in file explorer. The folder is also set as an exception in Windows defender.
I tried loading manually on the command line (load "c:\path\filename.lsp") and I do not get any feedback on the command line.
Is there some way that i can see some more verbose logging to find out what the problem actually is? I'm guessing that my company IT did something to our security settings preventing scripts from running, but I have no idea how to trace out the problem.
Any ideas?