Jump to content

Remove error


yathishkumar

Recommended Posts

Seems that there is an AutoLISP code that is loaded automatically; there were many ways to do this (acad.lsp/acaddoc.lsp auto-loaders, MNL files or Start-up utility). You will need to locate what trigger that loading and locate the code. After may attempt to debug it by yourself or post it here. Other, is impossible for one to assist you on this.

To validate for auto-loaders paste those statements on command line (presuming that weren't compiled):

(findfile "acad.lsp")

(findfile "acaddoc.lsp")

For MNL is a little tricky since the menu file doesn't neccessary resemble its name (available by MENULOAD command). My help to look on the folders from Support File Search Path list (command OPTIONS) for files with MNL extension.

Or call APPLOAD command and check content of Start-up list.

 

By the way, is this happening when you open an existing drawing?

Link to comment
Share on other sites

Try the following steps:

 

  • Open AutoCAD to a new drawing.
  • Type VLIDE at the AutoCAD command-line to open the Visual LISP IDE.
  • Under the 'Debug' menu, ensure 'Break on Error' is enabled and leave the VLIDE window open.
  • In AutoCAD, click the QNEW button to open a new drawing.
  • When the error occurs, go to the VLIDE window and click on 'Debug' > 'Last Break Source' (or Ctrl+F9).
  • The expression causing the error should be highlighted in the VLIDE window.

 

Lee

Link to comment
Share on other sites

I try ed it's not working

 

What happened when you followed the steps I posted? (if anything)

 

Try unloading your customisations one-by-one & opening a new drawing until you no longer receive an error - you will then know the culprit program.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...