AWS Thinkbox Discussion Forums

Can't Render MOV from EXR - the destination image is missing channel "R"

Hi!

We are testing Deadline with Draft Events, but we are getting the following error when rendering EXR

RuntimeError: composite Error: the destination image is missing channel “R”

Here is the Job Report:

Hi Kim,

I’m sorry you are experiencing an issue. I think I have an idea of what’s happening. As the log reports, the line 186 of your script is causing it:

frame.Composite( mask, 0, 0, compOperation )

For the Composite operation to work, the images “frame” and “mask” must have the same channel names in memory. I have the feeling that it’s not the case. Can you add those lines right before line 186 and give your script another try?

print "Channel names for frame:", frame.GetChannelNames()
print "Channel names for mask:", mask.GetChannelNames()

From the new output, we’ll know for sure if the two images have different channels. If that’s the issue, then fixing it should be fairly easy.

Thanks!

Julie

Hi, We are having the same problem. below is the logs.

=======================================================
Error
=======================================================
Error: Renderer returned non-zero error code 2. Check the renderer's output.
   at Deadline.Plugins.PluginWrapper.RenderTasks(String taskId, Int32 startFrame, Int32 endFrame, String& outMessage, AbortLevel& abortLevel)

=======================================================
Type
=======================================================
RenderPluginException

=======================================================
Stack Trace
=======================================================
   at Deadline.Plugins.Plugin.RenderTask(String taskId, Int32 startFrame, Int32 endFrame)
   at Deadline.Slaves.SlaveRenderThread.a(TaskLogWriter A_0)

=======================================================
Log
=======================================================
2017-02-20 13:30:40:  BEGIN - COOKER17\samba
2017-02-20 13:30:40:  0: INFO: Executing plugin script 'C:\Users\samba\AppData\Local\Thinkbox\Deadline8\slave\cooker17\plugins\58aa793051762d1cf00d13f0\MayaCmd.py'
2017-02-20 13:30:40:  0: INFO: About: Maya Cmd Plugin for Deadline
2017-02-20 13:30:40:  0: INFO: The job's environment will be merged with the current environment before rendering
2017-02-20 13:30:40:  0: Start Job timeout is disabled.
2017-02-20 13:30:40:  0: Task timeout is disabled.
2017-02-20 13:30:40:  0: Loaded job: sc5_test (58aa793051762d1cf00d13f0)
2017-02-20 13:30:40:  0: Plugin rendering frame(s): 106
2017-02-20 13:30:40:  0: INFO: Setting MAYA_DISABLE_CIP (ADSK Customer Involvement Program) environment variable to 1 for this session
2017-02-20 13:30:40:  0: INFO: Setting MAYA_DISABLE_CER (ADSK Customer Error Reporting) environment variable to 1 for this session
2017-02-20 13:30:40:  0: INFO: Setting MAYA_DISABLE_CLIC_IPM (ADSK In Product Messaging) environment variable to 1 for this session
2017-02-20 13:30:40:  0: INFO: Rendering with Maya version 2016.5
2017-02-20 13:30:40:  0: INFO: Enforcing 64 bit build of Maya
2017-02-20 13:30:40:  0: INFO: Setting PYTHONHOME to C:\Program Files\Autodesk\Maya2016.5\Python for this session
2017-02-20 13:30:40:  0: INFO: Performing path mapping on ma scene file
2017-02-20 13:30:40:  0: INFO: Stdout Redirection Enabled: True
2017-02-20 13:30:40:  0: INFO: Stdout Handling Enabled: True
2017-02-20 13:30:40:  0: INFO: Popup Handling Enabled: True
2017-02-20 13:30:40:  0: INFO: QT Popup Handling Enabled: False
2017-02-20 13:30:40:  0: INFO: WindowsForms10.Window.8.app.* Popup Handling Enabled: False
2017-02-20 13:30:40:  0: INFO: Using Process Tree: True
2017-02-20 13:30:40:  0: INFO: Hiding DOS Window: True
2017-02-20 13:30:40:  0: INFO: Creating New Console: False
2017-02-20 13:30:40:  0: INFO: Running as user: samba
2017-02-20 13:30:40:  0: INFO: Rendering with Maya version 2016.5
2017-02-20 13:30:40:  0: INFO: Enforcing 64 bit build of Maya
2017-02-20 13:30:40:  0: INFO: Executable: "C:\Program Files\Autodesk\Maya2016.5\bin\Render.exe"
2017-02-20 13:30:40:  0: INFO: Rendering to network drive
2017-02-20 13:30:40:  0: INFO: Rendering with Arnold.
2017-02-20 13:30:40:  0: INFO: Argument:  -r arnold  -ai:lve 1 -rt 0  -s 106 -e 106 -b 1 -rd "V:/WIP/10101_Airtel_Dual_Carrier/Maya/images" -proj "V:/WIP/10101_Airtel_Dual_Carrier/Maya"  "C:\Users\samba\AppData\Local\Thinkbox\Deadline8\slave\cooker17\jobsData\58aa793051762d1cf00d13f0\thread0_temptiPIP0\Sc05_a_light_v04.ma"
2017-02-20 13:30:40:  0: INFO: Full Command: "C:\Program Files\Autodesk\Maya2016.5\bin\Render.exe"  -r arnold  -ai:lve 1 -rt 0  -s 106 -e 106 -b 1 -rd "V:/WIP/10101_Airtel_Dual_Carrier/Maya/images" -proj "V:/WIP/10101_Airtel_Dual_Carrier/Maya"  "C:\Users\samba\AppData\Local\Thinkbox\Deadline8\slave\cooker17\jobsData\58aa793051762d1cf00d13f0\thread0_temptiPIP0\Sc05_a_light_v04.ma"
2017-02-20 13:30:40:  0: INFO: Startup Directory: "C:\Program Files\Autodesk\Maya2016.5\bin"
2017-02-20 13:30:40:  0: INFO: Process Priority: BelowNormal
2017-02-20 13:30:40:  0: INFO: Process Affinity: default
2017-02-20 13:30:40:  0: INFO: Process is now running
2017-02-20 13:30:40:  0: STDOUT: Starting "C:\Program Files\Autodesk\Maya2016.5\bin\mayabatch.exe"
2017-02-20 13:30:45:  0: STDOUT: mental ray for Maya 2016 Extension 2 
2017-02-20 13:30:45:  0: STDOUT: mental ray: version 3.13.1.11, Jan  5 2016, revision 256946
2017-02-20 13:30:45:  0: STDOUT: mental ray: started on "cooker17", Mon Feb 20 13:30:45 2017 
2017-02-20 13:30:46:  0: STDOUT: VP2 Error : Failed to initialize graphics device.
2017-02-20 13:30:47:  0: STDOUT: pymel.core : INFO : Updating pymel with pre-loaded plugins: dgProfiler, mayaHIK, invertShape, curveWarp, CloudImportExport, hairPhysicalShader, ATFPlugin, Mayatomr, ikSpringSolver, retargeterNodes, renderSetup, AutodeskPacketFile, lookdevKit, Type
2017-02-20 13:30:48:  0: STDOUT: API error detected in S:\Maya_2016_R2_DI\src\Maya\src\Components\BifrostTmp\plugins\mayavis\BFPlugin.cpp at line 117
2017-02-20 13:30:48:  0: STDOUT: : (kFailure): Unexpected Internal Failure
2017-02-20 13:30:50:  0: STDOUT: Failed to register registerFragments.Maya 2016.5 importing module pymel 1.0.8 (C:\Program Files\Autodesk\Maya2016.5\Python\lib\site-packages\pymel\__init__.pyc)
2017-02-20 13:30:50:  0: STDOUT: Turtle Renderer 2017.0.0
2017-02-20 13:30:50:  0: STDOUT: Running Turtle startup script
2017-02-20 13:30:52:  0: STDOUT: Maya 2016.0 detected.
2017-02-20 13:30:52:  0: STDOUT: Maya 2016.0 detected.
2017-02-20 13:30:52:  0: STDOUT: The Domemaster3D Shader is running in batch mode.
2017-02-20 13:30:53:  0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2017-02-20 13:30:53:  0: STDOUT: Error: file: C:/Users/samba/AppData/Local/Thinkbox/Deadline8/slave/cooker17/jobsData/58aa793051762d1cf00d13f0/thread0_temptiPIP0/Sc05_a_light_v04.ma line 17: RuntimeError: file <maya console> line 1: Plug-in, "rpmaya", was not found on MAYA_PLUG_IN_PATH.
2017-02-20 13:30:56:  0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2017-02-20 13:30:56:  0: STDOUT: Warning: file: V:/WIP/10101_Airtel_Dual_Carrier/Maya/scenes/Animation/sh005/sh05_Face/AirtelDual_Anim_sh05_Face_v03.ma line 329053: ':miDefaultOptions.message' is already connected to ':mentalrayItemsList.options'.
2017-02-20 13:30:56:  0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2017-02-20 13:30:56:  0: STDOUT: Warning: file: V:/WIP/10101_Airtel_Dual_Carrier/Maya/scenes/Animation/sh005/sh05_Face/AirtelDual_Anim_sh05_Face_v03.ma line 329054: ':miDefaultFramebuffer.message' is already connected to ':mentalrayItemsList.framebuffers'.
2017-02-20 13:30:57:  0: STDOUT: Stack trace:
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TrenderGlobalsOverrides::~TrenderGlobalsOverrides
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TrenderGlobalsOverrides::~TrenderGlobalsOverrides
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TrenderGlobalsOverrides::~TrenderGlobalsOverrides
2017-02-20 13:30:57:  0: STDOUT:   Foundation.dll!TclientServer::notifyClients
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!Tscene::notifyClients
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!Tscene::sendReferenceMsg
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!Tscene::notifyFinishedReference
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TfileReferencer::reloadReference
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TfileReferencer::loadChildren
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TglobalTranslator::doReadFile
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TfileUtil::readFile
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TsceneOperator::openFile
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TfileCmd::handleFileOpenFlag
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TfileCmd::handleFlags
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TfileCmd::handleFlags
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TfileCmd::doCommand
2017-02-20 13:30:57:  0: STDOUT:   CommandEngine.dll!TmetaCommandPtrArray::catenate
2017-02-20 13:30:57:  0: STDOUT:   CommandEngine.dll!TminMelArgList::nextDigit
2017-02-20 13:30:57:  0: STDOUT:   CommandEngine.dll!TminMelArgList::nextDigit
2017-02-20 13:30:57:  0: STDOUT:   CommandEngine.dll!SophiaExecutable::evaluate
2017-02-20 13:30:57:  0: STDOUT:   CommandEngine.dll!TcommandEngine::executeCommand
2017-02-20 13:30:57:  0: STDOUT:   mayabatch.exe!TiteratorWrapperBidir<TscenePartitions::ConstIteratorDescriptor,TiteratorWrapper<TscenePartitions::ConstIteratorDescriptor> >::operator=
2017-02-20 13:30:57:  0: STDOUT:   mayabatch.exe!TiteratorWrapperBidir<TscenePartitions::ConstIteratorDescriptor,TiteratorWrapper<TscenePartitions::ConstIteratorDescriptor> >::operator=
2017-02-20 13:30:57:  0: STDOUT:   ExtensionLayer.dll!Tapplication::start
2017-02-20 13:30:57:  0: STDOUT:   mayabatch.exe!TiteratorWrapperBidir<TscenePartitions::ConstIteratorDescriptor,TiteratorWrapper<TscenePartitions::ConstIteratorDescriptor> >::operator=
2017-02-20 13:30:57:  0: STDOUT:   kernel32.dll!BaseThreadInitThunk
2017-02-20 13:30:57:  0: STDOUT:   ntdll.dll!RtlUserThreadStart
2017-02-20 13:30:58:  0: STDOUT: // Maya exited with status 2
2017-02-20 13:30:58:  0: INFO: Process exit code: 2

