Oops, was pointing it at the wrong location. The job now submits without dying but hangs on a running status, no active subjobs. Stderr shows no errors, just a warning about pipe buffer size, and stdout has no errors, just a successful query of the environment variables, the PKG variable (which looks like the job submission info), and for some reason it calls an Adobe object,
INFO: [cwd=C:/Program Files/Common Files/Adobe/Adobe Version Cue CS4/Client/4.0.1]
and then returns the search path for mtor.exe, finds it, and notes the desired version (8.0.1, according to what I can find). After that, nothing, job stalls.
I've dug through the forum looking for other mtor errors and have already edited my TCLProcessor.pm file to look for tclsh85 instead of tclsh. Looking at the sub Start section of the TclProcessor, I note that I haven't seen the text feedback it is supposed to give me when TCL starts, leading me to believe that it isn't launching...I checked my environment variables and C:\Tcl\bin is in there...
Ideas? I wish the Stdout and Stderr were more talkative.