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

[rqd] Add SYSTEMDRIVE to env var list for Windows machines #1341

Conversation

angelali-ms
Copy link
Contributor

Link the Issue(s) this Pull Request is related to.
Fixes #1310

Summarize your change.
When running a mayabatch.exe command in RQD on Windows, the application errors out, saying it's unable to start correctly. It turns out mayabatch.exe requires the SYSTEMDRIVE environment variable to be set on Windows machines. After adding this env var manually, mayabatch.exe runs as expected.

This change will add SYSTEMDRIVE to the default list of environment variables that will be copied over to the subprocess on Windows RQD machines. This will also solve the problem of Maya Render jobs failing out of the box on Windows machines when launching from CueSubmit.

Copy link

linux-foundation-easycla bot commented Feb 3, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: angelali-ms / name: Angela Li (89ae4ae)

@bcipriano
Copy link
Collaborator

Nice find!

@bcipriano bcipriano merged commit a694b8d into AcademySoftwareFoundation:master Feb 7, 2024
12 checks passed
@angelali-ms angelali-ms deleted the fix-rqd_add_windows_env_var branch February 17, 2024 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mayabatch.exe - application error
2 participants