PipelineFX Forum

Qube! => Jobtypes and Applications => Topic started by: Achilles on May 05, 2010, 11:57:18 AM

Title: MayaJob function checkForFatalMayaErrors
Post by: Achilles on May 05, 2010, 11:57:18 AM
some jobs failed with "ERROR: fatal error !!!!".

it would  be nice if the message that caused the failure would be printed with "fatal error".

at the momentan a i do a

Code: [Select]
egrep '(maya\s+encountered\s+a\s+fatal\s+error|Exit\s+1|could not get a license|Error: An error has occurred. Rendering aborted.|Fatal Error. Attempting to save in)' *
trying to match the "fatal error" with the actual error message.
Title: Re: MayaJob function checkForFatalMayaErrors
Post by: jburk on May 05, 2010, 02:48:59 PM
We're adding functionality like this into our Qube 6.0 release, due out in late June.

We'll have regular expression filtering, an additional tab besides stdout and stderr that will show filtered log output (highlights), etc...