spaulus 发表于 2022-7-5 23:33:54

Error: malformed list on input

I have a old menu that loads a MNL file with Lisp routines that I need. When it loads I get a "Error: malformed list on input" message but in the past I think I seem to remember the items I needed still worked. Today I am having issues and not sure where to start.
 
One problem when I pick an item off the toolbar and place it...the customize menu pops up...I think there is an extra "Enter" somewhere?
 
Thanks,
Steve

Lee Mac 发表于 2022-7-5 23:49:57

Welcome to CADTutor Steve
 
My Error Message Troubleshooter should help you to understand the source of the problem.
 
Lee

spaulus 发表于 2022-7-5 23:55:25

Thank you Sir, I will give it a look.

spaulus 发表于 2022-7-6 00:10:43

I am not familiar with Visual LISP, is there an easy way to find the extra right parentheses?

Snownut 发表于 2022-7-6 00:14:50

If its an extra "Enter" as your 1st post indicates, look at the command calls.If its an old lisp, acad has changed the entry methods for a few commands.

spaulus 发表于 2022-7-6 00:33:18

I'm sorry...I took a AutoLISP class about 20 years ago and never used it and don't know where to start. Do you know of someone that could take a file and look at it or clean it up? I can't afford much but could pay or donate?

Lee Mac 发表于 2022-7-6 00:38:42

 
As noted in the troubleshooter, the error message that you have posted corresponds to too few closing parentheses, not too many...
页: [1]
查看完整版本: Error: malformed list on input