TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: mushrat on September 12, 2007, 11:57:25 AM

Title: Start up problem
Post by: mushrat on September 12, 2007, 11:57:25 AM
When I startup my LDD2004 I get this message like a lisp program is running at startup. I have to hit enter twice to clear it. Is there any way to detrermine which routine is the culprit? Thankyou.

AutoCAD menu utilities loaded.loaded
loaded

Select objects:

Error: no function definition: 11/14/02; error: extra right paren on input
Title: Re: Start up problem
Post by: FengK on September 12, 2007, 12:37:15 PM
not tested. maybe try the following:

type VLIDE in command line to start the code editor. on menu, click "Debug" and then check "Break On Error".  leave the editor open and open another drawing, when error occurs, press Ctrl+F9, and see what happens in the code editor. it should jump to the line where problem exists.
Title: Re: Start up problem
Post by: mushrat on September 12, 2007, 02:34:46 PM
Thanks Kelie, that did it!
Title: Re: Start up problem
Post by: Kerry on September 12, 2007, 05:55:17 PM

Good tip Kelie !
Title: Re: Start up problem
Post by: FengK on September 12, 2007, 06:43:50 PM
Thanks Kelie, that did it!

you're welcome.
Title: Re: Start up problem
Post by: FengK on September 12, 2007, 06:45:56 PM
Good tip Kelie !

Thanks Kerry.