https://bugs.winehq.org/show_bug.cgi?id=55608
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Component|-unknown |dsound URL|https://github.com/sdatkins |https://github.com/sdatkins |on/NeuralAmpModelerPlugin/r |on/NeuralAmpModelerPlugin/r |eleases |eleases/download/v0.7.5/Neu | |ralAmpModeler-v0.7.5-win.zi | |p Keywords| |download Status|UNCONFIRMED |NEW CC| |ahiler@codeweavers.com
--- Comment #5 from Alex Henrie alexhenrie24@gmail.com --- I can confirm this bug. `git bisect` says:
commit e1f0318ec4fe83fdc86407303d55f4ee5ba3d2e7 Author: Arkadiusz Hiler ahiler@codeweavers.com Date: Fri Sep 15 00:16:47 2023 +0300
dsound: Get rid of the global device GUID arrays.
They are not used for anything anymore and just impose limit of 10 devices of a given type (capturer / renderer) without doing bound checking.
dlls/dsound/dsound_main.c | 31 +++++++++++-------------------- dlls/dsound/dsound_private.h | 6 +----- dlls/dsound/propset.c | 12 ++++-------- 3 files changed, 16 insertions(+), 33 deletions(-)