Hello,
I run a multitude of tasks, which basically call C:\Windows\syswow64\cscript.exe and executes a different vbs under each of those tasks. This process has been working successfully for a long time. Today I started to notice that tasks fail in VC with "Exception in Task: Non zero exit code"
When I check Windows event viewer I see mutilate entries like the following:
Faulting application name: cscript.exe, version: 5.8.9200.16734, time stamp: 0x52560eea
Faulting module name: KERNELBASE.dll, version: 6.2.9200.21941, time stamp: 0x5792e533
Exception code: 0xc0000142
Fault offset: 0x000683ba
Faulting process id: 0x1010
Faulting application start time: 0x01d30a161aa58c87
Faulting application path: C:\Windows\syswow64\cscript.exe
Faulting module path: KERNELBASE.dll
Report Id: 58626e1c-7609-11e7-94fd-0a90e26bc317
Faulting package full name:
Faulting package-relative application ID:
This is on a Windows 2012 standard server x64
If I run the exact same script from CMD it works without any issues.
this is causing major problems. Please help...