Bespoke requires a hack, am I alone?

Hi everyone,
I was interested in knowing if I was alone in having to use a dubious hack to persuade Bespoke (Community) to work.

I have Pipewire, pw-jack installed. The pw-jack is for Renoise although Renoise will work with ‘ALSA’. The long and short is that Bespoke synth fails to launch ordinarily, and the corrupted windows automatically shuts itself down after a while. Closer examination reveals:
Console/terminal output from a failed launch:

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
!! killing thread by force !!
FATAL: exception not rethrown
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
Killed

GDB reveals one additional piece of information:

!! killing thread by force !!
FATAL: exception not rethrown

Thread 30 "JUCE ALSA" received signal SIGABRT, Aborted.

But…
Look at this thread in the Bespoke issue tracker:

The solution provided there works for me. The question is, does anyone else experience the same problem?