-
Notifications
You must be signed in to change notification settings - Fork 337
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
Rez environment not evaluated in time for command on Windows #746
Comments
Hello,
This is almost certainly a regression introduced in v2.35.0. Others
have reported similar issues.
The good news is that there's a PR in to fix this, and we'll be merging it
really soon! In the meantime, if you're able, could you test with
https://github.com/bfloch/rez/tree/enhancements_for_shell_plugins and
report back?
Said PR: #698
Thx,
A
…On Wed, Sep 11, 2019 at 7:33 PM bsilvaLS ***@***.***> wrote:
Hello! We're using Rez with the Shotgun Toolkit, and I've just updated to
the latest Rez version. In the latest, the rez_app_launch.py script is
failing here:
https://github.com/nerdvegas/rez/blob/9aaf75c16a2705d50b44e3ef08e6737b2066357d/src/support/shotgun_toolkit/rez_app_launch.py#L134
In fact, if I run that command myself at the command prompt, now I just
get back the environment variable string instead of the path:
> rez-env rez -- echo %REZ_REZ_ROOT%
%REZ_REZ_ROOT%
I've narrowed this down to v2.35.0 -- it works fine in v2.34.0, so I
suspect this is an unintended consequence of the Windows changes made in
that version.
Any ideas? Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#746>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMOUSS24PGEWOPPBWR22ILQJC3PHANCNFSM4IVRRBOA>
.
|
That's great news! I cloned/installed the bfloch fork, and it all seems to be working again:
(Clearly I need to update that package, too.) Thanks a lot! |
Great, thanks for the test. Merge coming soon,
A
…On Wed, 11 Sep. 2019, 20:40 bsilvaLS, ***@***.***> wrote:
That's great news!
I cloned/installed the bfloch fork, and it all seems to be working again:
rez-install\bfloch\Scripts\rez> rez-env rez -- echo %REZ_REZ_ROOT%
\\...\rez-packages\ext\rez\2.18.0\platform-windows
(Clearly I need to update that package, too.)
Thanks a lot!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#746>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMOUSU6KPZQR632UKRPF23QJDDJJANCNFSM4IVRRBOA>
.
|
@bsilvaLS This fork has been released as https://github.com/nerdvegas/rez/releases/tag/2.47.0 |
@bfloch I've been testing this for a few days and so far it works great! Thanks a lot for your work. |
Glad to hear. |
Hello! We're using Rez with the Shotgun Toolkit, and I've just updated to the latest Rez version. In the latest, the rez_app_launch.py script is failing here:
https://github.com/nerdvegas/rez/blob/9aaf75c16a2705d50b44e3ef08e6737b2066357d/src/support/shotgun_toolkit/rez_app_launch.py#L134
If I run that command myself at the command prompt, now I just get back the environment variable string instead of the path:
I've narrowed this down to v2.35.0 -- it works fine in v2.34.0, so I suspect this is an unintended consequence of the Windows changes made in that version.
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: