Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I have tried every combination of Path Translation Rules but they always seem to fail on Windows paths. What should I do?

Please visit → "Preferences - Job Manager: Path Translation Rules" for more information.

I use Mac OS X and installed RealFlow in a folder different from "/Applications/RealFlow 2014". I have set the environment variable RF8PATH to point to my actual RealFlow folder, but the Job Node seems to keep searching for it in the wrong place.

OS X's environment variables are different depending on whether you launch an application from the "Finder" or a terminal. The easiest way to solve this issue is to launch the "Job Node" from a terminal: 

$ export RF8PATH="YOUR_RF8_PATH"
$ "YOUR_JOB_NODE_PATH/Job Node.app/Contents/MacOS/Job Node"

...