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 been trying to figure this out myself, but can't seem to find the issue. I installed the latest version of both JACK and XJadeo, can't get them to sync. I looked into it and found the libjack and libjack64 dlls in the windows folder, and for some reason any time I try to run XJadeo it refuses to connect with the error message:
Failed load JACK shared library.
selected MIDI driver: JACK-MIDI
using JACK-transport as sync source.
jack_client_open() failed, status = 0x
Any idea what I'm doing wrong? Running windows 10, both JACK and XJadeo are the latest 64 bit build
The text was updated successfully, but these errors were encountered:
The DLLs should be in
C:\Windows\libjack.dll
C:\Windows\libjack64.dll
It should be loading "libjack64.dll", but it's not. You can tell it's looking for "libjack.dll". I can delete "l
ibjack64.dll" and nothing different happens. Still says failed to load library.
I rename libjack.dll to something else, and copy "libjack64.dll" so that it's ALSO "libjack.dll".
xjadeo then comes up with different messages. It should never have gotten to "libjack.dll", cause it should have
found "libjack64.dll", so I think it's not compiled correctly.
C:\Program Files\xjadeo>selected MIDI driver: JACK-MIDI
using JACK-transport as sync source.
Cannot open xjadeo client
JackShmReadWritePtr1::~JackShmReadWritePtr1 - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
jack_client_open() failed, status = 0x21
I've been trying to figure this out myself, but can't seem to find the issue. I installed the latest version of both JACK and XJadeo, can't get them to sync. I looked into it and found the libjack and libjack64 dlls in the windows folder, and for some reason any time I try to run XJadeo it refuses to connect with the error message:
Failed load JACK shared library.
selected MIDI driver: JACK-MIDI
using JACK-transport as sync source.
jack_client_open() failed, status = 0x
Any idea what I'm doing wrong? Running windows 10, both JACK and XJadeo are the latest 64 bit build
The text was updated successfully, but these errors were encountered: