Thanks for the update team.
I’m facing a couple of problems I can’t seem to be able to resolve.
Everything worked fine, and still does work with max 2023 and Corona 9, but for some reason I’m getting these 2 type of errors, that I think are somehow related, when working with max 2025 and Corona 12:
Error 1:
This seems related to deadline not being able to load the additional plugins, and I’m wondering if it’s something like what happened in this post on the forum about max 2024
(I think, but don’t believe me as I’m just guessing and by no means I’m a deadline expert)
I’ve tried to add the Plugin.UserSettings.ini file copying from the ENU folder of Max 2025 on my workstation into the nodes’ ENU folder as the nodes didn’t seem to have that file in the ENU folder at all. That didn’t work and the errors remained the same.
=======================================================
Error
=======================================================
Error: FailRenderException : RenderTask: Unexpected exception (Failed to open the max renderer.
)
at Deadline.Plugins.DeadlinePlugin.FailRender(String message) (Python.Runtime.PythonException)
File "C:\ProgramData\Thinkbox\Deadline10\workers\GD-RN-01\plugins\66f43600df07f83d6a55b824\3dsmax.py", line 407, in RenderTasks
self.MyMaxController.RenderTasks()
File "C:\ProgramData\Thinkbox\Deadline10\workers\GD-RN-01\plugins\66f43600df07f83d6a55b824\3dsmax.py", line 1636, in RenderTasks
self.RenderFrame(frame)
File "C:\ProgramData\Thinkbox\Deadline10\workers\GD-RN-01\plugins\66f43600df07f83d6a55b824\3dsmax.py", line 2533, in RenderFrame
self.PollUntilComplete(not self.DisableProgressUpdateTimeout)
File "C:\ProgramData\Thinkbox\Deadline10\workers\GD-RN-01\plugins\66f43600df07f83d6a55b824\3dsmax.py", line 3009, in PollUntilComplete
self.Plugin.FailRender("RenderTask: Unexpected exception (%s)" % e.Message)
at Python.Runtime.Dispatcher.Dispatch(ArrayList args)
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)
at Deadline.Plugins.PluginWrapper.RenderTasks(Task task, String& outMessage, AbortLevel& abortLevel)
=======================================================
Type
=======================================================
RenderPluginException
=======================================================
Stack Trace
=======================================================
at Deadline.Plugins.SandboxedPlugin.d(DeadlineMessage bgo, CancellationToken bgp)
at Deadline.Plugins.SandboxedPlugin.RenderTask(Task task, CancellationToken cancellationToken)
at Deadline.Slaves.SlaveRenderThread.c(TaskLogWriter ajt, CancellationToken aju)
=======================================================
Error 2:
This seems to be related to deadline having difficulties to identify which version to load and trying to load plugins for max 2023 while using max 2025 (the last 4 lines)
=======================================================
Error
=======================================================
Error: FailRenderException : RenderTask: Unexpected exception (Failed to open the max renderer.
2024/09/25 19:27:03 INF: [09652] [06336] Not displaying the splash screen because 3ds Max is running in server mode.
2024/09/25 19:27:04 DBG: [09652] [06336] ADP Initialize: Skipped
2024/09/25 19:27:04 DBG: [09652] [06336] Starting network
2024/09/25 19:27:04 INF: [09652] [06336] Application started with secure mode state 'OFF'
2024/09/25 19:27:04 INF: [09652] [06336] Application started with safe scene state 'ON'
2024/09/25 19:27:04 INF: [09652] [06336] Product version: 3ds Max 2025.2 (27.2.0.20885)
2024/09/25 19:27:04 INF: [09652] [06336] Data collection and use is 'OFF'. Change your participation anytime in the Help menu of 3ds Max.
2024/09/25 19:27:04 DBG: [09652] [06336] Could not find the specified file in DefaultSettingsParser::parse()
2024/09/25 19:27:05 ERR: [09652] [06336] DLL <C:\Program Files\Autodesk\3ds Max 2023\Plugins\FloorGenerator_max2023_64bit.dlm> failed to initialize. Error code 127 - The specified procedure could not be found.
2024/09/25 19:27:05 ERR: [09652] [06336] DLL <C:\Program Files\Autodesk\3ds Max 2023\Plugins\ChaosScatterMax2023.dlt> failed to initialize properly - not loading.
2024/09/25 19:27:05 ERR: [09652] [06336] DLL <C:\Program Files\Autodesk\3ds Max 2023\Plugins\CoronaMaxUtils2023.dlt> failed to initialize properly - not loading.
2024/09/25 19:27:05 ERR: [09652] [06336] DLL <C:\Program Files\Autodesk\3ds Max 2023\Plugins\CoronaMax2023.dlr> failed to initialize properly - not loading.
These 2 errors seems to alternate each other, happening one after the other.
All I’ve done is overriding the files as described in the first post of this conversation.
Any help is greatly appreciated.
Thanks