Closed
Description
See mixxxdj/mixxx#10081, PortAudio/portaudio#766.
TL;DR: this appears to be the same problem as #47, i.e. FlexASIO is being linked against an already-loaded foreign PortAudio DLL instead of the PortAudio DLL that is bundled with FlexASIO; that foreign DLL has ASIO support built-in, resulting in FlexASIO and PortAudio re-entering itself upon initialization. Hilarity ensues in the form of infinite recursion.
We need to understand why the fix for #47, i.e. b5a24c8, doesn't seem to work in this case.