-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Mixxx 2.4.1 on Windows 10 gets stuck at startup with Jack installed #13400
Comments
Can you double check whether this is the only mixxx window? It may have opened a dialog window but windows put it behind the mixxx window and mixxx is not continuing to load because its asking for your input. also whats in and where is your |
It seems you have installed mixxx in a non-standard location. Can you reinstall and try again? What folder did you delete exactly? |
Yup. I thought it was some bizzare issue with
|
Yeah, I don't think mixxx survives that tbh. Please reinstall and ensure everything is there. |
Pretty sure I said I already did that, but nontheless it makes no difference:
|
it doesn't formally crash. it just sits on the splash screen for an indefinite period of time. it doesn't even flush the log files (though it seems to be creating them) |
Fiddled with the debugger, i found out the problem and its a weird one.
I saw it stuck in calls to libjack, so I went and uninstalled jack2 from the system (forgot i even had that on windows.) Now Mixxx loads and asks for my music library. If i had to speculate the sound system is noticing jack is available and trying to load it, but not actually starting the engine, so it ends up just waiting for the sound engine that isn't running to come up. And since it doesn't finish you can't get in to the software to tell it not to use JACK here. |
Thats good to know. What should we do @daschuer? |
This is probably a known bug: |
the issue you linked is a crash on shutdown related to pipewire. This is not crash (more like a deadlock), happens on startup instead of shutdown and only on windows and has nothing to do with pipewire. Pretty sure its a different issue. |
The cause is different, but I guess the symptom is the same, the 10 minutes timeout in portaudio: |
Ah I see that is not the 10 min timeout:
something in Jack does not return. I am afraid we can't do much about it. We should file a bug upstream and request to return after a reasonable timeout: https://github.com/jackaudio/jack1/issues |
Bug Description
launching mixxx just sticks on the loading screen. i previously had 2.2.x installed, which loaded fine. even more annoying is that log files don't get flushed so there is no obvious way to see what is wrong.
Logs: there are no logs. the files are zero bytes in size.
With --developer:
With --safeMode:
Renaming libGLESv2.dll and libEGL.dll have no effect
Version
2.4.1
OS
Windows 10
The text was updated successfully, but these errors were encountered: