Creating a Vray DBR job for max2025

Hello!

I’m trying to start a VrayDBR job, but it seems like it hasn’t been supported since max 2025.

So far I’ve tried editing VraySpawner.parm to add the correct plugin path by adding.

[VRaySpawnerExecutable_Max2025]
Type=multilinemultifilename
Label=3ds Max 2025 Spawner Executable
Category=V-Ray Spawner Executables for 3ds Max
CategoryOrder=0
CategoryIndex=7
Default=C:\ProgramData\Autodesk\ApplicationPlugins\VRay3dsMax2025\bin\vrayspawner2025.exe
Description=The path to the V-Ray Spawner executable file for 3ds Max 2025. Enter alternative paths on separate lines.

The Vray spawner job starts and it appears to Launch the spawner. But then I get this error.

Error

Error: No method matches given arguments for DeadlinePlugin.LogStdout: (<class ‘bytes’>) (Python.Runtime.PythonException)
File “C:\ProgramData\Thinkbox\Deadline10\workers\Render-32\plugins\674f2b4f88123f71f75e3e3d\VraySpawner.py”, line 181, in GetSpawnerLog
self.LogStdout( b"SPAWNER: " + re.sub(br’.[.]\s{4}’, b’’, lines[i], 1 ) + b"\n" )
File “C:\ProgramData\Thinkbox\Deadline10\workers\Render-32\plugins\674f2b4f88123f71f75e3e3d\VraySpawner.py”, line 161, in RenderTasks
spawnerLogFileLoc = self.GetSpawnerLog( spawnerLogFile, spawnerLogFileLoc )
at Python.Runtime.PythonException.ThrowLastAsClrException() in C:\thinkbox-conda\conda-bld\dotnet_pythonnet_1726863100822\work\src\runtime\PythonException.cs:line 53
at Python.Runtime.Dispatcher.TrueDispatch(Object[] args) in C:\thinkbox-conda\conda-bld\dotnet_pythonnet_1726863100822\work\src\runtime\DelegateManager.cs:line 242
at Python.Runtime.Dispatcher.Dispatch(Object[] args) in C:\thinkbox-conda\conda-bld\dotnet_pythonnet_1726863100822\work\src\runtime\DelegateManager.cs:line 208
at __FranticX_GenericDelegate0Dispatcher.Invoke()
at Deadline.Plugins.DeadlinePlugin.RenderTasks()
at Deadline.Plugins.DeadlinePlugin.DoRenderTasks()
at Deadline.Plugins.PluginWrapper.RenderTasks(Task task, String& outMessage, AbortLevel& abortLevel)
---------- Inner Stack Trace (Python.Runtime.PythonException) ----------

at Deadline.Plugins.PluginWrapper.RenderTasks(Task task, String& outMessage, AbortLevel& abortLevel)

=======================================================

Please can you help.

Thanks