=======================================================
Details
=======================================================
Date: 02/20/2017 13:37:15
Frames: 106
Elapsed Time: 00:00:00:20
Job Submit Date: 02/20/2017 13:05:53
Job User: kate
Average RAM Usage: 3006078976 (24%)
Peak RAM Usage: 3006078976 (24%)
Average CPU Usage: 6%
Peak CPU Usage: 12%
Used CPU Clocks (x10^6 cycles): 35170
Total CPU Clocks (x10^6 cycles): 586151

=======================================================
Slave Information
=======================================================
Slave Name: cooker17
Version: v8.0.15.1 Release (890f2b435)
Operating System: Windows 7 Professional (SP1)
Running As Service: No
Machine User: ********
IP Address:*************
MAC Address: ************
CPU Architecture: x64
CPUs: 12
CPU Usage: 9%
Memory Usage: 2.8 GB / 12.0 GB (23%)
Free Disk Space: 783.241 GB 
Video Card: Standard VGA Graphics Adapter

Hi, We are having the same problem. below is the logs.

=======================================================
Error
=======================================================
Error: Renderer returned non-zero error code 2. Check the renderer's output.
   at Deadline.Plugins.PluginWrapper.RenderTasks(String taskId, Int32 startFrame, Int32 endFrame, String& outMessage, AbortLevel& abortLevel)

