Deadline used to work perfectly for me. Didn’t use it for a few months and now I get this:
=======================================================
Error
Error: Renderer returned non-zero error code, 11. Check the log for more information.
at Deadline.Plugins.PluginWrapper.RenderTasks(Task task, String& outMessage, AbortLevel& abortLevel)
=======================================================
Type
RenderPluginException
=======================================================
Stack Trace
at Deadline.Plugins.SandboxedPlugin.d(DeadlineMessage bgu, CancellationToken bgv)
at Deadline.Plugins.SandboxedPlugin.RenderTask(Task task, CancellationToken cancellationToken)
at Deadline.Slaves.SlaveRenderThread.c(TaskLogWriter ajz, CancellationToken aka)
=======================================================
Log
2023-12-18 16:18:40: 0: Loading Job’s Plugin timeout is Disabled
2023-12-18 16:18:40: 0: SandboxedPlugin: Render Job As User disabled, running as current user ‘rioux’
2023-12-18 16:18:42: 0: Executing plugin command of type ‘Initialize Plugin’
2023-12-18 16:18:42: 0: INFO: Executing plugin script ‘C:\ProgramData\Thinkbox\Deadline10\workers\AMD\plugins\6580b72fe2543eb13e211a69\Blender.py’
2023-12-18 16:18:42: 0: INFO: Plugin execution sandbox using Python version 3
2023-12-18 16:18:42: 0: INFO: About: Blender Plugin for Deadline
2023-12-18 16:18:42: 0: INFO: The job’s environment will be merged with the current environment before rendering
2023-12-18 16:18:42: 0: Done executing plugin command of type ‘Initialize Plugin’
2023-12-18 16:18:42: 0: Start Job timeout is disabled.
2023-12-18 16:18:42: 0: Task timeout is disabled.
2023-12-18 16:18:42: 0: Loaded job: deadlinetest (6580b72fe2543eb13e211a69)
2023-12-18 16:18:43: 0: Executing plugin command of type ‘Start Job’
2023-12-18 16:18:43: 0: DEBUG: S3BackedCache Client is not installed.
2023-12-18 16:18:43: 0: INFO: Executing global asset transfer preload script ‘C:\ProgramData\Thinkbox\Deadline10\workers\AMD\plugins\6580b72fe2543eb13e211a69\GlobalAssetTransferPreLoad.py’
2023-12-18 16:18:43: 0: INFO: Looking for legacy (pre-10.0.26) AWS Portal File Transfer…
2023-12-18 16:18:43: 0: INFO: Looking for legacy (pre-10.0.26) File Transfer controller in C:/Program Files/Thinkbox/S3BackedCache/bin/task.py…
2023-12-18 16:18:43: 0: INFO: Could not find legacy (pre-10.0.26) AWS Portal File Transfer.
2023-12-18 16:18:43: 0: INFO: Legacy (pre-10.0.26) AWS Portal File Transfer is not installed on the system.
2023-12-18 16:18:43: 0: Done executing plugin command of type ‘Start Job’
2023-12-18 16:18:43: 0: Plugin rendering frame(s): 1-10
2023-12-18 16:18:43: 0: Executing plugin command of type ‘Render Task’
2023-12-18 16:18:43: 0: INFO: Blender job starting…
2023-12-18 16:18:43: 0: INFO: Stdout Redirection Enabled: True
2023-12-18 16:18:43: 0: INFO: Stdout Handling Enabled: True
2023-12-18 16:18:43: 0: INFO: Popup Handling Enabled: False
2023-12-18 16:18:43: 0: INFO: Using Process Tree: True
2023-12-18 16:18:43: 0: INFO: Hiding DOS Window: True
2023-12-18 16:18:43: 0: INFO: Creating New Console: False
2023-12-18 16:18:43: 0: INFO: Running as user: rioux
2023-12-18 16:18:43: 0: INFO: Executable: “C:\Program Files\Blender Foundation\Blender 3.5\blender.exe”
2023-12-18 16:18:43: 0: INFO: Argument: -b “C:\Users\rioux\Desktop\deadlinetest.blend” -t 0 -x 1 -o “C:\tmp\deadlineTest_####.jpg” -s 1 -e 10 -a
2023-12-18 16:18:43: 0: INFO: Full Command: “C:\Program Files\Blender Foundation\Blender 3.5\blender.exe” -b “C:\Users\rioux\Desktop\deadlinetest.blend” -t 0 -x 1 -o “C:\tmp\deadlineTest_####.jpg” -s 1 -e 10 -a
2023-12-18 16:18:43: 0: INFO: Startup Directory: “C:\Program Files\Blender Foundation\Blender 3.5”
2023-12-18 16:18:43: 0: INFO: Process Priority: BelowNormal
2023-12-18 16:18:43: 0: INFO: Process Affinity: default
2023-12-18 16:18:43: 0: INFO: Process is now running
2023-12-18 16:18:44: 0: STDOUT: File “C:\Program Files\Blender Foundation\Blender 3.5\3.5\scripts\modules\addon_utils.py”, line 369, in enable
2023-12-18 16:18:44: 0: STDOUT: mod.register()
2023-12-18 16:18:44: 0: STDOUT: File “C:\Users\rioux\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\lightning_boy_shader_init_.py”, line 89, in register
2023-12-18 16:18:44: 0: STDOUT: register_keymap( “Node Editor”, “NODE_EDITOR”, operators.NODE_OT_lbs_toggle_advanced, “TAB”, “PRESS” )
2023-12-18 16:18:44: 0: STDOUT: File “C:\Users\rioux\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\lightning_boy_shader_init_.py”, line 76, in register_keymap
2023-12-18 16:18:44: 0: STDOUT: km = kc.keymaps.new(name = name, space_type = space_type )
2023-12-18 16:18:44: 0: STDOUT: AttributeError: ‘NoneType’ object has no attribute ‘keymaps’
2023-12-18 16:18:44: 0: STDOUT: WARN (bgl): C:\Users\blender\git\blender-v350\blender.git\source\blender\python\generic\bgl.c:2656 BPyInit_bgl: ‘bgl’ imported without an OpenGL backend. Please update your add-ons to use the ‘gpu’ module. In Blender 4.0 ‘bgl’ will be removed.
2023-12-18 16:18:45: 0: STDOUT: Traceback (most recent call last):
2023-12-18 16:18:45: 0: STDOUT: File “C:\Program Files\Blender Foundation\Blender 3.5\3.5\scripts\modules\addon_utils.py”, line 369, in enable
2023-12-18 16:18:45: 0: STDOUT: mod.register()
2023-12-18 16:18:45: 0: STDOUT: File “C:\Users\rioux\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\drop_it_init_.py”, line 409, in register
2023-12-18 16:18:45: 0: STDOUT: km = wm.keyconfigs.addon.keymaps.new(name=‘3D View’, space_type=‘VIEW_3D’)
2023-12-18 16:18:45: 0: STDOUT: AttributeError: ‘NoneType’ object has no attribute ‘keymaps’
2023-12-18 16:18:45: 0: STDOUT: Traceback (most recent call last):
2023-12-18 16:18:45: 0: STDOUT: File “C:\Program Files\Blender Foundation\Blender 3.5\3.5\scripts\modules\addon_utils.py”, line 333, in enable
2023-12-18 16:18:45: 0: STDOUT: mod = import(module_name)
2023-12-18 16:18:45: 0: STDOUT: File “C:\Users\rioux\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\rprblender_init_.py”, line 40, in
2023-12-18 16:18:45: 0: STDOUT: from .engine.engine import Engine
2023-12-18 16:18:45: 0: STDOUT: File “C:\Users\rioux\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\rprblender\engine_init_.py”, line 55, in
2023-12-18 16:18:45: 0: STDOUT: pyrpr.init(rpr_lib_dir, logging.Log(tag=‘core’), config.pyrpr_log_calls)
2023-12-18 16:18:45: 0: STDOUT: File “C:\Users\rioux\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\rprblender\pyrpr.py”, line 108, in init
2023-12-18 16:18:45: 0: STDOUT: ctypes.CDLL(str(lib_dir / lib_name))
2023-12-18 16:18:45: 0: STDOUT: File “C:\Program Files\Blender Foundation\Blender 3.5\3.5\python\lib\ctypes_init_.py”, line 374, in init
2023-12-18 16:18:45: 0: STDOUT: self._handle = _dlopen(self._name, mode)
2023-12-18 16:18:45: 0: STDOUT: FileNotFoundError: Could not find module ‘C:\Users\rioux\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\rprblender\RadeonProRender64.dll’ (or one of its dependencies). Try using the full path with constructor syntax.
2023-12-18 16:18:45: 0: STDOUT: Blender 3.5.1 (hash e1ccd9d4a1d3 built 2023-04-24 23:56:35)
2023-12-18 16:18:45: 0: STDOUT: Read prefs: C:\Users\rioux\AppData\Roaming\Blender Foundation\Blender\3.5\config\userpref.blend
2023-12-18 16:18:45: 0: STDOUT: Warning: ‘FixColorSpace_PT_Panel’ doesn’t have upper case alpha-numeric prefix
2023-12-18 16:18:45: 0: STDOUT: WARN (bke.customdata): C:\Users\blender\git\blender-v350\blender.git\source\blender\blenkernel\intern\customdata.cc:4319 CustomData_layer_ensure_data_exists: CustomDataLayer->data is NULL for type 46.
2023-12-18 16:18:45: 0: STDOUT: Error : EXCEPTION_ACCESS_VIOLATION
2023-12-18 16:18:45: 0: STDOUT: Address : 0x00007FF6099CE1F2
2023-12-18 16:18:45: 0: STDOUT: Module : blender.exe
2023-12-18 16:18:45: 0: STDOUT: Thread : 0000a5c8
2023-12-18 16:18:45: 0: STDOUT: Read blend: C:\Users\rioux\Desktop\deadlinetest.blend
2023-12-18 16:18:45: 0: STDOUT: Writing: C:\Users\rioux\AppData\Local\Temp\blender.crash.txt
2023-12-18 16:18:46: 0: INFO: Process exit code: 11
2023-12-18 16:18:46: 0: Done executing plugin command of type ‘Render Task’
=======================================================
Details
Date: 12/18/2023 16:18:49
Frames: 1-10
Elapsed Time: 00:00:00:09
Job Submit Date: 12/18/2023 16:18:39
Job User: rioux
Average RAM Usage: 55722323968 (21%)
Peak RAM Usage: 55722323968 (21%)
Average CPU Usage: 1%
Peak CPU Usage: 3%
Used CPU Clocks (x10^6 cycles): 13154
Total CPU Clocks (x10^6 cycles): 1315319
=======================================================
Worker Information
Worker Name: AMD
Version: v10.3.1.3 Release (2807fcb2a)
Operating System: Windows 11 Pro
Running As Service: No
Machine User: rioux
IP Address: 192.168.0.100
MAC Address: 3C:EC:EF:D3:A5:84
CPU Architecture: x64
CPUs: 64
CPU Usage: 1%
Memory Usage: 51.9 GB / 255.9 GB (20%)
Free Disk Space: 5.123 TB (67.623 GB on C:, 1.714 TB on D:, 420.405 GB on E:, 2.932 TB on F:)
Video Card: NVIDIA RTX 6000 Ada Generation