Skip to content
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

Render is not recognized as an internal or external command #1349

Open
jin-raii opened this issue Mar 5, 2024 · 2 comments
Open

Render is not recognized as an internal or external command #1349

jin-raii opened this issue Mar 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jin-raii
Copy link

jin-raii commented Mar 5, 2024

Everything else works but when the job is about to start the jobs gets Dead
Whether i try to render maya, nuke or blender files the cuesubmit works and in the cuetopia window render progress stays at 0%.
and, after a while the job gets Dead and in the log i get Render is not recognized error.

Expected behavior
Render jobs

Screenshots
logs

Version Number
v0.22.14

@jin-raii jin-raii added the bug Something isn't working label Mar 5, 2024
@jin-raii
Copy link
Author

jin-raii commented Mar 6, 2024

Solved.

For those who stumble across this issue in future. I was able to give Render.exe full path in Cuesubmit/Constants.py file for Maya.
MAYA_RENDER_CMD = config.get('MAYA_RENDER_CMD', r'"C:\Program Files\Autodesk\Maya2020\bin\Render.exe"')

@n-jay
Copy link
Contributor

n-jay commented May 27, 2024

Hi @jin-raii, if this is resolved, kindly consider closing this issue so it's easier for others to quickly identify the working solution when searching for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants