Old lisp not working fully in new versions 2022 and above

Old lisp not working fully in new versions 2022 and above

kresimir.bratusa
Explorer Explorer
532 Views
9 Replies
Message 1 of 10

Old lisp not working fully in new versions 2022 and above

kresimir.bratusa
Explorer
Explorer

What is the reason that lisp not working on new version Autocad 2022 and above?

I got this error message when I start lisp

kresimirbratusa_0-1688022310193.png

 

In older versions, 2021 and bellow is working properly

kresimirbratusa_2-1688022371130.png

 

0 Likes
Accepted solutions (2)
533 Views
9 Replies
Replies (9)
Message 2 of 10

paullimapa
Mentor
Mentor

Is the dcl file that generates the on screen dialog box a separate file that accompanies the lisp?

If separate, are both lsp and dcl files placed in location under AutoCAD Support folder?

Could you share the lisp here?


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

kresimir.bratusa
Explorer
Explorer

I share the Lips

All files are in the same folder.

0 Likes
Message 5 of 10

Moshe-A
Mentor
Mentor
Accepted solution

@kresimir.bratusa ,

 

Are you familer with OPTIONS (command) Support Files Search Path?

 

 

0 Likes
Message 6 of 10

pendean
Community Legend
Community Legend
Accepted solution

@kresimir.bratusa wrote:

What is the reason that lisp not working on new version Autocad 2022 and above?


No issues here in 2022, 2023 nor 2024

 

pendean_0-1688044670998.png

 

pendean_1-1688044700223.png

 

Seems to work just fine.

 

You probably forgot to do something like adding your LISP folder(s) here in OPTIONS after adding them in your SUPPORT FILES SEARCH PATH...

pendean_2-1688044811437.png

 

 

 

 

 

 

0 Likes
Message 7 of 10

paullimapa
Mentor
Mentor

Set SECURELOAD system variable to 0 and now see if it runs


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

kresimir.bratusa
Explorer
Explorer

Yes,

That resolve problem when I add folder with LISP files in Support File Search Path in OPTIONS windows.

Message 9 of 10

kresimir.bratusa
Explorer
Explorer

Yes,

That resolve problem when I add folder with LISP files in Support File Search Path in OPTIONS windows.

No matter that I did not add LISP folder under Trusted Locations.

0 Likes
Message 10 of 10

kresimir.bratusa
Explorer
Explorer

To put SECURELOAD system variable to 0 did not helped.

0 Likes