I have a process that was using the old COM that I converted to the new COM on version 2.0 and have been having issues with files crashing my process script.
Version v2.1.1 Build 820
Essentially I split a text file into various individual pages and then print each page to a queue and combine them.
I have tracked the issue back to possibly a Ghost Script problem and a limit that someone found as possibly being 130 Post Script files combined under GS 9.14 shown here.
http://bugs.ghostscript.com/show_bug.cgi?format=multiple&id=695418
Here are the lines in the TRACE log when the error occurs.
2015-04-30 11:50:54.8759 [Debug] 4928-1 (JobWorker) System.EventHandler`1.Invoke: %%[ ProductName: GPL Ghostscript ]
2015-04-30 11:50:54.8759 [Debug] 4928-1 (JobWorker) System.EventHandler`1.Invoke: %%
2015-04-30 11:50:54.9539 [Debug] 4928-1 (JobWorker) System.EventHandler`1.Invoke: %%[Page: 1]
2015-04-30 11:50:54.9539 [Debug] 4928-1 (JobWorker) System.EventHandler`1.Invoke: %%
2015-04-30 11:50:54.9539 [Debug] 4928-1 (JobWorker) System.EventHandler`1.Invoke: %%[LastPage]
2015-04-30 11:50:54.9539 [Debug] 4928-1 (JobWorker) System.EventHandler`1.Invoke: %%
2015-04-30 11:50:54.9695 [Debug] 4928-1 (JobWorker) System.EventHandler`1.Invoke: %%[ Error: limitcheck; OffendingCommand: .makeoperator ]
2015-04-30 11:50:54.9695 [Debug] 4928-1 (JobWorker) System.EventHandler`1.Invoke: %%
2015-04-30 11:50:55.3595 [Trace] 4928-1 (JobWorker) pdfforge.PDFCreator.Core.Jobs.GhostscriptJob.RunJobWork: Finished Ghostscript execution
2015-04-30 11:50:55.3595 [Error] 4928-1 (JobWorker) pdfforge.PDFCreator.Core.Jobs.GhostscriptJob.RunJobWork: Ghostscript execution failed:
2015-04-30 11:50:55.3595 [Error] 4928-1 (JobWorker) pdfforge.PDFCreator.Core.Jobs.AbstractJob.RunJob: Executing Ghostscript failed
2015-04-30 11:50:55.3595 [Debug] 4928-1 (JobWorker) pdfforge.PDFCreator.Core.Jobs.AbstractJob.CleanUp: Cleaning up after the job
2015-04-30 11:50:55.4063 [Trace] 4928-1 (JobWorker) pdfforge.PDFCreator.COM.PrintJob.ConvertTo: COM: Removing jobinfo from the queue.
2015-04-30 11:51:00.4139 [Trace] 4928-1 (JobWorker) pdfforge.PDFCreator.COM.Queue.ReleaseCom: COM: Cleaning up COM resources.
2015-04-30 11:51:00.6011 [Trace] 4928-1 (JobWorker) pdfforge.PDFCreator.COM.Queue.ReleaseCom: COM: Emptying queue.
I searched the forum a bit but didn't see anything specific to this problem, if so please let me know the thread or if you have any idea on a solution or work around for this problem?