Spinning blue wheel by curser when starting Autocad and other startup issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have created an acaddoc.lsp file, and after it loads (when opening autocad for the first time) the last line in the file prints out, like its supposed to, but ends up on the command line and doesn't finish the command, so it seems, and a blue spinning wheel is at the curser, until you move the mouse or type a command. Not sure if this is an issue or not.
I know it has to do with my acaddoc.lsp file because if I rename it so it doesn't load, it doesn't happen.
Also, opening another file or new file it seems to load fine, no blue spinning circle, but prints out last line and leaves it still in the command line area. Doesn't seem to stop another command from being entered. just not sure if it is stopping something from loading.
Another possibly related issue is what prints out after my Acaddoc.lsp is loaded, and even what does if its not loaded.
If I open up autocad without the acaddoc.lsp, I get notices of all the customization files loading successfully, then
AutoCAD menu utilities loaded.*Cancel*
Command: *Cancel*
FileTab
COMMANDLINE
Command:
Command:
If I open up autocad with my acaddoc.lsp, I get the following after the customizations load
AutoCAD menu utilities loaded. *Cancel*
Command: *Cancel*
FileTab
COMMANDLINE
Command:
Command:
Current settings: Hide layers, Viewports=Off
Regenerating layout.
ACADDOC.lsp loaded
The "ACADDOC.lsp loaded" above is what I have printed out so I know it loaded successfully, but is on the command line like its not finished.