AWS Thinkbox Discussion Forums

Nuke 8

Hi ,

Anyone got the beta running on Nuke 8 already ?

Any job i submit fails with this symbol not found dump. Moved to the beta from 6.0 hearing that this was likely fixed (python version related??) , but after upgrading my repo and clients still exactly the same dump. (nuke script super simplified pure for test. Single read node direct to singe write node)

Any ideas ??

=======================================================
Error

Error in RenderTasks: ImportError: dlopen(/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/PySide/QtGui.so, 2): Symbol not found: _ZN7QLayout11adoptLayoutEPS
at Deadline.Plugins.ScriptPlugin.RenderTasks (System.String taskId, Int32 startFrame, Int32 endFrame, System.String& outMessage, FranticX.Processes.AbortLevel& abortLevel) [0x00000] in :0

=======================================================
Type

RenderPluginException

=======================================================
Stack Trace

at Deadline.Plugins.Plugin.RenderTask (System.String taskId, Int32 startFrame, Int32 endFrame) [0x00000] in :0
at Deadline.Slaves.SlaveRenderThread.RenderCurrentTask (Deadline.IO.TaskLogWriter tlw) [0x00000] in :0

=======================================================
Full Log

0: Task timeout is disabled.
0: Loaded job: test_bla.nk (52a7931352ea1054f7c25f8e)
0: INFO: Executing plugin script /Users/glennv/Library/Application Support/Thinkbox/Deadline6/slave/tach-srv1/plugins/52a7931352ea1054f7c25f8e/Nuke.py
0: INFO: About: Nuke Plugin for Deadline
0: INFO: The current environment will be used for rendering
0: INFO: Scrubbing the LD and DYLD LIBRARY paths
0: INFO: Prepping OFX cache
0: INFO: Checking Nuke temp path: /var/tmp/nuke-u501
0: INFO: Path already exists
0: INFO: OFX cache prepped
0: Plugin rendering frame(s): 1-10
0: INFO: Stdout Handling Enabled: True
0: INFO: Popup Handling Enabled: True
0: INFO: Using Process Tree: True
0: INFO: Hiding DOS Window: True
0: INFO: Creating New Console: False
0: INFO: Executable: “/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/Nuke8.0v1”
0: INFO: Rendering with NukeX
0: INFO: This slave is in the interactive license list - an interactive license will be used instead of a render license
0: INFO: Argument: -V --nukex -i -x -F 1-10 “/var/folders/vq/h440sngs3638g2v0rf7_52100000gn/T/test_bla_thread0.nk”
0: INFO: Startup Directory: “/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS”
0: INFO: Process Priority: BelowNormal
0: INFO: Process Affinity: default
0: INFO: Process is now running
0: STDOUT: NukeX 8.0v1, 64 bit, built Dec 2 2013.
0: STDOUT: Copyright © 2013 The Foundry Visionmongers Ltd. All Rights Reserved.
0: STDOUT: Loading /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/_pathsetup.py
0: STDOUT: Loading /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/init.tcl
0: STDOUT: Loading /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/init.py
0: STDOUT: Traceback (most recent call last):
0: STDOUT: File “/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/init.py”, line 18, in
0: STDOUT: import nukescripts.ViewerProcess
0: STDOUT: File “/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/nukescripts/init.py”, line 31, in
0: STDOUT: from scripteditorknob import *
0: STDOUT: File “/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/nukescripts/scripteditorknob.py”, line 2, in
0: STDOUT: from PySide.QtGui import *
0: STDOUT: ImportError: dlopen(/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/PySide/QtGui.so, 2): Symbol not found: _ZN7QLayout11adoptLayoutEPS
0: STDOUT: Referenced from: /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/PySide/QtGui.so
0: STDOUT: Expected in: /Applications/Thinkbox/Deadline6/DeadlineSlave.app/Contents/Resources/Frameworks/QtGui.framework/Versions/4/QtGui
0: STDOUT: in /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/PySide/QtGui.so
0: STDOUT: /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/init.py : error interpreting this plugin

=======================================================
Details

Date: 12/10/2013 23:17:59
Frames: 1-10
Elapsed Time: 00:00:00:04
Job Submit Date: 12/10/2013 23:17:55
Job User: glennv
Average RAM Usage: 11993782272 (70%)
Peak RAM Usage: 12047781888 (71%)
Average CPU Usage: 15%
Peak CPU Usage: 28%

=======================================================
Slave Information

Slave Name: tach-srv1
Version: v6.1.0.53841 R
Operating System: Mac OS X Server 10.7.4
Machine User: glennv
IP Address: 192.168.200.2
MAC Address: c8:2a:14:55:23:85
CPU Architecture: x86_64
CPUs: 8
CPU Usage: 6%
Memory Usage: 11.2 GB / 16.0 GB (69%)
Free Disk Space: 130.912 GB
Video Card: Apple 57762-A0

Beta 13 will be shipping with Nuke 8 support. In our tests, we never saw this error message.

Based on this error, it looks like Nuke is unable to load a certain plugin. The first thing we should try to do is determine if the error is specific to Deadline or not. On the slave that is producing this error, open a terminal, and then run this command:

"/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/Nuke8.0v1" -V --nukex -i -x -F 1-10 "/path/to/test_bla.nk"

Note that you will need to copy the nuke file to the slave first, and then update the path to it in the command line above accordingly. If you still get the same error, then at least we can rule out Deadline. If you don’t get the error, it could be that Deadline’s environment needs to be refreshed. You can try restarting the machine to see if that helps.

Cheers,
Ryan

Hi Ryan,

Did the comandline test on a node as you mentioned. No problems , redered fine

[code]"/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/Nuke8.0v1" -V --nukex -i -x -F 1-10 /Volumes/SAN-FCP/DEADLINE/Resources/test_bla.nk
NukeX 8.0v1, 64 bit, built Dec 2 2013.
Copyright © 2013 The Foundry Visionmongers Ltd. All Rights Reserved.
Loading /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/_pathsetup.py
Loading /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/init.tcl
Loading /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/init.py
Loading /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/setenv.tcl
Loading /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/formats.tcl
Loading /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/getenv.tcl
Loading /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/tifReader.tcl
Loading /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/tiffReader.dylib
Loading /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/exrWriter.dylib
[21:24:49 CET] Read nuke script: /Volumes/SAN-FCP/DEADLINE/Resources/test_bla.nk

Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0001.exr
Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0001.exr took 11.91 seconds
Frame 1 (1 of 10)

Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0002.exr
Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0002.exr took 5.37 seconds
Frame 2 (2 of 10)

Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0003.exr
Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0003.exr took 5.34 seconds
Frame 3 (3 of 10)

Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0004.exr
Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0004.exr took 5.22 seconds
Frame 4 (4 of 10)

Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0005.exr
Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0005.exr took 5.39 seconds
Frame 5 (5 of 10)

Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0006.exr
Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0006.exr took 5.30 seconds
Frame 6 (6 of 10)

Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0007.exr
Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0007.exr took 5.21 seconds
Frame 7 (7 of 10)

Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0008.exr
Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0008.exr took 5.46 seconds
Frame 8 (8 of 10)

Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0009.exr
Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0009.exr took 5.20 seconds
Frame 9 (9 of 10)

Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0010.exr
Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0010.exr took 5.40 seconds
Frame 10 (10 of 10)

Total render time: 1 minute, 0 seconds
Allocated 132MiB, 2% of usage limit of 8GiB, sbrk = 4.17GiB.
free_*() calls: 0, new_handler() cleanups: 0.

Total private writable resident mapped memory: 154M
Total mapped buffer memory (approx): 132M
Memory efficiency: 99%
Estimated fragmentation: 1M
Average loss rate: 0.0490

Node: Read1

Read
total usage: 124MB
user data:
cacheRegion 3680x2811
channels rgb
usage 100%
weight 0x832

Total Memory Usage: 124MB[/code]

Rebooted node, submitted to deadline (on this same node) and errors as in original post. So definitely Deadline related issue somehow.

Anything else i could do / test / provide you with ?

(p.s. have it no matter what OSX version the node has. Have a mix of 10.7.4 and Maverick machines. Same issue.

Updating to beta 13 now to see if behavior changes…

Thanks for running that test. If beta 13 doesn’t fix the problem, there is one key difference between your test and how it runs through Deadline.

The Nuke script file is being submitted with the Deadline job, so it is being copied locally before rendering. The problems you’re seeing could be caused by this. Try submitting the job again, but this time disable the option to submit the Nuke file with the job. You will also have to disable path mapping in the Nuke Plugin configuration from the Tools Menu in the Monitor. Now, Deadline should render the scene file directly from /Volumes/SAN-FCP/DEADLINE/Resources/test_bla.nk.

If that doesn’t help either, we’ll have to do some more digging…

Cheers,
Ryan

I am afraid we have to do more digging.

Submitted without script copy and disabled path mapping on beta 13 … Same difference

[code]

Error

Error in RenderTasks: ImportError: dlopen(/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/PySide/QtGui.so, 2): Symbol not found: _ZN7QLayout11adoptLayoutEPS
at Deadline.Plugins.ScriptPlugin.RenderTasks (System.String taskId, Int32 startFrame, Int32 endFrame, System.String& outMessage, FranticX.Processes.AbortLevel& abortLevel) [0x00000] in :0

=======================================================
Type

RenderPluginException

=======================================================
Stack Trace

at Deadline.Plugins.Plugin.RenderTask (System.String taskId, Int32 startFrame, Int32 endFrame) [0x00000] in :0
at Deadline.Slaves.SlaveRenderThread.RenderCurrentTask (Deadline.IO.TaskLogWriter tlw) [0x00000] in :0

=======================================================
Full Log

0: Task timeout is disabled.
0: Loaded job: Untitled_v5 (52aa3478c4802d78cca7972c)
0: INFO: Executing plugin script /Users/glennv/Library/Application Support/Thinkbox/Deadline6/slave/tach-srv1/plugins/52aa3478c4802d78cca7972c/Nuke.py
0: INFO: About: Nuke Plugin for Deadline
0: INFO: The current environment will be used for rendering
0: INFO: Scrubbing the LD and DYLD LIBRARY paths
0: INFO: Prepping OFX cache
0: INFO: Checking Nuke temp path: /var/tmp/nuke-u501
0: INFO: Path already exists
0: INFO: OFX cache prepped
0: Plugin rendering frame(s): 1-10
0: INFO: Stdout Handling Enabled: True
0: INFO: Popup Handling Enabled: True
0: INFO: Using Process Tree: True
0: INFO: Hiding DOS Window: True
0: INFO: Creating New Console: False
0: INFO: Executable: “/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/Nuke8.0v1”
0: INFO: Rendering with NukeX
0: INFO: This slave is in the interactive license list - an interactive license will be used instead of a render license
0: INFO: Argument: -V --nukex -i -x -F 1-10 “/Volumes/SAN-FCP/DEADLINE/Resources/test_bla.nk”
0: INFO: Startup Directory: “/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS”
0: INFO: Process Priority: BelowNormal
0: INFO: Process Affinity: default
0: INFO: Process is now running
0: STDOUT: NukeX 8.0v1, 64 bit, built Dec 2 2013.
0: STDOUT: Copyright © 2013 The Foundry Visionmongers Ltd. All Rights Reserved.
0: STDOUT: Loading /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/_pathsetup.py
0: STDOUT: Loading /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/init.tcl
0: STDOUT: Loading /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/init.py
0: STDOUT: Traceback (most recent call last):
0: STDOUT: File “/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/init.py”, line 18, in
0: STDOUT: import nukescripts.ViewerProcess
0: STDOUT: File “/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/nukescripts/init.py”, line 31, in
0: STDOUT: from scripteditorknob import *
0: STDOUT: File “/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/nukescripts/scripteditorknob.py”, line 2, in
0: STDOUT: from PySide.QtGui import *
0: STDOUT: ImportError: dlopen(/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/PySide/QtGui.so, 2): Symbol not found: _ZN7QLayout11adoptLayoutEPS
0: STDOUT: Referenced from: /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/PySide/QtGui.so
0: STDOUT: Expected in: /Applications/Thinkbox/Deadline6/DeadlineSlave.app/Contents/Resources/Frameworks/QtGui.framework/Versions/4/QtGui
0: STDOUT: in /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/PySide/QtGui.so
0: STDOUT: /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/init.py : error interpreting this plugin

=======================================================
Details

Date: 12/12/2013 23:11:42
Frames: 1-10
Elapsed Time: 00:00:00:03
Job Submit Date: 12/12/2013 23:11:04
Job User: glennv
Average RAM Usage: 6422585856 (38%)
Peak RAM Usage: 6440050688 (38%)
Average CPU Usage: 39%
Peak CPU Usage: 98%

=======================================================
Slave Information

Slave Name: tach-srv1
Version: v6.1.0.54062 R
Operating System: Mac OS X Server 10.7.4
Machine User: glennv
IP Address: 192.168.200.2
MAC Address: c8:2a:14:55:23:85
CPU Architecture: x86_64
CPUs: 8
CPU Usage: 3%
Memory Usage: 6.0 GB / 16.0 GB (37%)
Free Disk Space: 132.033 GB
Video Card: Apple 57762-A0[/code]

p.s. If i submit the same job identically to Nuke 7.0v9 it runs like a smooth oiled baby. Realy wierd you guys did not get this at all. Must be something realy wierd then on my setup only effecting Deadline in combo with Nuke 8…
My unfounded guy still says python that comes with Nuke vs which comes with Deadline. But then again , then you should have seen it if you tested on 8.

What about this section of the error. Where it tries to load /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/PySide/QtGui.so and missing a required symbol which it expects in
/Applications/Thinkbox/Deadline6/DeadlineSlave.app/Contents/Resources/Frameworks/QtGui.framework/Versions/4/QtGui

That is definately different then the commandline call outside Deadline right ?

0: STDOUT: ImportError: dlopen(/Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/PySide/QtGui.so, 2): Symbol not found: __ZN7QLayout11adoptLayoutEPS_ 0: STDOUT: Referenced from: /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/plugins/PySide/QtGui.so 0: STDOUT: Expected in: /Applications/Thinkbox/Deadline6/DeadlineSlave.app/Contents/Resources/Frameworks/QtGui.framework/Versions/4/QtGui

As a reference here the output when ran on 7.0v9

0: Loaded job: Untitled_v6 (52aa397ac4802d78cca7972d) 0: INFO: Executing plugin script /Users/glennv/Library/Application Support/Thinkbox/Deadline6/slave/tach-srv1/plugins/52aa397ac4802d78cca7972d/Nuke.py 0: INFO: About: Nuke Plugin for Deadline 0: INFO: The current environment will be used for rendering 0: INFO: Scrubbing the LD and DYLD LIBRARY paths 0: INFO: Prepping OFX cache 0: INFO: Checking Nuke temp path: /var/tmp/nuke-u501 0: INFO: Path already exists 0: INFO: OFX cache prepped 0: Plugin rendering frame(s): 1-10 0: INFO: Stdout Handling Enabled: True 0: INFO: Popup Handling Enabled: True 0: INFO: Using Process Tree: True 0: INFO: Hiding DOS Window: True 0: INFO: Creating New Console: False 0: INFO: Executable: "/Applications/Nuke7.0v9/Nuke7.0v9.app/Contents/MacOS/Nuke7.0v9" 0: INFO: Rendering with NukeX 0: INFO: This slave is in the interactive license list - an interactive license will be used instead of a render license 0: INFO: Argument: -V --nukex -i -x -F 1-10 "/Volumes/SAN-FCP/DEADLINE/Resources/test_bla.nk" 0: INFO: Startup Directory: "/Applications/Nuke7.0v9/Nuke7.0v9.app/Contents/MacOS" 0: INFO: Process Priority: BelowNormal 0: INFO: Process Affinity: default 0: INFO: Process is now running 0: STDOUT: NukeX 7.0v9, 64 bit, built Sep 12 2013. 0: STDOUT: Copyright (c) 2013 The Foundry Visionmongers Ltd. All Rights Reserved. 0: STDOUT: Loading /Applications/Nuke7.0v9/Nuke7.0v9.app/Contents/MacOS/plugins/init.tcl 0: STDOUT: Loading /Applications/Nuke7.0v9/Nuke7.0v9.app/Contents/MacOS/plugins/init.py 0: STDOUT: Loading /Applications/Nuke7.0v9/Nuke7.0v9.app/Contents/MacOS/plugins/setenv.tcl 0: STDOUT: Loading /Applications/Nuke7.0v9/Nuke7.0v9.app/Contents/MacOS/plugins/Tracker3.dylib 0: STDOUT: Loading /Applications/Nuke7.0v9/Nuke7.0v9.app/Contents/MacOS/plugins/formats.tcl 0: STDOUT: Loading /Applications/Nuke7.0v9/Nuke7.0v9.app/Contents/MacOS/plugins/getenv.tcl 0: STDOUT: [23:32.50] Warning: /Volumes/SAN-FCP/DEADLINE/Resources/test_bla.nk is for nuke8.0v1; this is nuke7.0v9 0: STDOUT: Loading /Applications/Nuke7.0v9/Nuke7.0v9.app/Contents/MacOS/plugins/tifReader.tcl 0: STDOUT: Loading /Applications/Nuke7.0v9/Nuke7.0v9.app/Contents/MacOS/plugins/tiffReader.dylib 0: STDOUT: Loading /Applications/Nuke7.0v9/Nuke7.0v9.app/Contents/MacOS/plugins/exrWriter.dylib 0: STDOUT: [23:32:50 CET] Read nuke script: /Volumes/SAN-FCP/DEADLINE/Resources/test_bla.nk 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0001.exr .1.2.3.4.5.6.7.8.9 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0001.exr took 5.54 seconds 0: STDOUT: Frame 1 (1 of 10) ---- 2013/12/12 23:33 ---- 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0002.exr .1.2.3.4.5.6.7.8.9 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0002.exr took 5.41 seconds 0: STDOUT: Frame 2 (2 of 10) 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0003.exr .1.2.3.4.5.6.7.8.9 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0003.exr took 5.41 seconds 0: STDOUT: Frame 3 (3 of 10) 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0004.exr .1.2.4.5.6.7.8.9 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0004.exr took 5.51 seconds 0: STDOUT: Frame 4 (4 of 10) 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0005.exr .1.2.4.5.6.7.8.9 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0005.exr took 5.39 seconds 0: STDOUT: Frame 5 (5 of 10) 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0006.exr .1.2.3.4.5.6.7.8.9 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0006.exr took 5.63 seconds 0: STDOUT: Frame 6 (6 of 10) 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0007.exr .1.2.4.5.6.7.8.9 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0007.exr took 5.40 seconds 0: STDOUT: Frame 7 (7 of 10) 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0008.exr .1.2.3.4.5.6.7.8.9 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0008.exr took 5.36 seconds 0: STDOUT: Frame 8 (8 of 10) 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0009.exr .1.2.3.4.5.6.7.8.9 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0009.exr took 5.40 seconds 0: STDOUT: Frame 9 (9 of 10) 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0010.exr .1.2.3.4.5.6.7.8.9 0: STDOUT: Writing /Volumes/DEADLINE/RENDERS/test/seq_v1/output_0010.exr took 5.44 seconds 0: STDOUT: Frame 10 (10 of 10) 0: STDOUT: Total render time: 54 seconds 0: STDOUT: Allocated 119MiB, 1% of usage limit of 8GiB, sbrk = 4.32GiB. 0: STDOUT: free_*() calls: 0, new_handler() cleanups: 0. 0: STDOUT: Total private writable resident mapped memory: 143M 0: STDOUT: Total mapped buffer memory (approx): 121M 0: STDOUT: Memory efficiency: 98% 0: STDOUT: Estimated fragmentation: 2M 0: STDOUT: Average loss rate: 0.0984 0: STDOUT: Node: Read1 0: STDOUT: ====================================================== 0: STDOUT: Read 0: STDOUT: total usage: 124MB 0: STDOUT: user data: 0: STDOUT: cacheRegion 3680x2811 0: STDOUT: channels rgb 0: STDOUT: usage 100% 0: STDOUT: weight 0x1bfa 0: STDOUT: Total Memory Usage: 124MB 0: INFO: Process exit code: 0

Thanks for the logs. We’re able to reproduce the problem now, and we’re investigating.

Cheers,
Ryan

No problem. Glad to help.

Just let me know if you want me to do some specific test.

I think we have a fix. To test, unzip the attached file to \your\repository\plugins\Nuke and overwrite the existing Nuke.py file. Then submit a new job and let us know if it works.

Thanks!
Ryan
Nuke.zip (5.05 KB)

Works perfectly !!!

Great stuff man. Quick fix.

Thanks for confirming! We’ll be rolling out the fix with beta 14.

Privacy | Site terms | Cookie preferences