CGRU not catching C4D errors:

Post Reply
avclubvids
Posts: 22
Joined: Fri Jul 21, 2017 9:17 pm

CGRU not catching C4D errors:

Post by avclubvids »

There are a few errors that are thrown by C4D / Octane that CGRU does not currently detect, so it does not re-queue the failed tasks and requires careful human monitoring to catch and fix. Here is the only info that we get in the logs from these crashes:

1) most common:
Error: application crashed
C4DUnhandledExceptionFilter: writing exception info
C4DUnhandledExceptionFilter: writing call stacks
2) less common:
<<< Render failure detected!!! >>> Please check render statistics to solve the problem. Device:0 TotMem:12Gb rtData:254Mb film:182Mb geo:171Mb node:7Kb tex:279Mb unavailable:2.082Gb temperature:65 Device:1 TotMem:12Gb rtData:254Mb film:182Mb geo:171Mb node:7Kb tex:279Mb unavailable:2.082Gb temperature:71 Device:2 TotMem:12Gb rtData:254Mb film:22Mb geo:171Mb node:7Kb tex:279Mb unavailable:2.224Gb temperature:67 Check geometry subdivisons. Picture viewer uses 'Render' subdivisions. But Live Viewer uses 'Editor' subdivision values. Try to decrease 'render/editor' subdivison values. Failure... MotBlurTM=0 sec. createTM=5.683 sec. matTM=3.89 sec. updateTM=20.102 sec. Device:0 TotMem:12Gb rtData:254Mb film:182Mb geo:171Mb node:7Kb tex:279Mb unavailable:2.082Gb temperature:65 Device:1 TotMem:12Gb rtData:254Mb film:182Mb geo:171Mb node:7Kb tex:279Mb unavailable:2.082Gb temperature:71 Device:2 TotMem:12Gb rtData:254Mb film:22Mb geo:171Mb node:7Kb tex:279Mb unavailable:2.224Gb temperature:67 renderTM:0.671ms. totalTM:26.457ms.
User avatar
timurhai
Site Admin
Posts: 910
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: CGRU not catching C4D errors:

Post by timurhai »

Hi.
You can add errors and warning strings here:
https://github.com/CGRU/cgru/blob/maste ... c4d.py#L18
You can look at other parsers on some doubt.
And it will be great, if you share your experience(changes) back into the project!
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Post Reply