=======================================================
Type
=======================================================
RenderPluginException

=======================================================
Stack Trace
=======================================================
   at Deadline.Plugins.Plugin.RenderTask(String taskId, Int32 startFrame, Int32 endFrame)
   at Deadline.Slaves.SlaveRenderThread.a(TaskLogWriter A_0)

=======================================================
Log
=======================================================
2017-02-20 13:30:40:  BEGIN - COOKER17\samba
2017-02-20 13:30:40:  0: INFO: Executing plugin script 'C:\Users\samba\AppData\Local\Thinkbox\Deadline8\slave\cooker17\plugins\58aa793051762d1cf00d13f0\MayaCmd.py'
2017-02-20 13:30:40:  0: INFO: About: Maya Cmd Plugin for Deadline
2017-02-20 13:30:40:  0: INFO: The job's environment will be merged with the current environment before rendering
2017-02-20 13:30:40:  0: Start Job timeout is disabled.
2017-02-20 13:30:40:  0: Task timeout is disabled.
2017-02-20 13:30:40:  0: Loaded job: sc5_test (58aa793051762d1cf00d13f0)
2017-02-20 13:30:40:  0: Plugin rendering frame(s): 106
2017-02-20 13:30:40:  0: INFO: Setting MAYA_DISABLE_CIP (ADSK Customer Involvement Program) environment variable to 1 for this session
2017-02-20 13:30:40:  0: INFO: Setting MAYA_DISABLE_CER (ADSK Customer Error Reporting) environment variable to 1 for this session
2017-02-20 13:30:40:  0: INFO: Setting MAYA_DISABLE_CLIC_IPM (ADSK In Product Messaging) environment variable to 1 for this session
2017-02-20 13:30:40:  0: INFO: Rendering with Maya version 2016.5
2017-02-20 13:30:40:  0: INFO: Enforcing 64 bit build of Maya
2017-02-20 13:30:40:  0: INFO: Setting PYTHONHOME to C:\Program Files\Autodesk\Maya2016.5\Python for this session
2017-02-20 13:30:40:  0: INFO: Performing path mapping on ma scene file
2017-02-20 13:30:40:  0: INFO: Stdout Redirection Enabled: True
2017-02-20 13:30:40:  0: INFO: Stdout Handling Enabled: True
2017-02-20 13:30:40:  0: INFO: Popup Handling Enabled: True
2017-02-20 13:30:40:  0: INFO: QT Popup Handling Enabled: False
2017-02-20 13:30:40:  0: INFO: WindowsForms10.Window.8.app.* Popup Handling Enabled: False
2017-02-20 13:30:40:  0: INFO: Using Process Tree: True
2017-02-20 13:30:40:  0: INFO: Hiding DOS Window: True
2017-02-20 13:30:40:  0: INFO: Creating New Console: False
2017-02-20 13:30:40:  0: INFO: Running as user: samba
2017-02-20 13:30:40:  0: INFO: Rendering with Maya version 2016.5
2017-02-20 13:30:40:  0: INFO: Enforcing 64 bit build of Maya
2017-02-20 13:30:40:  0: INFO: Executable: "C:\Program Files\Autodesk\Maya2016.5\bin\Render.exe"
2017-02-20 13:30:40:  0: INFO: Rendering to network drive
2017-02-20 13:30:40:  0: INFO: Rendering with Arnold.
2017-02-20 13:30:40:  0: INFO: Argument:  -r arnold  -ai:lve 1 -rt 0  -s 106 -e 106 -b 1 -rd "V:/WIP/10101_Airtel_Dual_Carrier/Maya/images" -proj "V:/WIP/10101_Airtel_Dual_Carrier/Maya"  "C:\Users\samba\AppData\Local\Thinkbox\Deadline8\slave\cooker17\jobsData\58aa793051762d1cf00d13f0\thread0_temptiPIP0\Sc05_a_light_v04.ma"
2017-02-20 13:30:40:  0: INFO: Full Command: "C:\Program Files\Autodesk\Maya2016.5\bin\Render.exe"  -r arnold  -ai:lve 1 -rt 0  -s 106 -e 106 -b 1 -rd "V:/WIP/10101_Airtel_Dual_Carrier/Maya/images" -proj "V:/WIP/10101_Airtel_Dual_Carrier/Maya"  "C:\Users\samba\AppData\Local\Thinkbox\Deadline8\slave\cooker17\jobsData\58aa793051762d1cf00d13f0\thread0_temptiPIP0\Sc05_a_light_v04.ma"
2017-02-20 13:30:40:  0: INFO: Startup Directory: "C:\Program Files\Autodesk\Maya2016.5\bin"
2017-02-20 13:30:40:  0: INFO: Process Priority: BelowNormal
2017-02-20 13:30:40:  0: INFO: Process Affinity: default
2017-02-20 13:30:40:  0: INFO: Process is now running
2017-02-20 13:30:40:  0: STDOUT: Starting "C:\Program Files\Autodesk\Maya2016.5\bin\mayabatch.exe"
2017-02-20 13:30:45:  0: STDOUT: mental ray for Maya 2016 Extension 2 
2017-02-20 13:30:45:  0: STDOUT: mental ray: version 3.13.1.11, Jan  5 2016, revision 256946
2017-02-20 13:30:45:  0: STDOUT: mental ray: started on "cooker17", Mon Feb 20 13:30:45 2017 
2017-02-20 13:30:46:  0: STDOUT: VP2 Error : Failed to initialize graphics device.
2017-02-20 13:30:47:  0: STDOUT: pymel.core : INFO : Updating pymel with pre-loaded plugins: dgProfiler, mayaHIK, invertShape, curveWarp, CloudImportExport, hairPhysicalShader, ATFPlugin, Mayatomr, ikSpringSolver, retargeterNodes, renderSetup, AutodeskPacketFile, lookdevKit, Type
2017-02-20 13:30:48:  0: STDOUT: API error detected in S:\Maya_2016_R2_DI\src\Maya\src\Components\BifrostTmp\plugins\mayavis\BFPlugin.cpp at line 117
2017-02-20 13:30:48:  0: STDOUT: : (kFailure): Unexpected Internal Failure
2017-02-20 13:30:50:  0: STDOUT: Failed to register registerFragments.Maya 2016.5 importing module pymel 1.0.8 (C:\Program Files\Autodesk\Maya2016.5\Python\lib\site-packages\pymel\__init__.pyc)
2017-02-20 13:30:50:  0: STDOUT: Turtle Renderer 2017.0.0
2017-02-20 13:30:50:  0: STDOUT: Running Turtle startup script
2017-02-20 13:30:52:  0: STDOUT: Maya 2016.0 detected.
2017-02-20 13:30:52:  0: STDOUT: Maya 2016.0 detected.
2017-02-20 13:30:52:  0: STDOUT: The Domemaster3D Shader is running in batch mode.
2017-02-20 13:30:53:  0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2017-02-20 13:30:53:  0: STDOUT: Error: file: C:/Users/samba/AppData/Local/Thinkbox/Deadline8/slave/cooker17/jobsData/58aa793051762d1cf00d13f0/thread0_temptiPIP0/Sc05_a_light_v04.ma line 17: RuntimeError: file <maya console> line 1: Plug-in, "rpmaya", was not found on MAYA_PLUG_IN_PATH.
2017-02-20 13:30:56:  0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2017-02-20 13:30:56:  0: STDOUT: Warning: file: V:/WIP/10101_Airtel_Dual_Carrier/Maya/scenes/Animation/sh005/sh05_Face/AirtelDual_Anim_sh05_Face_v03.ma line 329053: ':miDefaultOptions.message' is already connected to ':mentalrayItemsList.options'.
2017-02-20 13:30:56:  0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2017-02-20 13:30:56:  0: STDOUT: Warning: file: V:/WIP/10101_Airtel_Dual_Carrier/Maya/scenes/Animation/sh005/sh05_Face/AirtelDual_Anim_sh05_Face_v03.ma line 329054: ':miDefaultFramebuffer.message' is already connected to ':mentalrayItemsList.framebuffers'.
2017-02-20 13:30:57:  0: STDOUT: Stack trace:
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TrenderGlobalsOverrides::~TrenderGlobalsOverrides
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TrenderGlobalsOverrides::~TrenderGlobalsOverrides
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TrenderGlobalsOverrides::~TrenderGlobalsOverrides
2017-02-20 13:30:57:  0: STDOUT:   Foundation.dll!TclientServer::notifyClients
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!Tscene::notifyClients
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!Tscene::sendReferenceMsg
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!Tscene::notifyFinishedReference
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TfileReferencer::reloadReference
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TfileReferencer::loadChildren
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TglobalTranslator::doReadFile
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TfileUtil::readFile
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TsceneOperator::openFile
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TfileCmd::handleFileOpenFlag
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TfileCmd::handleFlags
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TfileCmd::handleFlags
2017-02-20 13:30:57:  0: STDOUT:   Shared.dll!TfileCmd::doCommand
2017-02-20 13:30:57:  0: STDOUT:   CommandEngine.dll!TmetaCommandPtrArray::catenate
2017-02-20 13:30:57:  0: STDOUT:   CommandEngine.dll!TminMelArgList::nextDigit
2017-02-20 13:30:57:  0: STDOUT:   CommandEngine.dll!TminMelArgList::nextDigit
2017-02-20 13:30:57:  0: STDOUT:   CommandEngine.dll!SophiaExecutable::evaluate
2017-02-20 13:30:57:  0: STDOUT:   CommandEngine.dll!TcommandEngine::executeCommand
2017-02-20 13:30:57:  0: STDOUT:   mayabatch.exe!TiteratorWrapperBidir<TscenePartitions::ConstIteratorDescriptor,TiteratorWrapper<TscenePartitions::ConstIteratorDescriptor> >::operator=
2017-02-20 13:30:57:  0: STDOUT:   mayabatch.exe!TiteratorWrapperBidir<TscenePartitions::ConstIteratorDescriptor,TiteratorWrapper<TscenePartitions::ConstIteratorDescriptor> >::operator=
2017-02-20 13:30:57:  0: STDOUT:   ExtensionLayer.dll!Tapplication::start
2017-02-20 13:30:57:  0: STDOUT:   mayabatch.exe!TiteratorWrapperBidir<TscenePartitions::ConstIteratorDescriptor,TiteratorWrapper<TscenePartitions::ConstIteratorDescriptor> >::operator=
2017-02-20 13:30:57:  0: STDOUT:   kernel32.dll!BaseThreadInitThunk
2017-02-20 13:30:57:  0: STDOUT:   ntdll.dll!RtlUserThreadStart
2017-02-20 13:30:58:  0: STDOUT: // Maya exited with status 2
2017-02-20 13:30:58:  0: INFO: Process exit code: 2

=======================================================
Details
=======================================================
Date: 02/20/2017 13:37:15
Frames: 106
Elapsed Time: 00:00:00:20
Job Submit Date: 02/20/2017 13:05:53
Job User: kate
Average RAM Usage: 3006078976 (24%)
Peak RAM Usage: 3006078976 (24%)
Average CPU Usage: 6%
Peak CPU Usage: 12%
Used CPU Clocks (x10^6 cycles): 35170
Total CPU Clocks (x10^6 cycles): 586151

=======================================================
Slave Information
=======================================================
Slave Name: cooker17
Version: v8.0.15.1 Release (890f2b435)
Operating System: Windows 7 Professional (SP1)
Running As Service: No
Machine User: ********
IP Address:*************
MAC Address: ************
CPU Architecture: x64
CPUs: 12
CPU Usage: 9%
Memory Usage: 2.8 GB / 12.0 GB (23%)
Free Disk Space: 783.241 GB 
Video Card: Standard VGA Graphics Adapter

These two logs seem to be MayaCmd logs while the original post was related to Draft. What makes you believe they are related?

Privacy | Site terms | Cookie preferences