Hi folks, I use jack for returning my own voice in the headphone without latency. I have a MacBook Pro with M1 chip. I installed the universal installer for macOS, and it was working fine, however, after installing the last update of the OS, called Sonoma, jack stopped working. I use it with QjackCtl, and I get the following error message:

Could not connect to JACK server as client.
- Overall operation failed.
- Unable to connect to the server.
Please check the message window for more info.

In the message window, I get the following logs:

12:59:38.454 Statistics reset.

12:59:38.465 JACK is starting...

12:59:38.465 /usr/local/bin/jackd -dcoreaudio -r44100 -p256 -D -CBuiltInHeadphoneInputDevice -PBuiltInHeadphoneOutputDevice

12:59:38.512 JACK was started with PID=37727.

Cannot connect to server socket err = No such file or directory

Cannot connect to server request channel

jack server is not running or cannot be started

JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock

JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock

Cannot connect to server socket err = No such file or directory

Cannot connect to server request channel

jack server is not running or cannot be started

JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock

JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock

jackdmp 1.9.22

Copyright 2001-2005 Paul Davis and others.

Copyright 2004-2016 Grame.

Copyright 2016-2023 Filipe Coelho.

jackdmp comes with ABSOLUTELY NO WARRANTY

This is free software, and you are welcome to redistribute it

under certain conditions; see the file COPYING for details

JACK server starting in realtime mode with priority 10

self-connect-mode is "Don't restrict self connect requests"

Separated input = 'MacBook Pro Microphone'

Separated output = 'MacBook Pro Speakers'

12:59:41.013 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.

Cannot connect to server socket err = No such file or directory

Cannot connect to server request channel

jack server is not running or cannot be started

JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock

JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock

Input channel = 0 ==> JACK input port = 0

JACK output port = 0 ==> output channel = 0

JACK output port = 1 ==> output channel = 1

CoreAudio driver is running...

12:59:47.591 JACK is stopping...

Jack main caught signal 15

12:59:47.632 JACK was stopped I would appreciate any help about this issue, Rodrigo