2

I install moc with port, but when try launche I get this error message.

$mocp Running the server...
Trying JACK...
FATAL_ERROR: No valid sound driver
FATAL_ERROR: Server exited

any idea ?
Many thanks.

quack quixote
  • 43,504
juanpablo
  • 7,424

2 Answers2

5

You need to install jack. I think I used JackOSX, but there is also a jack available from macports. Once it's installed, you'll need to run it from the terminal before loading moc. I usually use this command :

jackd -d coreaudio &

then you can load mocp.

Don't forget to build moc with vorbis:

port uninstall moc
port clean moc
port install moc +vorbis
quack quixote
  • 43,504
vook
  • 51
  • 1
  • 2
0

To add the vorbis variant you do not need to unsinstall moc. Instead, use this command:

sudo port upgrade --enforce-variants moc +vorbis