Announcement

Collapse
No announcement yet.

V-Ray standalone problem on 2.20.01?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • V-Ray standalone problem on 2.20.01?

    Hi,
    I'm trying to run V-Ray standalone on the Mac OS X build of 2.20.01, but I keep getting an error.
    Here's the command I run, and then the error:

    sudo ./vray.bin -sceneFile="/Volumes/GrafiSAN/10\ Projects/Valen/Vignett/60_3D/Logo/Valen_logo.vrscene"
    [2012/Feb/22|09:18:16] error: Error parsing command line

    I've tried running "vray" instead of "vray.bin" but to no avail. This was working fine when I was running nightlies just a before I downgraded to the official release.

    Could there be a problem with how I'm inputting the command?
    Last edited by hellobard; 22-02-2012, 01:46 AM.
    /Bard
    www.hellobard.com
    Norwegian Broadcasting Corporation (NRK) - Motion graphics artist

  • #2
    Hi,

    Can you try without the quotes? Or without the '\' character after the "/10"?
    As far as I know you should execute the vray instead of vray.bin (I've tried vray.bin and it magically works )

    /Teodor

    p.s. Why are you using sudo?!
    V-Ray developer

    Comment


    • #3
      Without quotes doesn't help and removing the / gave the same result.
      I tried putting the same vrscene in the root of my own mac and then it renders fine. Must be a problem with the directory with the space in it called "10 Projects". Oddly enough I've rendered another project with this path and I had no problems, though that was using one of the nightlies a few weeks back.

      I'm afraid some Mac genius put a space in the name of the main projects folder of our SAN, so maybe if we remove it things will work.
      (not sure why i use sudo, i think had to use it to make the standalone work back in the beta days, so old habit I guess
      Last edited by hellobard; 23-02-2012, 05:13 AM.
      /Bard
      www.hellobard.com
      Norwegian Broadcasting Corporation (NRK) - Motion graphics artist

      Comment


      • #4
        Add a backward slash before the quotes too and it should work, like this:
        Code:
        ./vray -sceneFile=\"/Volumes/GrafiSAN/10\ Projects/Valen/Vignett/60_3D/Logo/Valen_logo.vrscene\"
        Best regards,
        Vlado
        I only act like I know everything, Rogers.

        Comment


        • #5
          That works perfectly, thank you very much Vlado!
          /Bard
          www.hellobard.com
          Norwegian Broadcasting Corporation (NRK) - Motion graphics artist

          Comment

          Working...
          X