Author Topic: MayaJob function checkForFatalMayaErrors  (Read 4136 times)

Achilles

  • Sr. Member
  • ****
  • Posts: 25
MayaJob function checkForFatalMayaErrors
« 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.

jburk

  • Administrator
  • *****
  • Posts: 493
Re: MayaJob function checkForFatalMayaErrors
« Reply #1 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...