AcCoreConsole publish any more than 2 drawing sets

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am reasonably new to using AcCoreConsole, anyway, I am calling it as follows
"C:\Program Files\Autodesk\AutoCAD 2018\accoreconsole.exe" /i "C:\Users\User\Documents\Drawings\Current\new.dwg" /s "C:\Users\User\Documents\Drawings\publish.scr"
It runs fine
my scr file looks like this
filedia 0
-publish
C:\Users\Mark Flewellen\Documents\Drawings\DrawingSets\test1.dsd
-publish
C:\Users\Mark Flewellen\Documents\Drawings\DrawingSets\test2.dsd
-publish
C:\Users\Mark Flewellen\Documents\Drawings\DrawingSets\test3.dsd
filedia 1
quit
y
whenever I try and run this it processes the first 2 dsd files then throws an error on the third. I have swapped the dsd file order around but always on the 3rd does it throw an AutoCad System error "FATAL ERROR: Unhandled Access Violation Reading 0x0000 Exception at 32348e4fh".
Any suggestions would be appreciated.