-
-
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
2.3.4 crash in ucrtbase, possible issue with asio driver. #11426
Comments
Does the same setup work with Mixxx 2.3.3 ? |
Disable ASIO driver in Mixxx (temporary workaround): If the problem persists, you can try disabling the ASIO driver in Mixxx to see if the software starts successfully. To do this, open Mixxx, navigate to Preferences > Sound Hardware, and change the Audio API to a different option (e.g., DirectSound or WASAPI on Windows). |
It crashes before you can even go to preferences. I am not using ASIO driver in mix for output. Music maker installed its own ASIO driver and mixx is crashing while it is scanning for asio drivers. |
@hsn10 Could you test if the issue still occurs with the following build (from #11451) : https://github.com/mixxxdj/mixxx/actions/runs/4637080755 |
After I uninstalled Music Maker (and its driver), problem is fixed. I do not plan to install MM back, download is very slow, it is several hours. |
Since we see this stack: The recent Portaudio version has a protection against it: I am quite sure it is fixed after #11426 is merged. |
Fixes since #11451 |
Mine 2.3.4 crashing inside ucrtbase here is stack dump. Probably some problems with asio driver.
mixxx --safeMode --developer --disableVuMeterGL do not fix the problem.
safe mode should disable asio so program can still start even with problematic driver
Originally posted by @hsn10 in #11342 (comment)
The text was updated successfully, but these errors were encountered: