Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed load JACK shared library #43

Open
mbaklor opened this issue Feb 8, 2021 · 2 comments
Open

Failed load JACK shared library #43

mbaklor opened this issue Feb 8, 2021 · 2 comments

Comments

@mbaklor
Copy link

mbaklor commented Feb 8, 2021

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

@linuxgeek
Copy link

Same here. I posted this in a similar thread too.

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

@linuxgeek
Copy link

FYI, the 32-bit version seems to connect with JACK in Win10(64-bit).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants