Page 1 of 1

[21.7] Command line rendering issue

PostPosted: Mon May 18, 2020 8:28 pm
by kabakZ
Only the first frame of animation or frame sequence is rendered correctly. Next frame crashes the OctaneServer.

Default Blender scene with a cube
Octane 21.7, Win 10 x64

error.png
CMD error

Re: [21.7] Command line rendering issue

PostPosted: Mon Jun 08, 2020 7:35 pm
by kabakZ
I can’t believe that no one is using command line rendering instead of UI, and no one has faced this problem yet.

Re: [21.7] Command line rendering issue

PostPosted: Wed Jun 10, 2020 8:14 am
by linograndiotoy
kabakZ wrote:I can’t believe that no one is using command line rendering instead of UI, and no one has faced this problem yet.

Does this also happen in the current 21.8 version?

Re: [21.7] Command line rendering issue

PostPosted: Thu Jun 11, 2020 6:31 pm
by kabakZ
Yes, this also happens in the current 21.8 version.

Here are the command line args, can be tested on the startup cube scene:

Code: Select all
"C:\Program Files\BlenderOctane\blender.exe" --background "C:\Proj\test.blend" --render-output "C:\Proj\f_" -f 0   <<-- OK

"C:\Program Files\BlenderOctane\blender.exe" --background "C:\Proj\test.blend" --render-output "C:\Proj\f_" -f 1   <<-- OctaneServer crash with Octane Kernel error

or

"C:\Program Files\BlenderOctane\blender.exe" --background "C:\Proj\test.blend" --render-output "C:\Proj\f_" -a    <<-- only the first frame of the animation renders fine, but next frame will crash the process