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

Misleading message "Failed to load libjack DLL: -226099216libjack not found, so do not try to load jack_client_open ffs !" #12264

Open
JoergAtGithub opened this issue Nov 5, 2023 · 6 comments

Comments

@JoergAtGithub
Copy link
Member

Bug Description

One of the new 2.4.0 features is JACK support on Windows. This probes for a JACK istallation at every startup and prints the following message, if it's not detect (this will be the case for most Windows users):

Failed to load libjack DLL: -226099216libjack not found, so do not try to load jack_client_open ffs !

In difference to most other messages in the Mixxx log, it has no prefix like Info or Debug and appears always independend of developer mode:
grafik
grafik

Version

2.4.0

OS

Windows

@Swiftb0y
Copy link
Member

Swiftb0y commented Nov 5, 2023

IIRC this is also the case on macos (referencing libjack.dylib iirc) and I'm pretty sure this comes from portaudio.

@EchoCoder1729
Copy link

probably need to re-compile portaudio without JACK support. Maybe there are some environment variables to cause the portaudio to not try to load the jack library on windows?

@JoergAtGithub
Copy link
Member Author

The jack support is a feature, that works. There is no failure with it, and therefore no reason to disable JACK support. There is just the misleading log message, if JACK is not installed on the system.

@JoergAtGithub
Copy link
Member Author

JoergAtGithub commented Jan 5, 2025

@JoergAtGithub
Copy link
Member Author

Bugreport upstream JACK: jackaudio/jack2#998

@daschuer daschuer added confirmed and removed easy labels Jan 5, 2025
@daschuer
Copy link
Member

daschuer commented Jan 5, 2025

This is probably not easy in terms of new comer contributons.

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

No branches or pull requests

4 participants