Message 1 of 15
Fatal Error: Unhandled Access Violation Reading 0x86e0 Exception at 3b01ae95h When Running .bat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a script that runs in the accoreconsole via a .bat file. The script creates a .dsd file and then batch plots to .pdf (publish) using the .dsd file. However, whenever it gets to the publish command in the script, I get the following:
Command: (command "-PUBLISH" dsdpath)
PUBLISH Enter name of sheet list <>: S:\Folder\Subfolder1\Subfolder2\Subfolder3\Subfolder4\batchdsd.dsd Loading AEC Base...
Regenerating model.
Command:
Command: Effective plotting area: 8.11 wide by 10.94 high
Plotting viewport 2.
************************MessageBox****************************
AutoCAD Error Aborting
FATAL ERROR: Unhandled Access Violation Reading 0x86e0 Exception at 3b01ae95h
>>>Responding: OK.
**************************************************************
The script runs fine when I have defined it inside a command (defun) and manually drag and drop onto a drawing in AutoCAD, then call the command. The script doesn't work when I try to run it outside of defun and I receive the same error as above. The computer is a work computer which is managed by IT department. Any ideas what could be causing this or what a solution may be?