You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got an ASIO client that appears to scan all available audio devices on the machine, but trips up with JACKsaying it can't connect to a server pipe. Is this a security issue I need to address? I'm pretty sure jackd.exe is in the firewall to let it do what it wants, but struggling to get this application to even see jack asio and connect.
ack_deactivate called with a NULL client
jack_deactivate called with a NULL client
jack_client_close called with a NULL client
Jack: JackClient::SetupDriverSync driver sem in normal mode
Jack: JackWinSemaphore::Connect jack_pipe.default_drp
Jack: JackLibClient::Open name = drp refnum = 3
Jack: JackClient::Deactivate
Jack: JackClient::Deactivate
Jack: jack_client_close
Jack: JackClient::Close ref = 3
Jack: JackClient::Deactivate
Jack: JackWinNamedPipeClientChannel::Stop
Jack: JackWinThread::Kill
Jack: JackWinNamedPipeServer::Close
Jack: JackWinSemaphore::Disconnect jack_pipe.default_drp
Jack: JackLibClient::~JackLibClient
Jack: JackShmReadWritePtr1::~JackShmReadWritePtr1 47
Jack: Succeeded in unlocking 426 byte memory area
Jack: JackLibGlobals Destroy fa2c2490
Jack: ~JackLibGlobals
Jack: JackWinSemaphore::Disconnect jack_pipe.default_system
Jack: JackWinSemaphore::Disconnect jack_pipe.default_freewheel
Jack: JackWinSemaphore::Disconnect jack_pipe.default_qjackctl
Jack: no message buffer overruns
Jack: JackWinThread::Stop
Jack: JackWinThread::ThreadHandler : exit
Jack: JackShmReadWritePtr::~JackShmReadWritePtr 35
Jack: Succeeded in unlocking 1196 byte memory area
Jack: JackShmReadWritePtr::~JackShmReadWritePtr 34
Jack: Succeeded in unlocking 107341340 byte memory area
Jack: jack_client_close res = 0
Jack: jack_client_open drp
Jack: JackLibGlobals Init 0
Jack: InitTime : multimedia timer resolution set to 1 milliseconds
Jack: JackLibGlobals
Jack: JackWinThread::StartImp : create non RT thread
Jack: JackWinThread::ThreadHandler : start
Jack: JackGenericClientChannel::ServerCheck = default
Jack: JackWinNamedPipeClient::ConnectAux : fName \.\pipe\server_jack_default_0
Jack: JackWinNamedPipeServer::Close
Jack: JackLibClient::JackLibClient table = fa2c24b0
Jack: JackLibClient::Open name = drp
Jack: JackWinNamedPipeClientChannel::Open name = drp
Jack: JackWinNamedPipeClient::ConnectAux : fName \.\pipe\server_jack_default_0
Jack: JackWinNamedPipeServer::BindAux : fName \.\pipe\client_jack_drp_0
Jack: JackWinNamedPipeClientChannel::Start
Jack: JackWinThread::StartImp : create non RT thread
Jack: JackWinThread::ThreadHandler : start
Jack: JackWinNamedPipeClientChannel::Init
Cannot connect server pipe name = \.\pipe\client_jack_drp_0 err = 535
JackWinNamedPipeClientChannel: cannot establish notification pipe
Thread init fails: thread quits
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've got an ASIO client that appears to scan all available audio devices on the machine, but trips up with JACKsaying it can't connect to a server pipe. Is this a security issue I need to address? I'm pretty sure jackd.exe is in the firewall to let it do what it wants, but struggling to get this application to even see jack asio and connect.
Beta Was this translation helpful? Give feedback.
All reactions