Jump to content

ACADDOC.LSP file suddenly not working?!?


Recommended Posts

Posted

Got a real issue maybe. Here's what I've checked:

 

1. The path is correct in the Support File Search Path, and at the top of the list.

2. The paths are correct in the ACADDOC.LSP file and they are.

3. The LISP files which are pathed using the (load) command is correct, and they are.

 

If all these are correct, what could stop it from working? Any ideas?

Posted

Are there any other copies of acaddoc.lsp? It will load the first one found.

Posted

?

 

(findfile "acaddoc.lsp")

 

Edit: You said the paths are correct in the SFSP, and within acaddoc.lsp, not where acaddoc.lsp is located according to ACAD.

Posted
Command: (findfile "acaddoc.lsp")
"C:\\Users\\tframpton.DELL4600\\1-autocad\\acaddoc.lsp"

It find's it.

Posted

Place at end of acaddoc.lsp file.

 

(princ "\n*** My acaddoc.lsp loaded *** ")(princ)

 

Hit F2 after opening a drawing and see if it tried to load.

Posted

AH............. Found the problem.

 

The first path in the ACADDOC.LSP file was broken. I updated a program from Lee Mac. Little did I know it would not skip over and load the rest of the paths!!! Ah, whew. I thought something really went wrong there, lol. Thanks a million once again guys. Man, just seemed so simple, sometimes I get mad at myself for not checking the obvious.....

Posted

Just be glad it wasn't a virus although you would have had several acaddoc.lsp files not one.

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...