-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Opening the 3ds Max Submitter fails with "runtime error : Failed to open file run_ui.py" #27
Comments
3dsMax Version 2024.2.1 Update I followed the instruction for manual installation at Manual installation
I got the same error:
Hope to : Currently, We are using Deadline into our on premise Netwrok system to render these images using 3dsmax Scripts. In the deadline submitter we have option to run Max Scripts |
Hello everybody, |
Seems like the step |
Hi,
I've joined the entire log. nxp3d-farm_nxp3d-farm-queue_session-58a88a23f3e74a189f0c64528e137c1d.log |
Hi, |
Just following up on this, I've been struggling to get things rendering (3dsmax would just open and not run any actions) and installing it into the runtime fixed it. I compiled my notes into a gist here for anyone running into the same issues. |
I updated the manual installation instructions. The |
Expected Behaviour
After installing the submitter with the steps in DEVELOPMENT.md the submitter opens and can submit jobs.
Current Behaviour
When opening Deadline cloud submitter in 3dsmax, "runtime error : Failed to open file run_ui.py" is displayed and it cannot be opened.
Reproduction Steps
Install the submitter with the steps from DEVELOPMENT.md.
As a workaround these steps work (requires the project to be built):
Full steps to install 3dsMax submitter:
STDCMenuCreator.ms
into your 3DS Max startup scripts (e.g.C:\Program Files\Autodesk\<version>\scripts\Startup
)AWSDeadline-SubmitToDeadlineCloud.mcr
in 3ds Max usermacros directory (e.g.C:\Users\<username>\AppData\Local\Autodesk\3dsMax\<version>\ENU\usermacros
).deadline
package toC:\Users\<username>\DeadlineCloudSubmitter\Submitters\3dsMax\scripts
using a Python 3.9 installation (for compatibility with Max)pip install deadline -t C:\Users\<username>\DeadlineCloudSubmitter\Submitters\3dsMax\scripts
_version.py
file into the<repository root>\src\deadline\max_submitter
directory.python
folder in your scripts directory (e.g.C:\Users\<username>\AppData\Local\Autodesk\3dsMax\<version>\ENU\scripts
).max_submitter
folder into that newly createdpython
folder and intoC:\Users\<username>\DeadlineCloudSubmitter\Submitters\3dsMax\scripts
.Duplicating the contents of max_submitter in two spots is overkill, but the finer points of what's getting pulled from where isn't clear to me at the moment. :)
The text was updated successfully, but these errors were encountered: