Jump to content

Errors when starting AutoCAD 2010


Rosey

Recommended Posts

"error: bad argument type: stringp nil" is a lisp error.

 

Are you loading an "Acad.lsp", or "acaddoc.lsp" file at startup? If so, it may be in there.

If you are not sure of the answer to the above, paste this at the command line (one at a time)

 

(findfile "Acad.lsp")

(findfile "acaddoc.lsp")

 

Do either return a path?

Link to comment
Share on other sites

rkm: Would a Repair be recommended in this situation or are we not quite at that point yet?

 

Straight OOTB obviously there isn't any lisp code that will cause this error.. hence my thought towards finding the offending code.

And running a repair won't delete, replace or modify a user file like "acad.lsp"

 

(findfile "acaddoc.lsp")

 

thats the one that returns nil

 

So there is an "acad.lsp" somewhere (you should have the path now).

Find this file, and temporarily move it to some other directory (something AutoCAD can't find, like C:\temp maybe?)

Launch AutoCAD again and see if you get the same error message.

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