>" I'm currently loading the acad.lsp file via the Manage/Applications/Load Application menu."
- Why? that way or why this filename? I was doing it this way until I can get this issue resolved.
- Really by select the acad.lsp file and then [LOAD] Yes or do have the acad.lsp added to the appload/Startup suite? Yes, it is in there also.
>"It says that the file loads just find." (fine you mean?!) Yes.
Please check the text log after load [F2] - No errors? "Command: LOAD failed: ...<gives the address>
>"My problem is that the first routine works, but none of the rest of them work."
So the problem starts after the first defun in your file. I am sure if you delete the first routine (for testing),
NO one will work (also not the routine which is the first now. Well, no; as you can see if you take a look at the supplied acad.lsp file the "zzx" is the first one and even with it erroring out the "zzx" when typed at the command prompt still works, but it says that it's an unknown command. I did try getting rid of the zzx with the same issue.
>"I've used this acad.lsp file for years now and all of them (that are inside of acad.lsp)."
Also in this productversion with success before? Yes, up until about a month or so ago. If not: What was the last version where it works well?
>"Am I missing something?"
Yes, but we can not check the problem without this lisp file and if the problem
only appears in some cad files and not in a new one, we need this CAD file too. It seems to be appearing in all of the drawing files that are opened.
>"Yes, I know that the acaddoc.lsp file is the one that is loaded if it's in the startup suite."
No, you can all files add to the startup suite, but acad.lsp and acaddoc.lsp are special file(name)s
which can be loaded automatically due to the name alone.
(Acad need tofind the files due supportpathes) In the startup suite, the acad.lsp file has the path listed.
And: If you load acad.lsp automatically due to the name&location,
you can also use ACADLSPASDOC to loaf acad.lsp in every file!
But this is stupid because this is exactly the different between acad.lsp and acadodc.lsp,
so i prefer to use it as designed long time ago.
acad.lsp just on program startup, acaddoc.lsp on every document.
And now:
Can you see an error in text log [F2]? "Command: LOAD failed: ...<gives the address>
Do you like to share the acad.lsp file? Attached, I've renamed it to acad_test.lsp