Page 1 of 1

Can't configure software

Posted: Tue Apr 16, 2024 12:51 pm
by vfxgeek
Hi,

I'm testing CGRU 3.3.1 on Ubuntu 22.04 (fresh system) and it seems to be working fine, but I can't get it to configure the location of Nuke. I'm pointing it to the location using CGRU Keeper, but Nuke is not launching. When I use start_nuke.sh from /opt/cgru/software_setup it shows "Can't find Nuke in /usr/local" - and that's not the location I'm setting.
It has no problem with Blender - I've configured it using CGRU_Keeper and it's launching. But not Nuke.

Lukas

Re: Can't configure software

Posted: Wed Apr 17, 2024 9:40 am
by timurhai
Hello!
There is a bug in setup_nuke.sh, it checks for valid location before override, so if there was not any Nuke in the default location, it throws with an error.
Now I fixed it:
https://github.com/CGRU/cgru/blob/maste ... up_nuke.sh

Re: Can't configure software

Posted: Wed Apr 17, 2024 12:06 pm
by vfxgeek
Yes, that fixes it :)
Thanks very much !!!