Jump to content

ACADDOC.LSP file suddenly not working?!?


tzframpton

Recommended Posts

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?

Link to comment
Share on other sites

?

 

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

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