ASSERT: "false" in file src/engine/enginemicrophone.cpp
Bug #765576 reported by
jus
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
High
|
William Good |
Bug Description
Mixxx latest trunk MacOS 10.6.7
Was testing the new vinyl control options and probably deactivated all input/output channels beside the mic by mistake.
Mixxx crashed with "Fatal: []: ASSERT: "false" in file src/engine/
I had similar rare crashes before the new vinyl control code got merged, so i am pretty sure it was there before merge.
There was always (like this time) something about "QList<
Related branches
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Uhm, it just crashed again with same error message using current trunk.
Steps to reproduce: enginemicrophon e.cpp, line 101"
1. Select in preferences Output Master "foo" Channel 1-2
2. Select in preferences Output Headphones "foo" Channel 1-2
3. Error message appear: Two output channels cannot share channels on sound device "foo"
4. Instant crash "Fatal: []: ASSERT: "false" in file src/engine/
I noticed also that the selection in the drop down menues is not right. With multichannel soundcards you can select in increments of 1 , like "Channel 1-2" "Channel 2-3" "Channel 3-4" etc. which leads to output channels sharing channels on the sound device eventually. Better allow selection in increments of 2 only to avoid said error message.
Probably related to lp:779944