http://bugs.winehq.org/show_bug.cgi?id=59830 Stian Low <wineryyyyy@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wineryyyyy@gmail.com --- Comment #3 from Stian Low <wineryyyyy@gmail.com> --- Created attachment 81111 --> http://bugs.winehq.org/attachment.cgi?id=81111 Patch that fixes Engine DJ "mono output devices no supported" popup error bug allowing tracks to be loaded/played (In reply to Brian G. Shacklett from comment #0)
Note: Report is AI Generated / Human Reviewed.
REAL-WORLD IMPACT Denon Engine DJ 5.0.0 (Qt6/C++, WASAPI consumer):
Note: work is human generated (emacs enhanced to minimize slop-overflow) Confirming Engine DJ popup error for wine-11.10-b9f5aa42b15: "Mono output devices are not supported. Please select a stereo audio output device." Popup error does not happen until after initial launch which proves app works under some condition. Simply reversing order of audio devices loaded from registry with outputs loaded before inputs allows app to run similar as initial launch. My guess is app expects audio devices ordered based on how Windows loads them from registry vs Wine which may not match and is not robust enough to handle arbitrary order. Setting mono from stereo (default) for winecfg -> Audio -> Speakers does not reintroduce mono popup error so unclear what actually causes it when inputs are loaded first. GetDeviceIdConnectedTo is missing from dlls/mmdevapi/tests/ so test program provided fills part of that gap which should be filled eventually. I'll submit a merge request for patch for now. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.