Author Topic: Start up problem  (Read 2357 times)

0 Members and 1 Guest are viewing this topic.

mushrat

  • Guest
Start up problem
« 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

FengK

  • Guest
Re: Start up problem
« Reply #1 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.

mushrat

  • Guest
Re: Start up problem
« Reply #2 on: September 12, 2007, 02:34:46 PM »
Thanks Kelie, that did it!

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Start up problem
« Reply #3 on: September 12, 2007, 05:55:17 PM »

Good tip Kelie !
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

FengK

  • Guest
Re: Start up problem
« Reply #4 on: September 12, 2007, 06:43:50 PM »
Thanks Kelie, that did it!

you're welcome.

FengK

  • Guest
Re: Start up problem
« Reply #5 on: September 12, 2007, 06:45:56 PM »