[argyllcms] Re: Dispcal fails

Roger Breton wrote:
G4:~ rogerbreton$ dispwin
RegisterProcess failed (error = -50)
Abort trap

   PATH="/bin:/sbin:/usr/bin:/usr/sbin:~/argyll/bin:~/argyll/libusbw"
   export PATH

The problem is the quotes around the path string. This prevents
the ~ being expanded to your home directory, and it seems that
on some versions of OS X the presence of a ~ causes the RegisterProcess
failed error (perhaps this is a result of increased parameter checking
to increase security against malicious software). Simply removing the
quotes would fix the problem.

(Apples error message makes it hard to diagnose the cause).

Graeme Gill.

Other related posts: