I've installed both 1.5 and 2.0 on my RHEL machine and both create an improper line in the /etc/profile.d/chaos.csh file. The installer creates the following line:
setenv VRAY_PATH "${VRAY_PATH}:/usr/ChaosGroup/V-Ray/Maya2012-x64/bin/x64/vc6"
That path does not exist. The correct line should be:
setenv VRAY_PATH "/usr/ChaosGroup/V-Ray/Maya2012-x64/lib/linux_x64/gcc-4.1"
There's also an issue with the "installcfg.txt" automatic installation. When installing from a terminal, the ./vray_adv_20004_maya2012_linux_x64.exe -fromFile="installcfg.txt" command gets caught in some sort a loop where it just keeps writing "vray.exe" over and over in the shell window. When you CTRL-c twice in a row, it seems to kick it out of whatever loop it's stuck in and the installer continues as expected.
Thanks for listening,
David
setenv VRAY_PATH "${VRAY_PATH}:/usr/ChaosGroup/V-Ray/Maya2012-x64/bin/x64/vc6"
That path does not exist. The correct line should be:
setenv VRAY_PATH "/usr/ChaosGroup/V-Ray/Maya2012-x64/lib/linux_x64/gcc-4.1"
There's also an issue with the "installcfg.txt" automatic installation. When installing from a terminal, the ./vray_adv_20004_maya2012_linux_x64.exe -fromFile="installcfg.txt" command gets caught in some sort a loop where it just keeps writing "vray.exe" over and over in the shell window. When you CTRL-c twice in a row, it seems to kick it out of whatever loop it's stuck in and the installer continues as expected.
Thanks for listening,
David
Comment