Neat Install on Mac issues

I’m trying to get Neat running on a Mac using a floating license server. I keep getting the error “RLM temp directory can not be created.” Any one have any ideas or run up against this before. Same install on Linux works no problem…

Sorry if this has been covered somewhere. I did a quick search and it didn’t turn up much.

I just checked our usually helpful Mac OS install guide:

OpenFX NeatVideo

Install NeatVideo5OFX Version 5.2.5 (Autodesk Flame Family 2020 / 2019.2) from here:
_SOFTWARE/NeatVideoOFX/NeatVideo5OFX.Studio.Intel64.dmg

No mention of any complexity other than running that installer and putting the license on the server and using the default ports. Sorry @cnoellert

What version of Mac OS are you running? Smells of permissions but what would i know ¯\(ツ)

Thanks man. Yeah, going with permissions as well. It’s just odd given that I’ve never had a single issue in Linux installs.

:pray:t3:

Just in case someone else stumbles across this:
The required path is “/Library/Application Support/Reprise”

So

sudo mkdir "/Library/Application Support/Reprise"
sudo chmod 777 "/Library/Application Support/Reprise"

should fix this

1 Like