AWS Thinkbox Discussion Forums

Stack Trace not failing task?

Having a weird issue,
Running Maya 2017 Update 3 and DL 9.0.18

Sometimes during render we get a stack trace, but when it happens, it doesn’t look like the slave recognizes it, and just continue to sitting there, until I manually cancel the task.

If I VNC over to the machine I can see that that the Mayabatch.exe process is still alive, and has some CPU activity, but effectively the render has crashed.

We tried adding some error checking into the Deadline Maya plugin, and it doesnt seem to be catching it either.

Normal errors in Maya get caught, however this for some reason just doesn’t.

def HandleErrorMessage( self ): errorMessage = self.GetRegexMatch(0) .... if( errorMessage.find( "Stack trace:" ) != -1 ): self.deadlinePlugin.FailRender( errorMessage )

Any ideas?

2018-01-10 19:11:02: 0: STDOUT: Read 168 files in 72.4 seconds. 2018-01-10 19:11:03: 0: WARNING: Strict error checking off, ignoring the following error or warning. 2018-01-10 19:11:03: 0: STDOUT: Warning: file: C:/Program Files/Autodesk/Maya2017/scripts/others/makeCameraRenderable.mel line 45: Found camera cst200_MASTERCAMShape:MASTERCAMShape. 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Initializing render thread... 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Initializing Redshift... 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Querying texture cache buget from preferences.xml: 175 GB 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Querying cache path from preferences.xml: %REDCACHE%\Redshift\Cache 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Creating cache path C:/temp/redshift/cache\Redshift\Cache 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Enforcing shader cache budget... 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Enforcing texture cache budget... 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Collecting files... 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Total size for 2511 files 167175.97MB (budget 179200.00MB) 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Under budget. Done. 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Creating mesh cache... 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Done 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Cache path: C:/temp/redshift/cache\Redshift\Cache 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Redshift Initialized 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Version: 2.5.41 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Windows Platform (Windows 7 Professional) 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Release Build 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Number of CPU HW threads: 12 2018-01-10 19:11:03: 0: STDOUT: [Redshift] CPU speed: 3.60 GHz 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Total system memory: 127.91 GB 2018-01-10 19:11:03: 0: STDOUT: [Redshift] redshift_LICENSE=5053@serverboxx 2018-01-10 19:11:03: 0: STDOUT: [Redshift] License acquired 2018-01-10 19:11:03: 0: STDOUT: [Redshift] License returned 2018-01-10 19:11:03: 0: STDOUT: [Redshift] License for redshift-core 2018.08 (permanent) 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Creating CUDA contexts 2018-01-10 19:11:03: 0: STDOUT: [Redshift] CUDA init ok 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Ordinals: { 0 1 2 } 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Initializing GPUComputing module (CUDA). Ordinal 0 2018-01-10 19:11:03: 0: STDOUT: [Redshift] CUDA Ver: 8000 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Device 1/3 : GeForce GTX 1080 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Compute capability: 6.1 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Num multiprocessors: 20 2018-01-10 19:11:03: 0: STDOUT: [Redshift] PCI busID: 5, deviceID: 0, domainID: 0 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Theoretical memory bandwidth: 320.320007 GB/Sec 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Measured PCIe bandwidth (pinned CPU->GPU): 10.607384 GB/s 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Measured PCIe bandwidth (pinned GPU->CPU): 12.081312 GB/s 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Measured PCIe bandwidth (paged CPU->GPU): 6.477983 GB/s 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Measured PCIe bandwidth (paged GPU->CPU): 7.655106 GB/s 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Estimated GPU->CPU latency (0): 0.024561 ms 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Estimated GPU->CPU latency (1): 0.024506 ms 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Estimated GPU->CPU latency (2): 0.024546 ms 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Estimated GPU->CPU latency (3): 0.024552 ms 2018-01-10 19:11:03: 0: STDOUT: [Redshift] New CUDA context created 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Available memory: 7840.8711 MB out of 8192.0000 MB 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Initializing GPUComputing module (CUDA). Ordinal 1 2018-01-10 19:11:03: 0: STDOUT: [Redshift] CUDA Ver: 8000 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Device 2/3 : GeForce GTX 1080 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Compute capability: 6.1 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Num multiprocessors: 20 2018-01-10 19:11:03: 0: STDOUT: [Redshift] PCI busID: 6, deviceID: 0, domainID: 0 2018-01-10 19:11:03: 0: STDOUT: [Redshift] Theoretical memory bandwidth: 320.320007 GB/Sec 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Measured PCIe bandwidth (pinned CPU->GPU): 10.392286 GB/s 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Measured PCIe bandwidth (pinned GPU->CPU): 12.113800 GB/s 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Measured PCIe bandwidth (paged CPU->GPU): 6.484151 GB/s 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Measured PCIe bandwidth (paged GPU->CPU): 7.712775 GB/s 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Estimated GPU->CPU latency (0): 0.026750 ms 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Estimated GPU->CPU latency (1): 0.027284 ms 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Estimated GPU->CPU latency (2): 0.027336 ms 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Estimated GPU->CPU latency (3): 0.027321 ms 2018-01-10 19:11:04: 0: STDOUT: [Redshift] New CUDA context created 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Available memory: 7970.8906 MB out of 8192.0000 MB 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Initializing GPUComputing module (CUDA). Ordinal 2 2018-01-10 19:11:04: 0: STDOUT: [Redshift] CUDA Ver: 8000 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Device 3/3 : GeForce GTX 1080 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Compute capability: 6.1 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Num multiprocessors: 20 2018-01-10 19:11:04: 0: STDOUT: [Redshift] PCI busID: 10, deviceID: 0, domainID: 0 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Theoretical memory bandwidth: 320.320007 GB/Sec 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Measured PCIe bandwidth (pinned CPU->GPU): 10.613279 GB/s 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Measured PCIe bandwidth (pinned GPU->CPU): 12.146968 GB/s 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Measured PCIe bandwidth (paged CPU->GPU): 5.811922 GB/s 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Measured PCIe bandwidth (paged GPU->CPU): 7.644047 GB/s 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Estimated GPU->CPU latency (0): 0.023846 ms 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Estimated GPU->CPU latency (1): 0.027824 ms 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Estimated GPU->CPU latency (2): 0.028093 ms 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Estimated GPU->CPU latency (3): 0.028065 ms 2018-01-10 19:11:04: 0: STDOUT: [Redshift] New CUDA context created 2018-01-10 19:11:04: 0: STDOUT: [Redshift] Available memory: 7970.8906 MB out of 8192.0000 MB 2018-01-10 19:11:06: 0: STDOUT: [Redshift] Loading Redshift procedural extensions... 2018-01-10 19:11:06: 0: STDOUT: [Redshift] From path: R:\Pipeline\Tools\Maya\Redshift\install\2.5.41\Procedurals\ 2018-01-10 19:11:06: 0: STDOUT: [Redshift] Done! 2018-01-10 19:11:06: 0: STDOUT: [Redshift] Initializing block queue... 2018-01-10 19:11:06: 0: STDOUT: [Redshift] Initializing swatch renderer... 2018-01-10 19:11:06: 0: STDOUT: [Redshift] Initializing scene translator... 2018-01-10 19:11:06: 0: STDOUT: [Redshift] Redshift for Maya 2017 2018-01-10 19:11:06: 0: STDOUT: [Redshift] Version 2.5.41, Nov 8 2017 2018-01-10 19:11:06: 0: STDOUT: [Redshift] renderable camera = |CAM|cst200_MASTERCAMShape:CAM|cst200_MASTERCAMShape:MASTEROFFSET|cst200_MASTERCAMShape:MASTERCAM 2018-01-10 19:11:06: 0: STDOUT: [Redshift] Rendering layer 'rs_bty', frame 1351 (1/1) 2018-01-10 19:11:06: 0: STDOUT: [Redshift] Maya evaluation manager mode: parallel 2018-01-10 19:11:06: 0: STDOUT: initialising 2018-01-10 19:11:06: 0: STDOUT: initialising 2018-01-10 19:11:06: 0: STDOUT: initialising 2018-01-10 19:11:06: 0: STDOUT: initialising 2018-01-10 19:11:06: 0: STDOUT: initialising 2018-01-10 19:11:06: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:07: 0: STDOUT: initialising 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 3 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/dragon/shd/Shading/work/images/dragon_Hi/Normal/ollipheist_nMap.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 4 missing UDIM texture tiles from sequence 'R:/Projects//assets/env/castleAbbey/shd/castleAbbeyHi/work/images/Maps/Diffuse/New/castleAbbey_dif.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 3 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/aednat/shd/Shading/work/images/aednatHi/Bump/aednat_bump.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 3 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/dragon/shd/Shading/work/images/dragon_Hi/Displacement/ollipheist_disp.<UDIM>.exr'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 8 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/aednat/shd/Shading/work/images/aednatHi/Wings/New/aednatWing_tran.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 3 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/dragon/shd/Shading/work/images/dragon_Hi/Specular/ollipheist_spec.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 6 missing UDIM texture tiles from sequence 'R:/Projects//assets/env/escherRoom/mod/escherRoomHi/work/images/escherWall_diff.<UDIM>.png'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 4 missing UDIM texture tiles from sequence 'R:/Projects//assets/env/castleAbbey/shd/castleAbbeyHi/work/images/Maps/NMap/castleAbbey_nMap.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 4 missing UDIM texture tiles from sequence 'R:/Projects//assets/env/castleAbbey/shd/castleAbbeyHi/work/images/Maps/Specular/castleAbbey_spec.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 5 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/aednat/shd/Shading/work/images/aednatHi/SkinLayers/_new/aednat_spec.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 5 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/aednat/shd/Shading/work/images/aednatHi/SkinLayers/_new/aednat_bump.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 8 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/aednat/shd/Shading/work/images/aednatHi/Wings/New/aednatWing_spec.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 3 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/dragon/shd/Shading/work/images/dragon_Hi/SkinLayers/ollipheist_dif.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 4 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/dragon/mod/Modeling/work/images/Normal/ollipheist_nMap.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 3 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/aednat/shd/Shading/work/images/aednatHi/SkinLayers/aednat_DSdif.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 3 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/dragon/shd/Shading/work/images/dragon_Hi/SkinLayers/ollipheist_DSdif.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 5 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/aednat/shd/Shading/work/images/aednatHi/SkinLayers/_new/aednat_SSdif.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 3 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/aednat/shd/Shading/work/images/aednatHi/SkinLayers/aednat_SSdif.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 3 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/dragon/shd/Shading/work/images/dragon_Hi/SkinLayers/ollipheist_MSdif.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 8 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/aednat/shd/Shading/work/images/aednatHi/Wings/New/aednatWing_dif.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 3 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/dragon/shd/Shading/work/images/dragon_Hi/SkinMasks/ollipheist_mask.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 8 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/aednat/shd/Shading/work/images/aednatHi/Wings/New/aednatWing_bump.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 4 missing UDIM texture tiles from sequence 'R:/Projects//assets/char/dragon/shd/Shading/work/images/dragon_Hi/Gloss/ollipheist_gloss.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:08: 0: STDOUT: [Redshift] 4 missing UDIM texture tiles from sequence 'R:/Projects//assets/env/castleAbbey/shd/castleAbbeyHi/work/images/Maps/Displacement/castleAbbey_disp.<UDIM>.tif'! Is this intentional? 2018-01-10 19:11:11: 0: STDOUT: initialising 2018-01-10 19:11:11: 0: STDOUT: initialising 2018-01-10 19:11:11: 0: STDOUT: initialising 2018-01-10 19:11:11: 0: STDOUT: initialising 2018-01-10 19:11:11: 0: STDOUT: initialising 2018-01-10 19:11:11: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:12: 0: STDOUT: initialising 2018-01-10 19:11:34: 0: STDOUT: initialising 2018-01-10 19:11:34: 0: STDOUT: initialising 2018-01-10 19:11:34: 0: STDOUT: initialising 2018-01-10 19:11:34: 0: STDOUT: initialising 2018-01-10 19:11:34: 0: STDOUT: initialising 2018-01-10 19:11:34: 0: STDOUT: initialising 2018-01-10 19:11:35: 0: STDOUT: initialising 2018-01-10 19:11:35: 0: STDOUT: initialising 2018-01-10 19:11:35: 0: STDOUT: initialising 2018-01-10 19:11:35: 0: STDOUT: initialising 2018-01-10 19:11:35: 0: STDOUT: initialising 2018-01-10 19:11:35: 0: STDOUT: initialising 2018-01-10 19:11:35: 0: STDOUT: initialising 2018-01-10 19:11:35: 0: STDOUT: initialising 2018-01-10 19:11:35: 0: STDOUT: initialising 2018-01-10 19:11:35: 0: STDOUT: initialising 2018-01-10 19:11:35: 0: STDOUT: initialising 2018-01-10 19:11:35: 0: STDOUT: initialising 2018-01-10 19:11:35: 0: STDOUT: Stack trace: 2018-01-10 19:11:35: 0: STDOUT: ntdll.dll!RtlAnsiStringToUnicodeString 2018-01-10 19:11:35: 0: STDOUT: kernel32.dll!HeapFree 2018-01-10 19:11:35: 0: STDOUT: MSVCR110.dll!free 2018-01-10 19:11:35: 0: STDOUT: Foundation.dll!TclientServer::removeClient 2018-01-10 19:11:35: 0: STDOUT: DataModel.dll!TmultiPath::removeClientCallbacks 2018-01-10 19:11:35: 0: STDOUT: DataModel.dll!TmultiPath::~TmultiPath 2018-01-10 19:11:35: 0: STDOUT: OpenMaya.dll!MItGeometry::operator= 2018-01-10 19:11:35: 0: STDOUT: redshift4maya.mll!uninitializePlugin 2018-01-10 19:11:35: 0: STDOUT: redshift4maya.mll!uninitializePlugin 2018-01-10 19:11:35: 0: STDOUT: redshift4maya.mll!uninitializePlugin 2018-01-10 19:11:35: 0: STDOUT: redshift4maya.mll!uninitializePlugin 2018-01-10 19:11:35: 0: STDOUT: redshift4maya.mll!uninitializePlugin 2018-01-10 19:11:35: 0: STDOUT: redshift4maya.mll!uninitializePlugin 2018-01-10 19:11:35: 0: STDOUT: redshift4maya.mll!uninitializePlugin 2018-01-10 19:11:35: 0: STDOUT: OpenMaya.dll!THcommandObject::doIt 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!TmetaCommand::doCommand 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!TmetaCommandPtrArray::catenate 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!melScanDouble 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!TminMelArgList::nextDigit 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!TminMelArgList::nextDigit 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!melScanDouble 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!TminMelArgList::nextDigit 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!melScanDouble 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!TminMelArgList::nextDigit 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!melScanDouble 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!melScanDouble 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!TminMelArgList::nextDigit 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!TminMelArgList::nextDigit 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!melScanDouble 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!TminMelArgList::nextDigit 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!TminMelArgList::nextDigit 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!TminMelArgList::nextDigit 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!SophiaExecutable::evaluate 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!TcommandEngine::executeCommand 2018-01-10 19:11:35: 0: STDOUT: ExtensionLayer.dll!QmayaMenuItem::version 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!TmetaCommandPtrArray::catenate 2018-01-10 19:11:35: 0: STDOUT: CommandEngine.dll!TminMelArgList::nextDigit 2018-01-10 19:11:35: 0: STDOUT: Result: R:/Projects//sequences/Magic-of-Ireland-MainShow/scenes/cst/cst200/lit/finalRender/work/maya/scene.v006.ma 2018-01-10 19:18:41: Skipping thermal shutdown check because it is not required at this time 2018-01-10 19:29:06: Skipping thermal shutdown check because it is not required at this time 2018-01-10 19:39:31: Skipping thermal shutdown check because it is not required at this time 2018-01-10 20:00:22: Skipping thermal shutdown check because it is not required at this time 2018-01-10 20:10:46: Skipping thermal shutdown check because it is not required at this time 2018-01-10 20:21:09: Skipping thermal shutdown check because it is not required at this time 2018-01-10 20:31:28: Skipping thermal shutdown check because it is not required at this time 2018-01-10 20:41:50: Skipping thermal shutdown check because it is not required at this time 2018-01-10 20:52:18: Skipping thermal shutdown check because it is not required at this time 2018-01-10 21:02:47: Skipping thermal shutdown check because it is not required at this time 2018-01-10 21:13:18: Skipping thermal shutdown check because it is not required at this time 2018-01-10 21:23:40: Skipping thermal shutdown check because it is not required at this time 2018-01-10 21:34:08: Skipping thermal shutdown check because it is not required at this time 2018-01-10 21:44:43: Skipping thermal shutdown check because it is not required at this time

Hi,

the problem is going to be that nothing is Triggering the callback for HandleFatalError.

in the MayaBatch plugin, you need to add a std catch for the stack trace in the InitializeProcess function.

self.AddStdoutHandlerCallback(".*Stack trace.*").HandleCallback += self.HandleFatalError

This way when the line hits stdout, it will be passed to the def HandleFatalError, and will then fail the job.

Hope this helps.

Cheers
kym

Fail the Job or Task?

Sorry, Fail the current task.

Privacy | Site terms | Cookie preferences