Mac > Mac installation

PVOC Processes not working after OSx Yosemite update..

(1/1)

afta8:
Wondering if anyone else has had this problem.. I had it working fine on Mavericks but since upgrading to Yosemite I can't get any of the PVOC processes to work.. Any clues? has there been an update at all?

Thanks

rwdobson:
Thanks for this report, I can confirm the problem here. Yet again Apple, having recommended a procedure for adding environment variables, has quietly abandoned it (they say, for security reasons) in Yosemite. There is yet another new recommended procedure. I will announce it separately on the forum, but in the meantime, create a text file called "environment.plist" with the following content:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Label</key>
  <string>my.startup</string>
  <key>ProgramArguments</key>
  <array>
    <string>sh</string>
    <string>-c</string>
    <string>launchctl setenv CDP_SOUND_EXT wav</string>
  </array>
  <key>RunAtLoad</key>
  <true/>
</dict>
</plist>

Copy the file to your Library/LaunchAgents folder and reboot. I have tested this and it does enable the pvoc programs to run both from Terminal and via Soundloom.

In the longer term, we are finalising the process of updating the whole CDP system to make this variable default to wav and so be entirely optional, and this whole rigmarole will no longer be needed.

afta8:
Thanks, that worked :)

Good to hear that setting the environment won't be needed in future, that seemed to trip up a lot of new users.

emre_k:

--- Quote from: rwdobson on November 15, 2014, 11:54:59 AM ---In the longer term, we are finalising the process of updating the whole CDP system to make this variable default to wav and so be entirely optional, and this whole rigmarole will no longer be needed.

--- End quote ---

Any news on this? It used to work fine for me but I can't set it up on my Mac nowadays no matter what I try :S

Navigation

[0] Message Index

Go to full version